Enum MapData.RenderOrder

The order in which tiles on tile layers are rendered. From the docs: Valid values are right-down (the default), right-up, left-down and left-up. In all cases, the map is drawn row-by-row. (since 0.10, but only supported for orthogonal maps at the moment)

The enum base type is string .

Enum members

Name Description
leftDown right-to-left, top-to-bottom
leftUp right-to-left, bottom-to-top
rightDown left-to-right, top-to-bottom
rightUp left-to-right, bottom-to-top

Authors

rcorre

Copyright

Copyright © 2015, Ryan Roden-Corrent

License

MIT