Enum DrawOrder
- Namespace
- DotTiled
- Assembly
- DotTiled.dll
Represents the order in which objects can be drawn.
public enum DrawOrder
Fields
TopDown = 0
Objects are drawn sorted by their Y coordinate.
Index = 1
Objects are drawn in the order of appearance in the object layer.