C# Class BEPUphysics.NarrowPhaseSystems.Pairs.StaticGroupPairHandler

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

Protected Properties

Property Type Description
staticGroup BEPUphysics.BroadPhaseEntries.StaticGroup

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

staticGroup protected_oe property

protected StaticGroup,BEPUphysics.BroadPhaseEntries staticGroup
return BEPUphysics.BroadPhaseEntries.StaticGroup