# defaultClipName

> This is the default clip name for the clip generated for this take.

## Definition

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

```csharp
public string defaultClipName
```

### Remarks

Normally it should be the same than [TakeInfo.name](/engine/6000.6/script-reference/unityeditor/takeinfo/name.md) unless you are using the @ convention. In this case the default clip name should be set to the same value than the name after @ convention. Example: For [Dude@run.fbx](mailto:Dude@run.fbx) the default clip name will be run.
