GetBottomLeftWorldCoordinateForOrderedTile
Introduction
The GetBottomLeftWorldCoordinateForOrderedTile method returns the world coordinate for the argument tile index. This can be used to identify the location of a tile based on its index.
Code Example - Displaying Indexes
The following code can be used to location of the first 100 tiles in a MapDrawableBatch:
Last updated