Quantum 3
3.0.14
This message contains the client game state checksum for a specific tick. More...
Public Member Functions | |
| override void | Serialize (Serializer serializer, BitStream stream) |
| The message serialization (writing and reading). More... | |
| override string | ToString () |
| Debug string with message content. More... | |
Public Attributes | |
| UInt64 | Checksum |
| The checksum. More... | |
| Int32 | Tick |
| The tick the checksum was recorded. More... | |
This message contains the client game state checksum for a specific tick.
|
inlinevirtual |
The message serialization (writing and reading).
| serializer | Quantum protocol serializer |
| stream | The bitstream to write to or read from |
Implements Photon.Deterministic.Protocol.Message.
|
inline |
Debug string with message content.
| Int32 Photon.Deterministic.Protocol.TickChecksum.Tick |
The tick the checksum was recorded.
| UInt64 Photon.Deterministic.Protocol.TickChecksum.Checksum |
The checksum.