C# Class HaloMap.Render.SpawnInfo.ControlSpawn

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

Public Methods

Method Description
ControlSpawn ( ) : System

Initializes a new instance of the ControlSpawn class.

Read ( Map map ) : void

Reads the Control Spawn meta chunk info from the map MemoryStream.

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

ControlSpawn scnr offst = 184

ControlSpawn chunk size = 68

Write ( Map map ) : void

Writes the Control Spawn meta chunk info to the map MemoryStream.

ControlSpawn scnr offst = 184

ControlSpawn chunk size = 68

Method Details

ControlSpawn() public method

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

Read() public method

Reads the Control Spawn meta chunk info from the map MemoryStream.

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

ControlSpawn scnr offst = 184

ControlSpawn chunk size = 68

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

Write() public method

Writes the Control Spawn meta chunk info to the map MemoryStream.

ControlSpawn scnr offst = 184

ControlSpawn chunk size = 68

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