C# Class HaloMap.RawData.BSPRaw

The bsp raw.
Inheritance: RawDataContainer
显示文件 Open project: troymac1ure/Entity Class Usage Examples

Public Methods

Method Description
BSPRaw ( ) : System

Initializes a new instance of the BSPRaw class.

H2Read ( int TagIndex, Map map, bool dontreadraw ) : void

The h 2 read.

Read ( int TagIndex, Map map, bool dontreadraw ) : void

The read.

Method Details

BSPRaw() public method

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

H2Read() public method

The h 2 read.
public H2Read ( int TagIndex, Map map, bool dontreadraw ) : void
TagIndex int The TagIndex.
map HaloMap.Map.Map The map.
dontreadraw bool The dontreadraw.
return void

Read() public method

The read.
public Read ( int TagIndex, Map map, bool dontreadraw ) : void
TagIndex int The TagIndex.
map HaloMap.Map.Map The map.
dontreadraw bool The dontreadraw.
return void