# GetCurveBindings(AnimationClip)

> Retrieves the curve bindings from an animation clip.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.Animations](/engine/6000.0/script-reference/unityengine/animations.md)
* **Assembly:** UnityEngine.AnimationModule

```csharp
public static GenericBinding[] GetCurveBindings(AnimationClip clip)
```

### Parameters

**** (\[AnimationClip]\(/engine/6000.0/script-reference/unityengine/animationclip)): The animation clip.

### Returns

| Type                                                                                           | Description                                                                                                                                                                                                    |
| ---------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [GenericBinding\[\]](/engine/6000.0/script-reference/unityengine/animations/genericbinding.md) | Returns an array of [GenericBinding](/engine/6000.0/script-reference/unityengine/animations/genericbinding.md) for the animation curves. Returns an empty array if the animation clip has no animation curves. |
