C# 클래스 HaloMap.RawData.BSPModel.UnknownChunk

The unknown chunk.
파일 보기 프로젝트 열기: troymac1ure/Entity

공개 프로퍼티들

프로퍼티 타입 설명
HeaderSize int
IndiceCount int
Indices short[]
RawDataChunkInfo HaloMap.RawData.ParsedModel.RawDataMetaChunk.RawDataOffsetChunk[]
VerticeCount int
Vertices List
facecount int

공개 메소드들

메소드 설명
UnknownChunk ( int offset, int chunknumber, Meta &meta ) : System

Initializes a new instance of the UnknownChunk class.

메소드 상세

UnknownChunk() 공개 메소드

Initializes a new instance of the UnknownChunk class.
public UnknownChunk ( int offset, int chunknumber, Meta &meta ) : System
offset int The offset.
chunknumber int The chunknumber.
meta HaloMap.Meta.Meta The meta.
리턴 System

프로퍼티 상세

HeaderSize 공개적으로 프로퍼티

The header size.
public int HeaderSize
리턴 int

IndiceCount 공개적으로 프로퍼티

The indice count.
public int IndiceCount
리턴 int

Indices 공개적으로 프로퍼티

The indices.
public short[] Indices
리턴 short[]

RawDataChunkInfo 공개적으로 프로퍼티

The raw data chunk info.
public ParsedModel.RawDataMetaChunk.RawDataOffsetChunk[],HaloMap.RawData RawDataChunkInfo
리턴 HaloMap.RawData.ParsedModel.RawDataMetaChunk.RawDataOffsetChunk[]

VerticeCount 공개적으로 프로퍼티

The vertice count.
public int VerticeCount
리턴 int

Vertices 공개적으로 프로퍼티

The vertices.
public List Vertices
리턴 List

facecount 공개적으로 프로퍼티

The facecount.
public int facecount
리턴 int