C# Class HaloMap.RawData.ParsedBitmap.HaloBitmapHeader

The halo bitmap header.
Mostrar archivo Open project: troymac1ure/Entity

Public Properties

Property Type Description
bumpheight float
colorplateheight short
colorplatewidth short
compressedcolorplatedata short
detailfadefactor float
format short
sharpenamount float
spritebudgesize short
spritebudgetcount short
type short
usage short
usageflags short

Public Methods

Method Description
HaloBitmapHeader ( Meta &meta ) : System

Initializes a new instance of the HaloBitmapHeader class.

WriteHeaderHaloBitmapHeader ( BinaryWriter &BW ) : void

The write header halo bitmap header.

Method Details

HaloBitmapHeader() public method

Initializes a new instance of the HaloBitmapHeader class.
public HaloBitmapHeader ( Meta &meta ) : System
meta HaloMap.Meta.Meta The meta.
return System

WriteHeaderHaloBitmapHeader() public method

The write header halo bitmap header.
public WriteHeaderHaloBitmapHeader ( BinaryWriter &BW ) : void
BW System.IO.BinaryWriter The bw.
return void

Property Details

bumpheight public_oe property

The bumpheight.
public float bumpheight
return float

colorplateheight public_oe property

The colorplateheight.
public short colorplateheight
return short

colorplatewidth public_oe property

The colorplatewidth.
public short colorplatewidth
return short

compressedcolorplatedata public_oe property

The compressedcolorplatedata.
public short compressedcolorplatedata
return short

detailfadefactor public_oe property

The detailfadefactor.
public float detailfadefactor
return float

format public_oe property

The format.
public short format
return short

sharpenamount public_oe property

The sharpenamount.
public float sharpenamount
return float

spritebudgesize public_oe property

The spritebudgesize.
public short spritebudgesize
return short

spritebudgetcount public_oe property

The spritebudgetcount.
public short spritebudgetcount
return short

type public_oe property

The type.
public short type
return short

usage public_oe property

The usage.
public short usage
return short

usageflags public_oe property

The usageflags.
public short usageflags
return short