C# Class OpenRA.BinaryDataHeader

Afficher le fichier Open project: OpenRA/OpenRA Class Usage Examples

Méthodes publiques

Свойство Type Description
Format byte
HeightsOffset uint
ResourcesOffset uint
TilesOffset uint

Méthodes publiques

Méthode Description
BinaryDataHeader ( Stream s, OpenRA.int2 expectedSize ) : System

Method Details

BinaryDataHeader() public méthode

public BinaryDataHeader ( Stream s, OpenRA.int2 expectedSize ) : System
s Stream
expectedSize OpenRA.int2
Résultat System

Property Details

Format public_oe property

public byte Format
Résultat byte

HeightsOffset public_oe property

public uint HeightsOffset
Résultat uint

ResourcesOffset public_oe property

public uint ResourcesOffset
Résultat uint

TilesOffset public_oe property

public uint TilesOffset
Résultat uint