Quantum 3 3.0.6

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

The client sends this message to report the game result. More...

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

Public Member Functions

override void Serialize (Serializer serializer, BitStream stream)
 The message serialization (writing and reading). More...
 

Public Attributes

Byte[] Data
 Game result data More...
 

Static Public Attributes

const int MaxSize = 20 * 1024
 The maximum size of the game result object. More...
 

Detailed Description

The client sends this message to report the game result.

Member Function Documentation

◆ Serialize()

override void Photon.Deterministic.Protocol.GameResult.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.

Member Data Documentation

◆ MaxSize

const int Photon.Deterministic.Protocol.GameResult.MaxSize = 20 * 1024
static

The maximum size of the game result object.

◆ Data

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

Game result data