C# 클래스 OpenRA.BinaryDataHeader

파일 보기 프로젝트 열기: OpenRA/OpenRA 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Format byte
HeightsOffset uint
ResourcesOffset uint
TilesOffset uint

공개 메소드들

메소드 설명
BinaryDataHeader ( Stream s, OpenRA.int2 expectedSize ) : System

메소드 상세

BinaryDataHeader() 공개 메소드

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

프로퍼티 상세

Format 공개적으로 프로퍼티

public byte Format
리턴 byte

HeightsOffset 공개적으로 프로퍼티

public uint HeightsOffset
리턴 uint

ResourcesOffset 공개적으로 프로퍼티

public uint ResourcesOffset
리턴 uint

TilesOffset 공개적으로 프로퍼티

public uint TilesOffset
리턴 uint