C# Class HaloMap.DDSFunctions.DDS.DDS_HEADER_STRUCTURE

The dd s_ heade r_ structure.
显示文件 Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
ddsd DDSURFACEDESC2
magic string

Public Methods

Method Description
ReadStruct ( BinaryReader &BR ) : void

The read struct.

WriteStruct ( BinaryWriter &BW ) : void

The write struct.

generate ( ParsedBitmap &b2 ) : void

The generate.

Method Details

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

generate() public method

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

Property Details

ddsd public_oe property

The ddsd.
public DDSURFACEDESC2 ddsd
return DDSURFACEDESC2

magic public_oe property

The magic.
public string magic
return string