# animationClip

> The animation clip selected in the Animation window.

## Definition

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

```csharp
public AnimationClip animationClip { get; set; }
```

### Remarks

Change this value to select another animation clip. To select an animation clip, it must either exist in the active state machine of the [Animator](/engine/6000.0/script-reference/unityengine/animator.md), or be listed in the [Animation](/engine/6000.0/script-reference/unityengine/animation.md) component.
