Version: 2020.3
言語: 日本語

SortOrder

enumeration

マニュアルに切り替える

説明

Sort order for all tiles rendered by the TilemapRenderer.

変数

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.