C# Class FSO.SimAntics.Marshals.VMMarshal

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

Méthodes publiques

Свойство Type Description
Compressed bool
Context VMContextMarshal
Entities FSO.SimAntics.Marshals.VMEntityMarshal[]
GlobalState short[]
LATEST_VERSION int
MultitileGroups FSO.SimAntics.Marshals.VMMultitileGroupMarshal[]
ObjectId short
PlatformState FSO.SimAntics.Model.VMPlatformState
Threads FSO.SimAntics.Marshals.Threads.VMThreadMarshal[]
Version int

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

Compressed public_oe property

public bool Compressed
Résultat bool

Context public_oe property

public VMContextMarshal,FSO.SimAntics.Marshals Context
Résultat VMContextMarshal

Entities public_oe property

public VMEntityMarshal[],FSO.SimAntics.Marshals Entities
Résultat FSO.SimAntics.Marshals.VMEntityMarshal[]

GlobalState public_oe property

public short[] GlobalState
Résultat short[]

LATEST_VERSION public_oe static_oe property

public static int LATEST_VERSION
Résultat int

MultitileGroups public_oe property

public VMMultitileGroupMarshal[],FSO.SimAntics.Marshals MultitileGroups
Résultat FSO.SimAntics.Marshals.VMMultitileGroupMarshal[]

ObjectId public_oe property

public short ObjectId
Résultat short

PlatformState public_oe property

public VMPlatformState,FSO.SimAntics.Model PlatformState
Résultat FSO.SimAntics.Model.VMPlatformState

Threads public_oe property

public VMThreadMarshal[],FSO.SimAntics.Marshals.Threads Threads
Résultat FSO.SimAntics.Marshals.Threads.VMThreadMarshal[]

Version public_oe property

public int Version
Résultat int