C# Class FSO.SimAntics.Marshals.VMGameObjectMarshal

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

Public Properties

Property Type Description
Direction Direction

Public Methods

Method Description
Deserialize ( BinaryReader reader ) : void
SerializeInto ( BinaryWriter writer ) : void
VMGameObjectMarshal ( ) : System
VMGameObjectMarshal ( int version ) : System

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

VMGameObjectMarshal() public method

public VMGameObjectMarshal ( ) : System
return System

VMGameObjectMarshal() public method

public VMGameObjectMarshal ( int version ) : System
version int
return System

Property Details

Direction public_oe property

public Direction Direction
return Direction