TilemapRenderer.SortOrder
Sort order for all tiles rendered by the TilemapRenderer.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.Tilemaps
- Assembly: UnityEngine.TilemapModule
public enum TilemapRenderer.SortOrder
Fields
Value | Description |
|---|---|
| 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. |