Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

SortOrder

enumeration

Description

Sort order for all tiles rendered by the TilemapRenderer.

Properties

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.

Did you find this page useful? Please give it a rating: