![]() |
BomberUnits
...a Unity learning project
|
Inheritance diagram for PositionalEventNetData:
Collaboration diagram for PositionalEventNetData:Public Types | |
| enum | EventType { something } |
Public Member Functions | |
| PositionalEventNetData (EventType type, Vector3 pos) | |
| object [] | ToRaw () |
| Enforces conversion to raw data. | |
| void | FromRaw (object[] rawData) |
| Enforces readout from raw data to this instance. | |
Public Attributes | |
| EventType | type |
| Vector3 | pos |
Definition at line 4 of file PositionalEventNetData.cs.