C# Class HaloMap.Map.BitmapLibraryLayout

The bitmap library layout.
Afficher le fichier Open project: troymac1ure/Entity Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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 méthode

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

HaloCEBitmapLibraryLayout() public méthode

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

Property Details

BitmapCount public_oe property

The bitmap count.
public int BitmapCount
Résultat int

BitmapIndexOffset public_oe property

The bitmap index offset.
public int BitmapIndexOffset
Résultat int

FileNameStringsOffset public_oe property

The file name strings offset.
public int FileNameStringsOffset
Résultat int

FileSize public_oe property

The file size.
public int FileSize
Résultat int

MetaOffset public_oe property

The meta offset.
public int[] MetaOffset
Résultat int[]

MetaSize public_oe property

The meta size.
public int[] MetaSize
Résultat int[]

Name public_oe property

The name.
public string[] Name
Résultat string[]

RawOffset public_oe property

The raw offset.
public int[] RawOffset
Résultat int[]

RawSize public_oe property

The raw size.
public int[] RawSize
Résultat int[]

StringLength public_oe property

The string length.
public int[] StringLength
Résultat int[]

StringOffset public_oe property

The string offset.
public int[] StringOffset
Résultat int[]

error public_oe property

The error.
public bool error
Résultat bool