C# Class BEPUphysics.NarrowPhaseSystems.Pairs.DetectorVolumeCompoundPairHandler

Handles a compound-static mesh collision pair.
Inheritance: DetectorVolumeGroupPairHandler
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
UpdateContainedPairs ( ) : void

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 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 ( ) : void
Résultat void