Sort order for all tiles rendered by the TilemapRenderer.
BottomLeft | Sorts tiles for rendering starting from the tile with the lowest X and the lowest Y cell positions. |
BottomRight | Sorts tiles for rendering starting from the tile with the highest X and the lowest Y cell positions. |
TopLeft | Sorts tiles for rendering starting from the tile with the lowest X and the highest Y cell positions. |
TopRight | Sorts tiles for rendering starting from the tile with the highest X and the lowest Y cell positions. |