Creates a Quantum command. 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 | |
Byte[] | Data |
Command data. More... | |
Int32 | PlayerSlot |
Index of the local player slot this command is for. If this is a sever command it will represent the player. More... | |
Int32 | PredictedTick |
The tick candidate to match the local command prediction. The actual command can happen later. More... | |
Creates a Quantum command.
|
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.Command.PlayerSlot |
Index of the local player slot this command is for. If this is a sever command it will represent the player.
Int32 Photon.Deterministic.Protocol.Command.PredictedTick |
The tick candidate to match the local command prediction. The actual command can happen later.
Byte [] Photon.Deterministic.Protocol.Command.Data |
Command data.