# Sandbox.MovieMaker.MovieRecorderOptions.ComponentCapturers

```csharp
System.Collections.Immutable.ImmutableArray<IComponentCapturer> ComponentCapturers { get; set; }
```

When [Sandbox.MovieMaker.IMovieTrackRecorder.Capture](/api/Sandbox.MovieMaker.IMovieTrackRecorder/Capture) is called on a component track, any instances in this list that
match the component type will be used to decide which properties on that component should be recorded.

Declared in [Sandbox.MovieMaker.MovieRecorderOptions](/api/Sandbox.MovieMaker.MovieRecorderOptions).
Assembly: `Sandbox.Engine`.
