# referencedClips

> Returns the matching referenced clip assets for this model.

## Definition

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

```csharp
public string[] referencedClips { get; }
```

### Remarks

Note: The returned array will only contain referenced clip assets for models being set to use legacy animation rigs, otherwise an empty array will be returned.
