# Sandbox.MovieMaker.IComponentCapturer.SupportsType

```csharp
bool SupportsType(System.Type componentType)
```

Returns true if this recorder can handle the given `componentType`.

### Parameters

- `componentType` (`System.Type`)

### Returns

`bool`

Declared in [Sandbox.MovieMaker.IComponentCapturer](/api/Sandbox.MovieMaker.IComponentCapturer).
Assembly: `Sandbox.Engine`.
