C# Class HaloMap.Map.BitmapLibraryLayout

The bitmap library layout.
Exibir arquivo Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
BitmapCount int
BitmapIndexOffset int
FileNameStringsOffset int
FileSize int
MetaOffset int[]
MetaSize int[]
Name string[]
RawOffset int[]
RawSize int[]
StringLength int[]
StringOffset int[]
error bool

Public Methods

Method Description
BitmapLibraryLayout ( Map map ) : System.IO

Initializes a new instance of the BitmapLibraryLayout class.

HaloCEBitmapLibraryLayout ( BinaryReader &BR ) : void

The halo ce bitmap library layout.

Method Details

BitmapLibraryLayout() public method

Initializes a new instance of the BitmapLibraryLayout class.
public BitmapLibraryLayout ( Map map ) : System.IO
map Map The map.
return System.IO

HaloCEBitmapLibraryLayout() public method

The halo ce bitmap library layout.
public HaloCEBitmapLibraryLayout ( BinaryReader &BR ) : void
BR System.IO.BinaryReader The br.
return void

Property Details

BitmapCount public_oe property

The bitmap count.
public int BitmapCount
return int

BitmapIndexOffset public_oe property

The bitmap index offset.
public int BitmapIndexOffset
return int

FileNameStringsOffset public_oe property

The file name strings offset.
public int FileNameStringsOffset
return int

FileSize public_oe property

The file size.
public int FileSize
return int

MetaOffset public_oe property

The meta offset.
public int[] MetaOffset
return int[]

MetaSize public_oe property

The meta size.
public int[] MetaSize
return int[]

Name public_oe property

The name.
public string[] Name
return string[]

RawOffset public_oe property

The raw offset.
public int[] RawOffset
return int[]

RawSize public_oe property

The raw size.
public int[] RawSize
return int[]

StringLength public_oe property

The string length.
public int[] StringLength
return int[]

StringOffset public_oe property

The string offset.
public int[] StringOffset
return int[]

error public_oe property

The error.
public bool error
return bool