C# Class HaloMap.RawData.BitmapRawDataChunk

The bitmap raw data chunk.
Inheritance: RawDataChunk
显示文件 Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
inchunk int
mipmaps List
num int

Public Methods

Method Description
BitmapRawDataChunk ( ) : System

Initializes a new instance of the BitmapRawDataChunk class.

Method Details

BitmapRawDataChunk() public method

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

Property Details

inchunk public_oe property

The inchunk.
public int inchunk
return int

mipmaps public_oe property

The mipmaps.
public List mipmaps
return List

num public_oe property

The num.
public int num
return int