C# Class HaloMap.RawData.LightmapRaw

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

Public Methods

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

The h 2 read.

LightmapRaw ( ) : System

Initializes a new instance of the LightmapRaw class.

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

The read.

Method Details

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

LightmapRaw() public method

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

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