GetCurveBindings(AnimationClip)
Retrieves the curve bindings from an animation clip.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Animations
- Assembly: UnityEngine.AnimationModule
public static GenericBinding[] GetCurveBindings(AnimationClip clip)
Parameters
The animation clip.
Returns
Type | Description |
|---|---|
| GenericBinding[] | Returns an array of GenericBinding for the animation curves. Returns an empty array if the animation clip has no animation curves. |