C# Class FSO.SimAntics.Marshals.VMMultitileGroupMarshal

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

Public Properties

Property Type Description
MultiTile bool
Name string
Objects short[]
Offsets FSO.LotView.Model.LotTilePos[]
Price int

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

MultiTile public_oe property

public bool MultiTile
return bool

Name public_oe property

public string Name
return string

Objects public_oe property

public short[] Objects
return short[]

Offsets public_oe property

public LotTilePos[],FSO.LotView.Model Offsets
return FSO.LotView.Model.LotTilePos[]

Price public_oe property

public int Price
return int