# StartPreview()

> Notification callback when the Animation window starts previewing an AnimationClip.

## Definition

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

```csharp
void StartPreview()
```

### Remarks

The Animation window calls this function when it starts previewing an [AnimationClip](/engine/6000.5/script-reference/unityengine/animationclip.md). Additional Resources: [AnimationMode.StartAnimationMode](/engine/6000.5/script-reference/unityeditor/animationmode/startanimationmode.md)
