C# Класс BEPUphysics.Constraints.Collision.ContactManifoldConstraintGroup

Constraint group containing multiple contact manifold constraints. Used by some pairs which manage multiple sub-pairs.
Наследование: BEPUphysics.Constraints.SolverGroups.SolverGroup
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
entityA Entity
entityB Entity

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

Метод Описание
Add ( EntitySolverUpdateable manifoldConstraint ) : void

Adds a constraint to the group.

CleanUp ( ) : void

Cleans up the constraint group.

Initialize ( Entity a, Entity b ) : void

Initializes the constraint group.

Remove ( EntitySolverUpdateable manifoldConstraint ) : void

Removes a constraint from the group.

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

Метод Описание
CollectInvolvedEntities ( RawList outputInvolvedEntities ) : void
OnInvolvedEntitiesChanged ( ) : void

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

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

Adds a constraint to the group.
public Add ( EntitySolverUpdateable manifoldConstraint ) : void
manifoldConstraint EntitySolverUpdateable Constraint to add.
Результат void

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

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

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

protected CollectInvolvedEntities ( RawList outputInvolvedEntities ) : void
outputInvolvedEntities RawList
Результат void

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

Initializes the constraint group.
public Initialize ( Entity a, Entity b ) : void
a Entity First entity of the pair.
b Entity Second entity of the pair.
Результат void

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

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

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

Removes a constraint from the group.
public Remove ( EntitySolverUpdateable manifoldConstraint ) : void
manifoldConstraint EntitySolverUpdateable Constraint to remove.
Результат void

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

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

protected Entity entityA
Результат Entity

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

protected Entity entityB
Результат Entity