Photon Quantum 3.0.0

Public Attributes | Static Public Attributes | List of all members
Quantum.CallbackChecksumComputed Class Reference

Callback called when a checksum has been computed. More...

Inheritance diagram for Quantum.CallbackChecksumComputed:
Quantum.QuantumGame.CallbackBase Quantum.CallbackBase Quantum.IDispatchable

Public Attributes

UInt64 Checksum
 The checksum value. More...
 
Int32 Frame
 The frame number the checksum was computed for. More...
 
- Public Attributes inherited from Quantum.CallbackBase
readonly int ID
 The callback id. More...
 

Static Public Attributes

const new Int32 ID = (int)CallbackId.ChecksumComputed
 The const CallbackChecksumComputed callback id. More...
 

Additional Inherited Members

- Public Member Functions inherited from Quantum.QuantumGame.CallbackBase
 CallbackBase (int id, QuantumGame game)
 Constructor. More...
 
- Public Member Functions inherited from Quantum.CallbackBase
 CallbackBase (int id)
 Create the callback with an id. More...
 
 CallbackBase (int id, IDeterministicGame game)
 Creates a callback with an id and a game. More...
 
- Static Public Member Functions inherited from Quantum.QuantumGame.CallbackBase
static Type GetCallbackType (CallbackId id)
 Maps the const callback id CallbackId to a callback system type. More...
 
- Properties inherited from Quantum.QuantumGame.CallbackBase
new QuantumGame Game [get, set]
 The assigned game. More...
 
- Properties inherited from Quantum.CallbackBase
IDeterministicGame Game [get, set]
 The game that the callback is dispatched to. More...
 
- Properties inherited from Quantum.IDispatchable
IDeterministicGame Game [get]
 The game that the callback or event is dispatched to. More...
 

Detailed Description

Callback called when a checksum has been computed.

Member Data Documentation

◆ ID

const new Int32 Quantum.CallbackChecksumComputed.ID = (int)CallbackId.ChecksumComputed
static

The const CallbackChecksumComputed callback id.

◆ Frame

Int32 Quantum.CallbackChecksumComputed.Frame

The frame number the checksum was computed for.

◆ Checksum

UInt64 Quantum.CallbackChecksumComputed.Checksum

The checksum value.