Method DoUpdateIK
DoUpdateIK(List<Vector3>)
Override to perform Solver IK update.
Declaration
protected abstract void DoUpdateIK(List<Vector3> targetPositions)
Parameters
| Type | Name | Description |
|---|---|---|
| List<Vector3> | targetPositions | Target position for the chain. |