![]() |
TilePlus Version 5
Unity3D Tilemap Extension
|
What's at one particular position. More...
Public Member Functions | |
| TilePosition (Vector3Int position, int transformIndex, int colorIndex, int flagsIndex) | |
| Initializes a new instance of the TilePosition class. | |
Public Attributes | |
| Vector3Int | m_Position |
| The position. | |
| int | m_TransformIndex |
| The transform index. | |
| int | m_ColorIndex |
| the color index | |
| int | m_FlagsIndex |
| the flags index | |
What's at one particular position.
| TilePlus.TpTileBundle.TilePosition.TilePosition | ( | Vector3Int | position, |
| int | transformIndex, | ||
| int | colorIndex, | ||
| int | flagsIndex ) |
Initializes a new instance of the TilePosition class.
| position | The position. |
| transformIndex | Index of the transform. |
| colorIndex | Index of the color. |
| flagsIndex | Index of the flags. |
| int TilePlus.TpTileBundle.TilePosition.m_ColorIndex |
the color index
| int TilePlus.TpTileBundle.TilePosition.m_FlagsIndex |
the flags index
| Vector3Int TilePlus.TpTileBundle.TilePosition.m_Position |
The position.
| int TilePlus.TpTileBundle.TilePosition.m_TransformIndex |
The transform index.