C# Class HaloMap.Render.SpawnInfo.ScenerySpawn

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

Public Properties

Property Type Description
ScenNumber int

Public Methods

Method Description
Read ( Map map ) : void

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

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

ScenerySpawn scnr offst = 80

ScenerySpawn chunk size = 92

ScenerySpawn ( ) : System

Initializes a new instance of the ScenerySpawn class.

Write ( Map map ) : void

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

ScenerySpawn scnr offst = 80

ScenerySpawn chunk size = 92

Method Details

Read() public method

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

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

ScenerySpawn scnr offst = 80

ScenerySpawn chunk size = 92

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

ScenerySpawn() public method

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

Write() public method

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

ScenerySpawn scnr offst = 80

ScenerySpawn chunk size = 92

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

Property Details

ScenNumber public_oe property

The scen number.
public int ScenNumber
return int