You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an option for some depth sorting in editor itself?
In Editor
In game:
this.children.each((child: any)=>{child.depth=child.y;// possibility also to include custom Z axisif(childinheritsZComponent){constz=child.z;child.depth=child.y+z;}});
The text was updated successfully, but these errors were encountered:
Is there an option for some depth sorting in editor itself?
In Editor
In game:
The text was updated successfully, but these errors were encountered: