C# Class BEPUphysics.NarrowPhaseSystems.Pairs.DetectorVolumeMobileMeshPairHandler

Superclass of pairs between collidables that generate contact points.
Inheritance: DetectorVolumePairHandler
Datei anzeigen Open project: Indiefreaks/igf

Public Methods

Method Description
CleanUp ( ) : void

Cleans up the pair handler.

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

Protected Methods

Method Description
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

public Initialize ( BroadPhaseEntries entryA, BroadPhaseEntries entryB ) : void
entryA BroadPhaseEntries
entryB BroadPhaseEntries
return void

OnAddedToNarrowPhase() protected method

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

UpdateCollision() public method

public UpdateCollision ( float dt ) : void
dt float
return void