C# Class HaloMap.Render.SpawnInfo.PlayerSpawn

The player spawn.
Inheritance: RotateDirectionBaseSpawn
显示文件 Open project: troymac1ure/Entity

Public Methods

Method Description
PlayerSpawn ( ) : System

Initializes a new instance of the PlayerSpawn class.

Read ( Map map ) : void

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

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

PlayerSpawn scnr offst = 256

PlayerSpawn chunk size = 52

Write ( Map map ) : void

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

PlayerSpawn scnr offst = 256

PlayerSpawn chunk size = 52

Method Details

PlayerSpawn() public method

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

Read() public method

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

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

PlayerSpawn scnr offst = 256

PlayerSpawn chunk size = 52

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

Write() public method

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

PlayerSpawn scnr offst = 256

PlayerSpawn chunk size = 52

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