Specifies which kind of auto tiling to use with AutoTiler component

Variables

@:value(cast 1)@:impl@:enuminlineread onlyEDGE_16:AutoTileKind = 1

Auto tiling using 16 tiles for edges. There are no corners.

@:value(cast 2)@:impl@:enuminlineread onlyEDGE_CORNER_32:AutoTileKind = 2

Auto tiling using 32 tiles. 16 for edges and 16 for corners. Corner tiles are overlapping edge tiles.

@:value(cast 3)@:impl@:enuminlineread onlyEXPANDED_47:AutoTileKind = 3

Auto tiling using 47 tiles. In contrary of EDGE_CORNER_32 auto-tiling, there is no need to overlap multiple tiles as the 47 pre-rendered tiles should cover every case.

@:value(cast 4)@:impl@:enuminlineread onlyEXPANDED_BOTTOM_CORNER_26:AutoTileKind = 4

More specific auto tiling using 26 tiles. Similar to EXPANDED_47 except that tiles can only have corners at the bottom so tiles with top corners are replaced with their equivalent that doesn't have those corners. Useful to use a smaller number of tiles for auto tiling when you don't need the top corners but need the bottom ones.

@:value(cast 5)@:impl@:enuminlineread onlyTILESETTER_BLOB_47:AutoTileKind = 5

Blob set. This renders the same auto tiling as EXPANDED_47 but the source tiles layout is following tilesetter's: https://www.tilesetter.org/docs/generating_tilesets#blob-sets