C# Class BEPUphysics.NarrowPhaseSystems.Pairs.DetectorVolumeGroupPairHandler

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

Méthodes publiques

Méthode Description
CleanUp ( ) : void

Cleans up the pair handler.

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.

TryToAdd ( EntityCollidable collidable ) : void
UpdateContainedPairs ( ) : void

Method Details

CleanUp() public méthode

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

OnAddedToNarrowPhase() protected méthode

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

TryToAdd() protected méthode

protected TryToAdd ( EntityCollidable collidable ) : void
collidable BEPUphysics.BroadPhaseEntries.MobileCollidables.EntityCollidable
Résultat void

UpdateCollision() public méthode

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

UpdateContainedPairs() protected abstract méthode

protected abstract UpdateContainedPairs ( ) : void
Résultat void