Class LimbSolver2D
Component responsible for 2D Limb IK.
Implements
Inherited Members
Namespace: UnityEngine .U2D.IK
Assembly: solution.dll
Syntax
[MovedFrom("UnityEngine.Experimental.U2D.IK")]
[Solver2DMenu("Limb")]
[Icon("Packages/com.unity.2d.animation/Editor/Assets/ComponentIcons/Animation.IKLimb.png")]
public sealed class LimbSolver2D : Solver2D, IPreviewable
Properties
Name | Description |
---|---|
flip | Get and set the flip property. |
Methods
Name | Description |
---|---|
Do |
Initializes the solver. |
Do |
Prepares the data required for updating the solver. |
Do |
Updates the IK and sets the chain's transform positions. |
Get |
Gets the chain in the solver at index. |
Get |
Returns the number of chains in the solver. |