C# Class HaloMap.RawData.BSPModel.BSPCollision

The bsp collision.
Afficher le fichier Open project: troymac1ure/Entity Class Usage Examples

Méthodes publiques

Свойство Type Description
FaceReflexiveCount int
FaceReflexiveOffset int
FaceReflexiveTranslation int
Faces ushort[]
PlaneReflexiveCount int
PlaneReflexiveOffset int
PlaneReflexiveTranslation int
Planes System.Vector4[]
SurfaceReflexiveCount int
SurfaceReflexiveTranslation int
VerticeReflexiveCount int
VerticeReflexiveOffset int
VerticeReflexiveTranslation int
Vertices System.Vector3[]

Méthodes publiques

Méthode Description
BSPCollision ( Meta meta ) : System

Initializes a new instance of the BSPCollision class.

ExtractCollisonMesh ( string FilePath ) : void

The extract collison mesh.

InjectCollisonMesh ( string FilePath, Meta meta ) : void

The inject collison mesh.

Method Details

BSPCollision() public méthode

Initializes a new instance of the BSPCollision class.
public BSPCollision ( Meta meta ) : System
meta HaloMap.Meta.Meta The meta.
Résultat System

ExtractCollisonMesh() public méthode

The extract collison mesh.
public ExtractCollisonMesh ( string FilePath ) : void
FilePath string The file path.
Résultat void

InjectCollisonMesh() public méthode

The inject collison mesh.
public InjectCollisonMesh ( string FilePath, Meta meta ) : void
FilePath string The file path.
meta HaloMap.Meta.Meta The meta.
Résultat void

Property Details

FaceReflexiveCount public_oe property

The face reflexive count.
public int FaceReflexiveCount
Résultat int

FaceReflexiveOffset public_oe property

The face reflexive offset.
public int FaceReflexiveOffset
Résultat int

FaceReflexiveTranslation public_oe property

The face reflexive translation.
public int FaceReflexiveTranslation
Résultat int

Faces public_oe property

The faces.
public ushort[] Faces
Résultat ushort[]

PlaneReflexiveCount public_oe property

The plane reflexive count.
public int PlaneReflexiveCount
Résultat int

PlaneReflexiveOffset public_oe property

The plane reflexive offset.
public int PlaneReflexiveOffset
Résultat int

PlaneReflexiveTranslation public_oe property

The plane reflexive translation.
public int PlaneReflexiveTranslation
Résultat int

Planes public_oe property

The planes.
public Vector4[],System Planes
Résultat System.Vector4[]

SurfaceReflexiveCount public_oe property

The surface reflexive count.
public int SurfaceReflexiveCount
Résultat int

SurfaceReflexiveTranslation public_oe property

The surface reflexive translation.
public int SurfaceReflexiveTranslation
Résultat int

VerticeReflexiveCount public_oe property

The vertice reflexive count.
public int VerticeReflexiveCount
Résultat int

VerticeReflexiveOffset public_oe property

The vertice reflexive offset.
public int VerticeReflexiveOffset
Résultat int

VerticeReflexiveTranslation public_oe property

The vertice reflexive translation.
public int VerticeReflexiveTranslation
Résultat int

Vertices public_oe property

The vertices.
public Vector3[],System Vertices
Résultat System.Vector3[]