C# Class BEPUphysics.NarrowPhaseSystems.Pairs.DetectorVolumePairHandler

Superclass of pairs between collidables that generate contact points.
Inheritance: BEPUphysics.NarrowPhaseSystems.Pairs.NarrowPhasePair
Afficher le fichier Open project: Indiefreaks/igf Class Usage Examples

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
NotifyDetectorVolumeOfChanges ( ) : void
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

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

NotifyDetectorVolumeOfChanges() protected méthode

protected NotifyDetectorVolumeOfChanges ( ) : 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