![]() |
TilePlus Version 5
Unity3D Tilemap Extension
|
Class with info about tiles. IEnumerable of instances of this is returned from Tileset method. More...
Public Attributes | |
| TileBase? | m_Tile |
| The tile (in asset V2 this was changed from Tile to TileBase) | |
| Vector3Int | m_Position |
| its position | |
| Matrix4x4 | m_TransformMatrix |
| its transform matrix | |
| Color | m_Color |
| its color | |
| TileFlags | m_Flags |
| its flags | |
Class with info about tiles. IEnumerable of instances of this is returned from Tileset method.
| Color TilePlus.TpTileBundle.TilesetItem.m_Color |
its color
| TileFlags TilePlus.TpTileBundle.TilesetItem.m_Flags |
its flags
| Vector3Int TilePlus.TpTileBundle.TilesetItem.m_Position |
its position
| TileBase? TilePlus.TpTileBundle.TilesetItem.m_Tile |
The tile (in asset V2 this was changed from Tile to TileBase)
| Matrix4x4 TilePlus.TpTileBundle.TilesetItem.m_TransformMatrix |
its transform matrix