Stage::getSorting()
Returns the order in which the sprites of this stage are drawn.
Example usage:
this.getSorting().byY();
Syntax
Java
.getSorting()
Return
Sorting
Returns the order in which the sprites of this stage are drawn.
Example usage:
this.getSorting().byY();
.getSorting()
Sorting