# ClipAnimationInfoCurve

> Stores a curve and its name that will be used to create additional curves during the import process.

## Definition

* **Type:** Struct
* **Namespace:** [UnityEditor](/engine/6000.5/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public struct ClipAnimationInfoCurve
```

## Fields

| Value                                                                                | Description                      |
| ------------------------------------------------------------------------------------ | -------------------------------- |
| [curve](/engine/6000.5/script-reference/unityeditor/clipanimationinfocurve/curve.md) | The animation curve.             |
| [name](/engine/6000.5/script-reference/unityeditor/clipanimationinfocurve/name.md)   | The name of the animation curve. |
