API ReferenceSandbox.MovieMaker
public abstract interface Sandbox.MovieMaker.IComponentCapturer
When added to a `Sandbox.MovieMaker.MovieRecorderOptions`, handles how to capture the properties of a particular component type.
Methods
Showing 2 methods
public virtual void Capture(Sandbox.MovieMaker.IMovieTrackRecorder recorder, Sandbox.Component component)
Handle capturing the properties of the given `component` instance. Find properties to capture using `Sandbox.MovieMaker.IMovieTrackRecorder.Property(System.String)`, then call `Sandbox.MovieMaker.IMovieTrackRecorder.Capture` on them.
public virtual bool SupportsType(System.Type componentType)
Returns true if this recorder can handle the given `componentType`.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.MovieMaker |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.MovieMaker.IComponentCapturer |