C# Class HaloMap.Render.SpawnInfo.WeaponSpawn

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

Public Methods

Method Description
Read ( Map map ) : void

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

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

WeaponSpawn scnr offst = 144

WeaponSpawn chunk size = 84

WeaponSpawn ( ) : System

Initializes a new instance of the WeaponSpawn class.

Write ( Map map ) : void

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

WeaponSpawn scnr offst = 144

WeaponSpawn chunk size = 84

Method Details

Read() public method

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

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

WeaponSpawn scnr offst = 144

WeaponSpawn chunk size = 84

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

WeaponSpawn() public method

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

Write() public method

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

WeaponSpawn scnr offst = 144

WeaponSpawn chunk size = 84

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