C# Class BEPUphysics.NarrowPhaseSystems.Pairs.CompoundGroupPairHandler

Handles a compound and group collision pair.
Inheritance: GroupPairHandler
Datei anzeigen Open project: Indiefreaks/igf

Protected Properties

Property Type Description
compoundInfo BEPUphysics.BroadPhaseEntries.MobileCollidables.CompoundCollidable

Public Methods

Method Description
CleanUp ( ) : void

Cleans up the pair handler.

Initialize ( BroadPhaseEntry entryA, BroadPhaseEntry entryB ) : void

Initializes the pair handler.

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 BEPUphysics.BroadPhaseEntries.BroadPhaseEntry First entry in the pair.
entryB BEPUphysics.BroadPhaseEntries.BroadPhaseEntry Second entry in the pair.
return void

Property Details

compoundInfo protected_oe property

protected CompoundCollidable,BEPUphysics.BroadPhaseEntries.MobileCollidables compoundInfo
return BEPUphysics.BroadPhaseEntries.MobileCollidables.CompoundCollidable