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

Inheritance: VMTSOEntityState
Exibir arquivo Open project: RHY3756547/FreeSO

Public Properties

Property Type Description
OwnerID uint

Public Methods

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

Tick() public method

public Tick ( VM vm, object owner ) : void
vm VM
owner object
return void

Property Details

OwnerID public_oe property

public uint OwnerID
return uint