Scenes Documentation Beta

Enumeration ZOrder

public enum ZOrder<T> 

Enumeration Cases

back

case back

Place (or move) the object at the back-most position.

backward

case backward

Place (or move) the object backward from its current position.

behind

case behind(object:T)

Place (or move) the object behind the specified object.

in​Front​Of

case inFrontOf(object:T)

Place (or move) the object in front of the specified object.

forward

case forward

Place (or move) the object foreward from its current position

front

case front

Place (or move) the object to the front-most position