Class LDtkComponentLayerTilesetTiles
Properties
|
Improve this Doc
View Source
Tilemap
Type |
Description |
UnityEngine.Tilemaps.Tilemap |
|
Methods
|
Improve this Doc
View Source
GetCoordinatesOfEnumValue<TEnum>()
Get all Tilemap positions in this layer that use a particular Enum value
Returns
Type |
Description |
UnityEngine.Vector3Int[] |
|
Type Parameters
|
Improve this Doc
View Source
GetTilesetTiles(Vector3Int)
Get tiles at the coordinate from all tilemaps, even null tiles.
Typically, there will only be one tile within a coordinate, but there can be multiple if rules had generated it.
Parameters
Type |
Name |
Description |
UnityEngine.Vector3Int |
coord |
|
Returns