API ReferenceSandbox.MovieMaker
IComponentCapturerclass
When added to a `Sandbox.MovieMaker.MovieRecorderOptions`, handles how to capture the properties of a particular component type.
object→IComponentCapturer
Methods2
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.
| Parameter | Type | Description |
|---|---|---|
| recorder | IMovieTrackRecorder | — |
| component | Component | — |
Returns:
void—No results match this filter.