Quantum 3 3.0.14

Public Member Functions | Public Attributes | List of all members
Photon.Deterministic.Protocol.AddPlayer Class Reference

This messages is send from the client to reserve a player slot. More...

Inheritance diagram for Photon.Deterministic.Protocol.AddPlayer:
Photon.Deterministic.Protocol.Message

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...
 

Detailed Description

This messages is send from the client to reserve a player slot.

Member Function Documentation

◆ Serialize()

override void Photon.Deterministic.Protocol.AddPlayer.Serialize ( Serializer  serializer,
BitStream  stream 
)
inlinevirtual

The message serialization (writing and reading).

Parameters
serializerQuantum protocol serializer
streamThe bitstream to write to or read from

Implements Photon.Deterministic.Protocol.Message.

◆ ToString()

override string Photon.Deterministic.Protocol.AddPlayer.ToString ( )
inline

Debug string with message content.

Returns
Debug string

Member Data Documentation

◆ PlayerSlot

Int32 Photon.Deterministic.Protocol.AddPlayer.PlayerSlot

The player slot (0 when only one local player).

◆ Data

Byte [] Photon.Deterministic.Protocol.AddPlayer.Data

Serialized runtime player data.