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

The bsp raw data meta chunk.
상속: ParsedModel.RawDataMetaChunk
파일 보기 프로젝트 열기: troymac1ure/Entity

공개 프로퍼티들

프로퍼티 타입 설명
BoundingBox BSPBoundingBoxContainer
LightMapUVs List
rawdatainfooffset int
render bool
shadertagnumber int

공개 메소드들

메소드 설명
BSPRawDataMetaChunk ( ) : System

Initializes a new instance of the BSPRawDataMetaChunk class.

BSPRawDataMetaChunk ( int offset, int chunknumber, Meta &meta, Face faces ) : System

Initializes a new instance of the BSPRawDataMetaChunk class.

CEBSPRawDataMetaChunk ( int offset, int chunknumber, Meta &meta, Face faces ) : void

The cebsp raw data meta chunk.

H1BSPRawDataMetaChunk ( int offset, int chunknumber, Meta &meta, Face faces ) : void

The h 1 bsp raw data meta chunk.

H2BSPRawDataMetaChunk ( int offset, int chunknumber, Meta &meta ) : void

The h 2 bsp raw data meta chunk.

메소드 상세

BSPRawDataMetaChunk() 공개 메소드

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

BSPRawDataMetaChunk() 공개 메소드

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

CEBSPRawDataMetaChunk() 공개 메소드

The cebsp raw data meta chunk.
public CEBSPRawDataMetaChunk ( int offset, int chunknumber, Meta &meta, Face faces ) : void
offset int The offset.
chunknumber int The chunknumber.
meta HaloMap.Meta.Meta The meta.
faces Face The faces.
리턴 void

H1BSPRawDataMetaChunk() 공개 메소드

The h 1 bsp raw data meta chunk.
public H1BSPRawDataMetaChunk ( int offset, int chunknumber, Meta &meta, Face faces ) : void
offset int The offset.
chunknumber int The chunknumber.
meta HaloMap.Meta.Meta The meta.
faces Face The faces.
리턴 void

H2BSPRawDataMetaChunk() 공개 메소드

The h 2 bsp raw data meta chunk.
public H2BSPRawDataMetaChunk ( int offset, int chunknumber, Meta &meta ) : void
offset int The offset.
chunknumber int The chunknumber.
meta HaloMap.Meta.Meta The meta.
리턴 void

프로퍼티 상세

BoundingBox 공개적으로 프로퍼티

public BSPBoundingBoxContainer BoundingBox
리턴 BSPBoundingBoxContainer

LightMapUVs 공개적으로 프로퍼티

The light map u vs.
public List LightMapUVs
리턴 List

rawdatainfooffset 공개적으로 프로퍼티

The rawdatainfooffset.
public int rawdatainfooffset
리턴 int

render 공개적으로 프로퍼티

Used to decide if chunk will be rendered
public bool render
리턴 bool

shadertagnumber 공개적으로 프로퍼티

The shadertagnumber.
public int shadertagnumber
리턴 int