Api Sandbox MovieMaker IComponentCapturer
interface

IComponentCapturer

public interface IComponentCapturer

When added to a MovieRecorderOptions, handles how to capture the properties of a particular component type.

Methods

virtual Boolean SupportsType(Type componentType)

Returns true if this recorder can handle the given .

virtual Void Capture(IMovieTrackRecorder recorder, Component component)

Handle capturing the properties of the given instance. Find properties to capture using String), then call Capture on them.

Assembly: Sandbox.Engine Namespace: Sandbox.MovieMaker Full Name: Sandbox.MovieMaker.IComponentCapturer