Метод | Описание | |
---|---|---|
ExclusiveUpdate ( ) : void |
Performs any pre-solve iteration work that needs exclusive access to the members of the solver updateable. Usually, this is used for applying warmstarting impulses.
|
|
SolveIteration ( ) : float |
Computes one iteration of the constraint to meet the solver updateable's goal.
|
|
TwistFrictionConstraint ( ) : System |
Constructs a new twist friction constraint.
|
|
Update ( float dt ) : void |
Performs the frame's configuration step.
|
Метод | Описание | |
---|---|---|
CollectInvolvedEntities ( RawList |
Метод | Описание | |
---|---|---|
CleanUp ( ) : void | ||
Setup ( |
protected CollectInvolvedEntities ( RawList |
||
outputInvolvedEntities | RawList |
|
Результат | void |
public TwistFrictionConstraint ( ) : System | ||
Результат | System |
public Update ( float dt ) : void | ||
dt | float | Timestep duration. |
Результат | void |