C# Class HaloMap.Render.SpawnInfo.DeathZone

Trigger Volumes / Death Zones
Inheritance: BoundingBoxSpawn
显示文件 Open project: troymac1ure/Entity

Public Properties

Property Type Description
Name string

Public Methods

Method Description
DeathZone ( ) : System

Initializes a new instance of the DeathZone class.

Read ( Map map ) : void

Reads the Trigger Volume meta chunk info from the map MemoryStream.

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

Trigger Volume chunk size = 68

Write ( Map map ) : void

Writes the Trigger Volume meta chunk info to the map MemoryStream.

Method Details

DeathZone() public method

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

Read() public method

Reads the Trigger Volume meta chunk info from the map MemoryStream.

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

Trigger Volume chunk size = 68

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

Write() public method

Writes the Trigger Volume meta chunk info to the map MemoryStream.
public Write ( Map map ) : void
map HaloMap.Map.Map The HaloMap.Map.Map
return void

Property Details

Name public_oe property

The name.
public string Name
return string