s&box docs
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`.

Metadata

FieldValue
NamespaceSandbox.MovieMaker
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.MovieMaker.IComponentCapturer

On this page