C# Class BEPUphysics.NarrowPhaseSystems.Pairs.MobileMeshInstancedMeshPairHandler

Handles a mobile mesh-mobile mesh collision pair.
Inheritance: MobileMeshMeshPairHandler
Afficher le fichier Open project: Indiefreaks/igf

Méthodes publiques

Méthode Description
CleanUp ( ) : void

Cleans up the pair handler.

Initialize ( BroadPhaseEntry entryA, BroadPhaseEntry entryB ) : void

Initializes the pair handler.

Méthodes protégées

Méthode Description
ConfigureCollidable ( TriangleEntry entry, float dt ) : void
GetOpposingCollidable ( int index ) : TriangleCollidable
UpdateContainedPairs ( float dt ) : void

Method Details

CleanUp() public méthode

Cleans up the pair handler.
public CleanUp ( ) : void
Résultat void

ConfigureCollidable() protected méthode

protected ConfigureCollidable ( TriangleEntry entry, float dt ) : void
entry TriangleEntry
dt float
Résultat void

GetOpposingCollidable() protected méthode

protected GetOpposingCollidable ( int index ) : TriangleCollidable
index int
Résultat TriangleCollidable

Initialize() public méthode

Initializes the pair handler.
public Initialize ( BroadPhaseEntry entryA, BroadPhaseEntry entryB ) : void
entryA BEPUphysics.BroadPhaseEntries.BroadPhaseEntry First entry in the pair.
entryB BEPUphysics.BroadPhaseEntries.BroadPhaseEntry Second entry in the pair.
Résultat void

UpdateContainedPairs() protected méthode

protected UpdateContainedPairs ( float dt ) : void
dt float
Résultat void