C# Class HaloMap.RawData.BSPModel.BSPCollision

The bsp collision.
Mostrar archivo Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property 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[]

Public Methods

Method 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 method

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

ExtractCollisonMesh() public method

The extract collison mesh.
public ExtractCollisonMesh ( string FilePath ) : void
FilePath string The file path.
return void

InjectCollisonMesh() public method

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

Property Details

FaceReflexiveCount public_oe property

The face reflexive count.
public int FaceReflexiveCount
return int

FaceReflexiveOffset public_oe property

The face reflexive offset.
public int FaceReflexiveOffset
return int

FaceReflexiveTranslation public_oe property

The face reflexive translation.
public int FaceReflexiveTranslation
return int

Faces public_oe property

The faces.
public ushort[] Faces
return ushort[]

PlaneReflexiveCount public_oe property

The plane reflexive count.
public int PlaneReflexiveCount
return int

PlaneReflexiveOffset public_oe property

The plane reflexive offset.
public int PlaneReflexiveOffset
return int

PlaneReflexiveTranslation public_oe property

The plane reflexive translation.
public int PlaneReflexiveTranslation
return int

Planes public_oe property

The planes.
public Vector4[],System Planes
return System.Vector4[]

SurfaceReflexiveCount public_oe property

The surface reflexive count.
public int SurfaceReflexiveCount
return int

SurfaceReflexiveTranslation public_oe property

The surface reflexive translation.
public int SurfaceReflexiveTranslation
return int

VerticeReflexiveCount public_oe property

The vertice reflexive count.
public int VerticeReflexiveCount
return int

VerticeReflexiveOffset public_oe property

The vertice reflexive offset.
public int VerticeReflexiveOffset
return int

VerticeReflexiveTranslation public_oe property

The vertice reflexive translation.
public int VerticeReflexiveTranslation
return int

Vertices public_oe property

The vertices.
public Vector3[],System Vertices
return System.Vector3[]