We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
stage.group.enableSort = true
PIXI.Stage
group.enableSort
const stage = this.app.stage as any stage.group.enableSort = true
PIXI的group内的Container进行排序时, zOrder小的在大的上面;但是group间排序则相反, 大的在小的上面.
group据文档说是全局的变量