C# Class FSO.SimAntics.NetPlay.Model.VMNetTick

Inheritance: VMSerializable
Afficher le fichier Open project: RHY3756547/FreeSO Class Usage Examples

Méthodes publiques

Свойство Type Description
Commands List
ImmediateMode bool
RandomSeed ulong
TickID uint

Méthodes publiques

Méthode Description
Deserialize ( BinaryReader reader ) : void
SerializeInto ( BinaryWriter writer ) : void

Method Details

Deserialize() public méthode

public Deserialize ( BinaryReader reader ) : void
reader System.IO.BinaryReader
Résultat void

SerializeInto() public méthode

public SerializeInto ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
Résultat void

Property Details

Commands public_oe property

public List Commands
Résultat List

ImmediateMode public_oe property

public bool ImmediateMode
Résultat bool

RandomSeed public_oe property

public ulong RandomSeed
Résultat ulong

TickID public_oe property

public uint TickID
Résultat uint