C# Class FSO.SimAntics.Marshals.Threads.VMFindLocationResultMarshal

Inheritance: VMSerializable
Show file Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
Chair short
FaceAnywhere bool
Position FSO.LotView.Model.LotTilePos
RadianDirection float
RouteEntryFlags SLOTFlags
Score double

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

Chair public property

public short Chair
return short

FaceAnywhere public property

public bool FaceAnywhere
return bool

Position public property

public LotTilePos,FSO.LotView.Model Position
return FSO.LotView.Model.LotTilePos

RadianDirection public property

public float RadianDirection
return float

RouteEntryFlags public property

public SLOTFlags RouteEntryFlags
return SLOTFlags

Score public property

public double Score
return double