C# Class HaloMap.Render.SpawnInfo.H1Collection

The h 1 collection.
Inheritance: RotateDirectionBaseSpawn
显示文件 Open project: troymac1ure/Entity

Public Properties

Property Type Description
SpawnsInMode H1CollectionTypeEnum

Public Methods

Method Description
H1Collection ( ) : System

Initializes a new instance of the H1Collection class.

Read ( Map map ) : void

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

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

LightSpawn scnr offst = 900

LightSpawn chunk size = 144

Write ( Map map ) : void

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

LightSpawn scnr offst = 900

LightSpawn chunk size = 144

Method Details

H1Collection() public method

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

Read() public method

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

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

LightSpawn scnr offst = 900

LightSpawn chunk size = 144

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

Write() public method

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

LightSpawn scnr offst = 900

LightSpawn chunk size = 144

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

Property Details

SpawnsInMode public_oe property

The spawns in mode.
public H1CollectionTypeEnum SpawnsInMode
return H1CollectionTypeEnum