Метод | Описание | |
---|---|---|
Add ( BEPUphysics.BroadPhaseSystems.BroadPhaseEntry entry ) : void |
Adds an entry to the broad phase.
|
|
Remove ( BEPUphysics.BroadPhaseSystems.BroadPhaseEntry entry ) : void |
Removes an entry from the broad phase.
|
Метод | Описание | |
---|---|---|
AddOverlap ( BroadPhaseOverlap overlap ) : void | ||
BroadPhase ( ) : BEPUphysics.BroadPhaseEntries | ||
BroadPhase ( IThreadManager threadManager ) : BEPUphysics.BroadPhaseEntries | ||
GetCollisionRule ( BEPUphysics.BroadPhaseSystems.BroadPhaseEntry entryA, BEPUphysics.BroadPhaseSystems.BroadPhaseEntry entryB ) : CollisionRule | ||
TryToAddOverlap ( BEPUphysics.BroadPhaseSystems.BroadPhaseEntry entryA, BEPUphysics.BroadPhaseSystems.BroadPhaseEntry entryB ) : void |
Adds a broad phase overlap if the collision rules permit it.
|
public Add ( BEPUphysics.BroadPhaseSystems.BroadPhaseEntry entry ) : void | ||
entry | BEPUphysics.BroadPhaseSystems.BroadPhaseEntry | Entry to add. |
Результат | void |
protected AddOverlap ( BroadPhaseOverlap overlap ) : void | ||
overlap | BroadPhaseOverlap | |
Результат | void |
protected BroadPhase ( ) : BEPUphysics.BroadPhaseEntries | ||
Результат | BEPUphysics.BroadPhaseEntries |
protected BroadPhase ( IThreadManager threadManager ) : BEPUphysics.BroadPhaseEntries | ||
threadManager | IThreadManager | |
Результат | BEPUphysics.BroadPhaseEntries |
protected GetCollisionRule ( BEPUphysics.BroadPhaseSystems.BroadPhaseEntry entryA, BEPUphysics.BroadPhaseSystems.BroadPhaseEntry entryB ) : CollisionRule | ||
entryA | BEPUphysics.BroadPhaseSystems.BroadPhaseEntry | |
entryB | BEPUphysics.BroadPhaseSystems.BroadPhaseEntry | |
Результат | CollisionRule |
public Remove ( BEPUphysics.BroadPhaseSystems.BroadPhaseEntry entry ) : void | ||
entry | BEPUphysics.BroadPhaseSystems.BroadPhaseEntry | Entry to remove. |
Результат | void |
protected TryToAddOverlap ( BEPUphysics.BroadPhaseSystems.BroadPhaseEntry entryA, BEPUphysics.BroadPhaseSystems.BroadPhaseEntry entryB ) : void | ||
entryA | BEPUphysics.BroadPhaseSystems.BroadPhaseEntry | First entry of the overlap. |
entryB | BEPUphysics.BroadPhaseSystems.BroadPhaseEntry | Second entry of the overlap. |
Результат | void |