Method UpdateIK
UpdateIK(float)
Perform the Solver IK update.
Declaration
public void UpdateIK(float globalWeight)
Parameters
| Type | Name | Description |
|---|---|---|
| float | globalWeight | Weight for position solving. |
UpdateIK(List<Vector3>, float)
Perform the Solver IK update with specified target positions.
Declaration
public void UpdateIK(List<Vector3> targetPositions, float globalWeight)
Parameters
| Type | Name | Description |
|---|---|---|
| List<Vector3> | targetPositions | Target positions. |
| float | globalWeight | Weight for position solving. |