Method DoUpdateIK
DoUpdateIK(List<Vector3>)
Updates the IK and sets the chain's transform positions.
Declaration
protected override void DoUpdateIK(List<Vector3> targetPositions)
Parameters
Type | Name | Description |
---|---|---|
List<Vector3> | targetPositions | Target positions for the chain. |