C# Class BEPUphysics.NarrowPhaseSystems.Pairs.DetectorVolumeGroupPairHandler

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

Public Methods

Method Description
CleanUp ( ) : void

Cleans up the pair handler.

UpdateCollision ( float dt ) : void

Protected Methods

Method Description
OnAddedToNarrowPhase ( ) : void

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

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

Method Details

CleanUp() public method

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

OnAddedToNarrowPhase() protected method

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

TryToAdd() protected method

protected TryToAdd ( EntityCollidable collidable ) : void
collidable BEPUphysics.BroadPhaseEntries.MobileCollidables.EntityCollidable
return void

UpdateCollision() public method

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

UpdateContainedPairs() protected abstract method

protected abstract UpdateContainedPairs ( ) : void
return void