Property | Type | Description | |
---|---|---|---|
entityA | Entity | ||
entityB | Entity |
Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
CollectInvolvedEntities ( RawList |
||
OnInvolvedEntitiesChanged ( ) : void |
public Add ( EntitySolverUpdateable manifoldConstraint ) : void | ||
manifoldConstraint | EntitySolverUpdateable | Constraint to add. |
return | void |
protected CollectInvolvedEntities ( RawList |
||
outputInvolvedEntities | RawList |
|
return | void |
public Initialize ( Entity a, Entity b ) : void | ||
a | Entity | First entity of the pair. |
b | Entity | Second entity of the pair. |
return | void |
protected OnInvolvedEntitiesChanged ( ) : void | ||
return | void |
public Remove ( EntitySolverUpdateable manifoldConstraint ) : void | ||
manifoldConstraint | EntitySolverUpdateable | Constraint to remove. |
return | void |