C# Класс BEPUphysics.NarrowPhaseSystems.Pairs.DetectorVolumePairHandler

Superclass of pairs between collidables that generate contact points.
Наследование: BEPUphysics.NarrowPhaseSystems.Pairs.NarrowPhasePair
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CleanUp ( ) : void

Cleans up the pair handler.

Initialize ( BroadPhaseEntry entryA, BroadPhaseEntry entryB ) : void

Initializes the pair handler.

Защищенные методы

Метод Описание
NotifyDetectorVolumeOfChanges ( ) : void
OnAddedToNarrowPhase ( ) : void

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

Описание методов

CleanUp() публичный Метод

Cleans up the pair handler.
public CleanUp ( ) : void
Результат void

Initialize() публичный Метод

Initializes the pair handler.
public Initialize ( BroadPhaseEntry entryA, BroadPhaseEntry entryB ) : void
entryA BroadPhaseEntry First entry in the pair.
entryB BroadPhaseEntry Second entry in the pair.
Результат void

NotifyDetectorVolumeOfChanges() защищенный Метод

protected NotifyDetectorVolumeOfChanges ( ) : void
Результат void

OnAddedToNarrowPhase() защищенный Метод

Called when the pair handler is added to the narrow phase.
protected OnAddedToNarrowPhase ( ) : void
Результат void