# animationWrapMode

> The default wrap mode for the generated animation clips.

## Definition

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

```csharp
public WrapMode animationWrapMode { get; set; }
```

### Remarks

Additional Resources: [WrapMode](/engine/6000.3/script-reference/unityengine/wrapmode.md), [AnimationClip.wrapMode](/engine/6000.3/script-reference/unityengine/animationclip/wrapmode.md).
