Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TilemapRenderer.SortOrder

Sort order for all tiles rendered by the TilemapRenderer.
Read time 1 minuteLast updated 6 days ago

Definition

public enum TilemapRenderer.SortOrder

Fields

Value

Description

BottomLeftSorts tiles for rendering starting from the tile with the lowest X and the lowest Y cell positions.
BottomRightSorts tiles for rendering starting from the tile with the highest X and the lowest Y cell positions.
TopLeftSorts tiles for rendering starting from the tile with the lowest X and the highest Y cell positions.
TopRightSorts tiles for rendering starting from the tile with the highest X and the lowest Y cell positions.