TmxObjectGroupDrawOrder
format.tmx.TmxObjectGroupDrawOrder (Enum)
Whether the objects are drawn according to the order of appearance ("index") or sorted by their y-coordinate ("topdown"). Defaults to "topdown".
Constructors
Index
Index
Objects should be drawn according to it's position in objects
array.
Topdown
Topdown
Objects should be drawn according to their Y-coordinate. Default value.
Unknown
Unknown(value: String)
Parameters:
Name | Type |
---|---|
value |
String |
Unknown draw order.