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

Inheritance: VMSerializable
显示文件 Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
Commands List
ImmediateMode bool
RandomSeed ulong
TickID uint

Public Methods

Method Description
Deserialize ( BinaryReader reader ) : void
SerializeInto ( BinaryWriter writer ) : void

Method Details

Deserialize() public method

public Deserialize ( BinaryReader reader ) : void
reader System.IO.BinaryReader
return void

SerializeInto() public method

public SerializeInto ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
return void

Property Details

Commands public_oe property

public List Commands
return List

ImmediateMode public_oe property

public bool ImmediateMode
return bool

RandomSeed public_oe property

public ulong RandomSeed
return ulong

TickID public_oe property

public uint TickID
return uint