IMovieTrackRecorder GetTrackRecorder( GameObject gameObject )

Summary

Gets a MovieMaker.IMovieTrackRecorder for the given ['paramref'], creating one if it doesn't exist. If MovieMaker.MovieRecorderOptions.Filters reject this game object, returns null instead.

IMovieTrackRecorder GetTrackRecorder( IValid gameObjectOrComponent )

IMovieTrackRecorder GetTrackRecorder( Component component )

Summary

Gets a MovieMaker.IMovieTrackRecorder for the given ['paramref'], creating one if it doesn't exist. If MovieMaker.MovieRecorderOptions.Filters reject the component's game object, returns null instead.

Calling MovieMaker.MovieRecorder.Capture on the returned recorder will use MovieMaker.IComponentCapturers to decide which properties to capture. These handlers are configured using MovieMaker.MovieRecorderOptions.ComponentCapturers.

IMovieTrackRecorder GetTrackRecorder( ITrack track )

Summary

Gets a MovieMaker.IMovieTrackRecorder for the given ['paramref'], creating one if it doesn't exist. If MovieMaker.MovieRecorderOptions.Filters reject whatever game object the track is bound to, returns null instead.
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.