# animationCurveValue

> Value of a animation curve property.

## Definition

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

```csharp
public AnimationCurve animationCurveValue { get; set; }
```

### Remarks

Additional Resources: [SerializedProperty.propertyType](/engine/6000.6/script-reference/unityeditor/serializedproperty/propertytype.md), [SerializedPropertyType.AnimationCurve](/engine/6000.6/script-reference/unityeditor/serializedpropertytype/animationcurve.md), [AnimationCurve](/engine/6000.6/script-reference/unityengine/animationcurve.md).
