C# 클래스 HaloMap.Map.BitmapLibraryLayout

The bitmap library layout.
파일 보기 프로젝트 열기: troymac1ure/Entity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BitmapCount int
BitmapIndexOffset int
FileNameStringsOffset int
FileSize int
MetaOffset int[]
MetaSize int[]
Name string[]
RawOffset int[]
RawSize int[]
StringLength int[]
StringOffset int[]
error bool

공개 메소드들

메소드 설명
BitmapLibraryLayout ( Map map ) : System.IO

Initializes a new instance of the BitmapLibraryLayout class.

HaloCEBitmapLibraryLayout ( BinaryReader &BR ) : void

The halo ce bitmap library layout.

메소드 상세

BitmapLibraryLayout() 공개 메소드

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

HaloCEBitmapLibraryLayout() 공개 메소드

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

프로퍼티 상세

BitmapCount 공개적으로 프로퍼티

The bitmap count.
public int BitmapCount
리턴 int

BitmapIndexOffset 공개적으로 프로퍼티

The bitmap index offset.
public int BitmapIndexOffset
리턴 int

FileNameStringsOffset 공개적으로 프로퍼티

The file name strings offset.
public int FileNameStringsOffset
리턴 int

FileSize 공개적으로 프로퍼티

The file size.
public int FileSize
리턴 int

MetaOffset 공개적으로 프로퍼티

The meta offset.
public int[] MetaOffset
리턴 int[]

MetaSize 공개적으로 프로퍼티

The meta size.
public int[] MetaSize
리턴 int[]

Name 공개적으로 프로퍼티

The name.
public string[] Name
리턴 string[]

RawOffset 공개적으로 프로퍼티

The raw offset.
public int[] RawOffset
리턴 int[]

RawSize 공개적으로 프로퍼티

The raw size.
public int[] RawSize
리턴 int[]

StringLength 공개적으로 프로퍼티

The string length.
public int[] StringLength
리턴 int[]

StringOffset 공개적으로 프로퍼티

The string offset.
public int[] StringOffset
리턴 int[]

error 공개적으로 프로퍼티

The error.
public bool error
리턴 bool