<para>
Records properties in a scene to tracks ready for use in a Sandbox.MovieMaker.MoviePlayer. You can use this for in-game demo recording
of a whole scene, or only specific properties, configured using Sandbox.MovieMaker.MovieRecorderOptions.
</para><para>
You can manually call Sandbox.MovieMaker.MovieRecorder.Advance(Sandbox.MovieMaker.MovieTime) to move the recording time along, then Sandbox.MovieMaker.MovieRecorder.Capture to write all recorded properties
to tracks. Alternatively, call Sandbox.MovieMaker.MovieRecorder.Start to automatically advance and capture every fixed update, and Sandbox.MovieMaker.MovieRecorder.Stop to finish recording.
</para><para>
Convert the recording to a Sandbox.MovieMaker.Compiled.MovieClip by calling Sandbox.MovieMaker.MovieRecorder.ToClip. This clip can then be
played back immediately, or serialized to later use.
</para>