![]() |
TilePlus Version 5
Unity3D Tilemap Extension
|
Simple packet with just a boolean value. More...


Public Member Functions | |
| BoolPacket (Object sourceInstance) | |
| Initializes a new instance of the BoolPacket class. | |
| BoolPacket (bool value, Object? sourceInstance=null) | |
| Initializes a new instance of the BoolPacket class. | |
Public Attributes | |
| bool | m_Bool |
| payload | |
Additional Inherited Members |
Simple packet with just a boolean value.
| TilePlus.BoolPacket.BoolPacket | ( | Object | sourceInstance | ) |
Initializes a new instance of the BoolPacket class.
| sourceInstance | Source of message or null |
| TilePlus.BoolPacket.BoolPacket | ( | bool | value, |
| Object? | sourceInstance = null ) |
Initializes a new instance of the BoolPacket class.
| value | value for this packet |
| sourceInstance | Source of message or null |
| bool TilePlus.BoolPacket.m_Bool |
payload