C# Class HaloMap.DDSFunctions.DDS.DDSCAPS2

The ddscap s 2.
显示文件 Open project: troymac1ure/Entity

Public Properties

Property Type Description
Reserved int[]
caps1 int
caps2 int

Public Methods

Method Description
generate ( ParsedBitmap &b2 ) : void

The generate.

readStruct ( BinaryReader &br ) : void

The read struct.

writeStruct ( BinaryWriter &bw ) : void

The write struct.

Method Details

generate() public method

The generate.
public generate ( ParsedBitmap &b2 ) : void
b2 HaloMap.RawData.ParsedBitmap The b 2.
return void

readStruct() public method

The read struct.
public readStruct ( BinaryReader &br ) : void
br System.IO.BinaryReader The br.
return void

writeStruct() public method

The write struct.
public writeStruct ( BinaryWriter &bw ) : void
bw System.IO.BinaryWriter The bw.
return void

Property Details

Reserved public_oe property

The reserved.
public int[] Reserved
return int[]

caps1 public_oe property

The caps 1.
public int caps1
return int

caps2 public_oe property

The caps 2.
public int caps2
return int