C# Class BEPUphysics.NarrowPhaseSystems.Pairs.DetectorVolumeMobileMeshPairHandler

Superclass of pairs between collidables that generate contact points.
Inheritance: DetectorVolumePairHandler
Afficher le fichier Open project: Indiefreaks/igf

Méthodes publiques

Méthode Description
CleanUp ( ) : void

Cleans up the pair handler.

Initialize ( BroadPhaseEntries entryA, BroadPhaseEntries entryB ) : void
UpdateCollision ( float dt ) : void

Méthodes protégées

Méthode Description
OnAddedToNarrowPhase ( ) : void

Called when the pair handler is added to the narrow phase.

Method Details

CleanUp() public méthode

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

Initialize() public méthode

public Initialize ( BroadPhaseEntries entryA, BroadPhaseEntries entryB ) : void
entryA BroadPhaseEntries
entryB BroadPhaseEntries
Résultat void

OnAddedToNarrowPhase() protected méthode

Called when the pair handler is added to the narrow phase.
protected OnAddedToNarrowPhase ( ) : void
Résultat void

UpdateCollision() public méthode

public UpdateCollision ( float dt ) : void
dt float
Résultat void