Quantum 3
3.0.14
The client request to start a online simulation session. 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 | |
| Boolean | HasLocalSnapshot => InitialTick > 0 |
Returns true if the InitialTick is different from 0. More... | |
| String | Id |
| The client id. More... | |
| Int32 | InitialTick |
| The initial tick to start from. Only used when having a local snapshot ready. More... | |
| String | ProtocolVersion |
| The Quantum protocol version of the client. More... | |
| Byte[] | RuntimeConfig |
| The clients runtime config. More... | |
| DeterministicSessionConfig | SessionConfig |
| The clients session config. More... | |
The client request to start a online simulation session.
|
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.
| String Photon.Deterministic.Protocol.StartRequest.Id |
The client id.
| String Photon.Deterministic.Protocol.StartRequest.ProtocolVersion |
The Quantum protocol version of the client.
| Int32 Photon.Deterministic.Protocol.StartRequest.InitialTick |
The initial tick to start from. Only used when having a local snapshot ready.
| DeterministicSessionConfig Photon.Deterministic.Protocol.StartRequest.SessionConfig |
The clients session config.
| Byte [] Photon.Deterministic.Protocol.StartRequest.RuntimeConfig |
The clients runtime config.
| Boolean Photon.Deterministic.Protocol.StartRequest.HasLocalSnapshot => InitialTick > 0 |
Returns true if the InitialTick is different from 0.