TopLeft
Sorts tiles for rendering starting from the tile with the lowest X and the highest Y cell positions.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Field
- Namespace: UnityEngine.Tilemaps
- Assembly: UnityEngine.TilemapModule
TopLeft = 2
Remarks
The TilemapRenderer will iterate through tiles by the next higher X value first before tiles with a lower Y value.