# Sandbox.MovieMaker.TrackBinder.GetComponents

```csharp
IEnumerable<T> GetComponents(IMovieClip clip)
```

Get all bound component references for tracks in the given `clip`.

### Parameters

- `clip` (`IMovieClip`): Movie clip to find track bindings for.

### Returns

`IEnumerable<T>`

Declared in [Sandbox.MovieMaker.TrackBinder](/api/Sandbox.MovieMaker.TrackBinder).
Assembly: `Sandbox.Engine`.
