C# Class FSO.SimAntics.Marshals.VMContextMarshal

Inheritance: VMSerializable
Mostrar archivo Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
Ambience VMAmbientSoundMarshal
Architecture VMArchitectureMarshal
Clock VMClockMarshal
RandomSeed ulong

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

Ambience public_oe property

public VMAmbientSoundMarshal,FSO.SimAntics.Marshals Ambience
return VMAmbientSoundMarshal

Architecture public_oe property

public VMArchitectureMarshal,FSO.SimAntics.Marshals Architecture
return VMArchitectureMarshal

Clock public_oe property

public VMClockMarshal,FSO.SimAntics.Marshals Clock
return VMClockMarshal

RandomSeed public_oe property

public ulong RandomSeed
return ulong