Class IKManager2D
Component responsible for managing and updating 2D IK Solvers.
Implements
Inherited Members
Namespace: UnityEngine .U2D.IK
Assembly: solution.dll
Syntax
[DefaultExecutionOrder(-2)]
[MovedFrom("UnityEngine.Experimental.U2D.IK")]
[Icon("Packages/com.unity.2d.animation/Editor/Assets/ComponentIcons/Animation.IKManager.png")]
[ExecuteInEditMode]
public class IKManager2D : MonoBehaviour, IPreviewable
Properties
Name | Description |
---|---|
solvers | Get the Solvers that are managed by this manager. |
weight | Get and set the weight for solvers. |
Methods
Name | Description |
---|---|
Add |
Add Solver to the manager. |
On |
Used by the animation clip preview window. Recommended to not use outside of this purpose. |
Remove |
Remove Solver from the manager. |
Update |
Updates the Solvers in this manager. |