A simple wrapper class for saving data.
More...
|
| | SaveDataWrapper () |
| virtual void | Reset () |
| | Reset the SourceInstance. Override for additional resets of variables holding references.
|
|
| string | m_Json = string.Empty |
| | The JSON string for this object.
|
| string | m_Guid = string.Empty |
| | The GUID to be used when restoring data.
|
|
| | MessagePacket (Object? sourceInstance) |
| | Source Instance for this packet. Can be null.
|
| Object? | SourceInstance [get, set] |
| | The instance that's the source of the message. Can be null.
|
| ulong | Id [get, set] |
| | The ID of this packet. Packet recepients can test this to see if they're being sent the same message repeatedly. Note that 0 is not used except internally.
|
A simple wrapper class for saving data.
◆ SaveDataWrapper()
| TilePlus.SaveDataWrapper.SaveDataWrapper |
( |
| ) |
|
◆ m_Guid
| string TilePlus.SaveDataWrapper.m_Guid = string.Empty |
The GUID to be used when restoring data.
◆ m_Json
| string TilePlus.SaveDataWrapper.m_Json = string.Empty |
The JSON string for this object.
The documentation for this class was generated from the following file:
- /Users/jms/Documents/Tpt_55/TPT55/Assets/Plugins/TilePlus/Runtime/StaticLib/ClassesEnums/StandardSaveData.cs