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

Handles a compound and group collision pair.
Наследование: GroupPairHandler
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
compoundInfo BEPUphysics.BroadPhaseEntries.MobileCollidables.CompoundCollidable

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

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

Cleans up the pair handler.

Initialize ( BroadPhaseEntry entryA, BroadPhaseEntry entryB ) : void

Initializes the pair handler.

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

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

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

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

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.
Результат void

Описание свойств

compoundInfo защищенное свойство

protected CompoundCollidable,BEPUphysics.BroadPhaseEntries.MobileCollidables compoundInfo
Результат BEPUphysics.BroadPhaseEntries.MobileCollidables.CompoundCollidable