C# Class HaloMap.H2MetaContainers.DirectXCollision

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

Méthodes publiques

Свойство Type Description
faceCount List
ib List
sphere List
spherematrix List
vb List
verticeCount List

Méthodes publiques

Méthode Description
DirectXCollision ( Device &device, coll &tempcoll ) : System.Collections.Generic

Initializes a new instance of the DirectXCollision class.

DrawMeshes ( Device &device ) : void

The draw meshes.

DrawSpheres ( Device &device ) : void

The draw spheres.

Private Methods

Méthode Description
CreateIndexBuffers ( Device &device, coll &tempcoll ) : void

The create index buffers.

CreateSpheres ( Device &device, coll &tempcoll ) : void

The create spheres.

CreateVertexBuffers ( Device &device, coll &tempcoll ) : void

The create vertex buffers.

Method Details

DirectXCollision() public méthode

Initializes a new instance of the DirectXCollision class.
public DirectXCollision ( Device &device, coll &tempcoll ) : System.Collections.Generic
device Device The device.
tempcoll coll The tempcoll.
Résultat System.Collections.Generic

DrawMeshes() public méthode

The draw meshes.
public DrawMeshes ( Device &device ) : void
device Device The device.
Résultat void

DrawSpheres() public méthode

The draw spheres.
public DrawSpheres ( Device &device ) : void
device Device The device.
Résultat void

Property Details

faceCount public_oe property

The face count.
public List faceCount
Résultat List

ib public_oe property

The ib.
public List ib
Résultat List

sphere public_oe property

The sphere.
public List sphere
Résultat List

spherematrix public_oe property

The spherematrix.
public List spherematrix
Résultat List

vb public_oe property

The vb.
public List vb
Résultat List

verticeCount public_oe property

The vertice count.
public List verticeCount
Résultat List