C# Class OpenRA.BinaryDataHeader

显示文件 Open project: OpenRA/OpenRA Class Usage Examples

Public Properties

Property Type Description
Format byte
HeightsOffset uint
ResourcesOffset uint
TilesOffset uint

Public Methods

Method Description
BinaryDataHeader ( Stream s, OpenRA.int2 expectedSize ) : System

Method Details

BinaryDataHeader() public method

public BinaryDataHeader ( Stream s, OpenRA.int2 expectedSize ) : System
s Stream
expectedSize OpenRA.int2
return System

Property Details

Format public_oe property

public byte Format
return byte

HeightsOffset public_oe property

public uint HeightsOffset
return uint

ResourcesOffset public_oe property

public uint ResourcesOffset
return uint

TilesOffset public_oe property

public uint TilesOffset
return uint