Quantum 3
3.0.14
This messages is send from the client to reserve a player slot. 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 |
| Serialized runtime player data. More... | |
| Int32 | PlayerSlot |
| The player slot (0 when only one local player). More... | |
This messages is send from the client to reserve a player slot.
|
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.AddPlayer.PlayerSlot |
The player slot (0 when only one local player).
| Byte [] Photon.Deterministic.Protocol.AddPlayer.Data |
Serialized runtime player data.