Quantum 3 3.0.14

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

The simulation stopped message. Is not used yet. More...

Inheritance diagram for Photon.Deterministic.Protocol.SimulationStop:
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

Int32 FinalFrame
 Last tick of the simulation. More...
 

Detailed Description

The simulation stopped message. Is not used yet.

Member Function Documentation

◆ Serialize()

override void Photon.Deterministic.Protocol.SimulationStop.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.SimulationStop.ToString ( )
inline

Debug string with message content.

Returns
Debug string

Member Data Documentation

◆ FinalFrame

Int32 Photon.Deterministic.Protocol.SimulationStop.FinalFrame

Last tick of the simulation.