![]() |
TilePlus Version 5
Unity3D Tilemap Extension
|
Common message packet for a Vector3Int position to a tile. More...


Public Member Functions | |
| PositionPacket (Object? sourceInstance=null) | |
| Initializes a new instance of the PositionPacket class. | |
| PositionPacket (Vector3Int pos, Object? sourceInstance=null) | |
| Initializes a new instance of the PositionPacket class. | |
Public Attributes | |
| Vector3Int | m_Position |
| A grid position. | |
Additional Inherited Members |
Common message packet for a Vector3Int position to a tile.
| TilePlus.PositionPacket.PositionPacket | ( | Object? | sourceInstance = null | ) |
Initializes a new instance of the PositionPacket class.
| TilePlus.PositionPacket.PositionPacket | ( | Vector3Int | pos, |
| Object? | sourceInstance = null ) |
Initializes a new instance of the PositionPacket class.
| pos | The position. |
| sourceInstance | Source of message or null |
| Vector3Int TilePlus.PositionPacket.m_Position |
A grid position.