C# Class FSO.SimAntics.Model.TSOPlatform.VMTSOEntityState

Inheritance: VMPlatformState
Afficher le fichier Open project: RHY3756547/FreeSO

Méthodes publiques

Свойство Type Description
Budget VMBudget

Méthodes publiques

Méthode Description
Deserialize ( BinaryReader reader ) : void
SerializeInto ( BinaryWriter writer ) : void
Tick ( VM vm, object owner ) : 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

Tick() public méthode

public Tick ( VM vm, object owner ) : void
vm VM
owner object
Résultat void

Property Details

Budget public_oe property

public VMBudget Budget
Résultat VMBudget