C# 클래스 HaloMap.Map.IndexHeaderInfo

The index header info.
파일 보기 프로젝트 열기: troymac1ure/Entity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IndicesObjectCount int
ModelIndicesOffset int
ModelRawDataOffset int
ModelRawDataSize int
VerticeObjectCount int
constant int
matgID int
metaCount int
scnrID int
tagTypeCount int
tagsOffset int

공개 메소드들

메소드 설명
IndexHeaderInfo ( BinaryReader &BR, Map map ) : System.IO

Initializes a new instance of the IndexHeaderInfo class.

LoadHalo1IndexHeaderInfo ( BinaryReader &BR, Map map ) : void

The load halo 1 index header info.

LoadHalo2IndexHeaderInfo ( BinaryReader &BR, Map map ) : void

The load halo 2 index header info.

LoadHaloCEIndexHeaderInfo ( BinaryReader &BR, Map map ) : void

The load halo ce index header info.

메소드 상세

IndexHeaderInfo() 공개 메소드

Initializes a new instance of the IndexHeaderInfo class.
public IndexHeaderInfo ( BinaryReader &BR, Map map ) : System.IO
BR System.IO.BinaryReader The BR.
map Map The map.
리턴 System.IO

LoadHalo1IndexHeaderInfo() 공개 메소드

The load halo 1 index header info.
public LoadHalo1IndexHeaderInfo ( BinaryReader &BR, Map map ) : void
BR System.IO.BinaryReader The br.
map Map The map.
리턴 void

LoadHalo2IndexHeaderInfo() 공개 메소드

The load halo 2 index header info.
public LoadHalo2IndexHeaderInfo ( BinaryReader &BR, Map map ) : void
BR System.IO.BinaryReader The br.
map Map The map.
리턴 void

LoadHaloCEIndexHeaderInfo() 공개 메소드

The load halo ce index header info.
public LoadHaloCEIndexHeaderInfo ( BinaryReader &BR, Map map ) : void
BR System.IO.BinaryReader The br.
map Map The map.
리턴 void

프로퍼티 상세

IndicesObjectCount 공개적으로 프로퍼티

The indices object count.
public int IndicesObjectCount
리턴 int

ModelIndicesOffset 공개적으로 프로퍼티

The model indices offset.
public int ModelIndicesOffset
리턴 int

ModelRawDataOffset 공개적으로 프로퍼티

The model raw data offset.
public int ModelRawDataOffset
리턴 int

ModelRawDataSize 공개적으로 프로퍼티

The model raw data size.
public int ModelRawDataSize
리턴 int

VerticeObjectCount 공개적으로 프로퍼티

The vertice object count.
public int VerticeObjectCount
리턴 int

constant 공개적으로 프로퍼티

The constant.
public int constant
리턴 int

matgID 공개적으로 프로퍼티

ID number of the globals tag [MATG]
public int matgID
리턴 int

metaCount 공개적으로 프로퍼티

The meta count.
public int metaCount
리턴 int

scnrID 공개적으로 프로퍼티

ID Number of the Scenario tag [SCNR]
public int scnrID
리턴 int

tagTypeCount 공개적으로 프로퍼티

The tag type count.
public int tagTypeCount
리턴 int

tagsOffset 공개적으로 프로퍼티

The tags offset.
public int tagsOffset
리턴 int