C# Class HaloMap.RawData.BSPModel.BSPRawDataMetaChunk

The bsp raw data meta chunk.
Inheritance: ParsedModel.RawDataMetaChunk
Afficher le fichier Open project: troymac1ure/Entity

Méthodes publiques

Свойство Type Description
BoundingBox BSPBoundingBoxContainer
LightMapUVs List
rawdatainfooffset int
render bool
shadertagnumber int

Méthodes publiques

Méthode Description
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.

Method Details

BSPRawDataMetaChunk() public méthode

Initializes a new instance of the BSPRawDataMetaChunk class.
public BSPRawDataMetaChunk ( ) : System
Résultat System

BSPRawDataMetaChunk() public méthode

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.
Résultat System

CEBSPRawDataMetaChunk() public méthode

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.
Résultat void

H1BSPRawDataMetaChunk() public méthode

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.
Résultat void

H2BSPRawDataMetaChunk() public méthode

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.
Résultat void

Property Details

BoundingBox public_oe property

public BSPBoundingBoxContainer BoundingBox
Résultat BSPBoundingBoxContainer

LightMapUVs public_oe property

The light map u vs.
public List LightMapUVs
Résultat List

rawdatainfooffset public_oe property

The rawdatainfooffset.
public int rawdatainfooffset
Résultat int

render public_oe property

Used to decide if chunk will be rendered
public bool render
Résultat bool

shadertagnumber public_oe property

The shadertagnumber.
public int shadertagnumber
Résultat int