C# Class HaloMap.Render.SpawnInfo.MachineSpawn

The machine spawn.
Inheritance: ScaleRotateYawPitchRollSpawn
显示文件 Open project: troymac1ure/Entity

Public Methods

Method Description
MachineSpawn ( ) : System

Initializes a new instance of the MachineSpawn class.

Read ( Map map ) : void

Reads the Machines meta chunk info from the map MemoryStream.

map.BR.BaseStream.Position must be set to start of chunk data.

Machines scnr offst = 168

Machines chunk size = 72

Write ( Map map ) : void

Writes the Machines meta chunk info to the map MemoryStream.

Machines scnr offst = 168

Machines chunk size = 72

Method Details

MachineSpawn() public method

Initializes a new instance of the MachineSpawn class.
public MachineSpawn ( ) : System
return System

Read() public method

Reads the Machines meta chunk info from the map MemoryStream.

map.BR.BaseStream.Position must be set to start of chunk data.

Machines scnr offst = 168

Machines chunk size = 72

public Read ( Map map ) : void
map HaloMap.Map.Map The HaloMap.Map.Map
return void

Write() public method

Writes the Machines meta chunk info to the map MemoryStream.

Machines scnr offst = 168

Machines chunk size = 72

public Write ( Map map ) : void
map HaloMap.Map.Map The HaloMap.Map.Map
return void