Class IKUtility
General utilities for 2D IK.
Inherited Members
Namespace: UnityEngine.U2D.IK
Assembly: solution.dll
Syntax
[MovedFrom("UnityEngine.Experimental.U2D.IK")]
public class IKUtility
Methods
Name | Description |
---|---|
GetAncestorCount(Transform) | Gets the depth of the transform's hierarchy. |
GetMaxChainCount(IKChain2D) | Gets the maximum chain count for a IKChain2D. |
IsDescendentOf(Transform, Transform) | Check if a transform is a descendent of another transform. |