diginext-pixi
Version:
README.md
1 lines • 427 B
JavaScript
;function moveToBottom(e){var n;const o=e.parent;for(let e=0;e<(null===(n=null==o?void 0:o.children)||void 0===n?void 0:n.length);e++)(null==o?void 0:o.children)&&(o.children[e].zIndex=e+1);e.zIndex=0,(null==o?void 0:o.children)&&o.children.sort((function(e,n){return e.zIndex=e.zIndex||0,n.zIndex=n.zIndex||0,e.zIndex-n.zIndex}))}Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=moveToBottom;