C# 클래스 HaloMap.RawData.Model

The model.
상속: RawDataContainer
파일 보기 프로젝트 열기: troymac1ure/Entity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IntermediatePointerOffset int

공개 메소드들

메소드 설명
Model ( ) : System

Initializes a new instance of the Model class.

Read ( int TagIndex, Map map, bool dontreadraw ) : void

The read.

ReadCEModelRaw ( int TagIndex, Map map, bool dontreadraw ) : void

The read ce model raw.

ReadH1ModelRaw ( int TagIndex, Map map, bool dontreadraw ) : void

The read h 1 model raw.

ReadH2ModelRaw ( int TagIndex, Map map, bool dontreadraw ) : void

The read h 2 model raw.

메소드 상세

Model() 공개 메소드

Initializes a new instance of the Model class.
public Model ( ) : System
리턴 System

Read() 공개 메소드

The read.
public Read ( int TagIndex, Map map, bool dontreadraw ) : void
TagIndex int The TagIndex.
map HaloMap.Map.Map The map.
dontreadraw bool The dontreadraw.
리턴 void

ReadCEModelRaw() 공개 메소드

The read ce model raw.
public ReadCEModelRaw ( int TagIndex, Map map, bool dontreadraw ) : void
TagIndex int The TagIndex.
map HaloMap.Map.Map The map.
dontreadraw bool The dontreadraw.
리턴 void

ReadH1ModelRaw() 공개 메소드

The read h 1 model raw.
public ReadH1ModelRaw ( int TagIndex, Map map, bool dontreadraw ) : void
TagIndex int The TagIndex.
map HaloMap.Map.Map The map.
dontreadraw bool The dontreadraw.
리턴 void

ReadH2ModelRaw() 공개 메소드

The read h 2 model raw.
public ReadH2ModelRaw ( int TagIndex, Map map, bool dontreadraw ) : void
TagIndex int The TagIndex.
map HaloMap.Map.Map The map.
dontreadraw bool The dontreadraw.
리턴 void

프로퍼티 상세

IntermediatePointerOffset 공개적으로 프로퍼티

The intermediate pointer offset.
public int IntermediatePointerOffset
리턴 int