C# Class BEPUphysics.NarrowPhaseSystems.Pairs.DetectorVolumePairHandler

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

Public Methods

Method Description
CleanUp ( ) : void

Cleans up the pair handler.

Initialize ( BroadPhaseEntry entryA, BroadPhaseEntry entryB ) : void

Initializes the pair handler.

Protected Methods

Method Description
NotifyDetectorVolumeOfChanges ( ) : void
OnAddedToNarrowPhase ( ) : void

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

Method Details

CleanUp() public method

Cleans up the pair handler.
public CleanUp ( ) : void
return void

Initialize() public method

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.
return void

NotifyDetectorVolumeOfChanges() protected method

protected NotifyDetectorVolumeOfChanges ( ) : void
return void

OnAddedToNarrowPhase() protected method

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