API ReferenceSandbox.MovieMaker.Compiled
public sealed class Sandbox.MovieMaker.Compiled.MovieClip
An immutable compiled `Sandbox.MovieMaker.IMovieClip` designed to be serialized.
Related Guides
Broader workflow and conceptual references connected to this API.
Playback API
You can define movies and play them back using C#.
Recording API
You can record gameplay into a MovieClip, which can be played back or imported into Movie Maker for editing. This could be useful for killcams in shooters, leaderboard replays in racing games, or for capturing gameplay to edit into a trailer.
Methods
Showing 7 methods
public Sandbox.MovieMaker.Compiled.ICompiledReferenceTrack GetTrack(System.Guid trackId)
public static Sandbox.MovieMaker.Compiled.CompiledReferenceTrack`1<Sandbox.GameObject> RootGameObject(string name, System.Nullable`1<System.Guid> id = null, Sandbox.MovieMaker.TrackMetadata metadata = null)
Parameters
id: Default: nullmetadata: Default: null
public Sandbox.MovieMaker.IMovieResource ToResource()
No results match this filter.
Properties
Showing 3 properties
public virtual sealed Sandbox.MovieMaker.MovieTime Sandbox.MovieMaker.Compiled.MovieClip.Duration { get; set; }
public static Sandbox.MovieMaker.Compiled.MovieClip Sandbox.MovieMaker.Compiled.MovieClip.Empty { get; set; }
A clip with no tracks.
public System.Collections.Immutable.ImmutableArray`1<Sandbox.MovieMaker.Compiled.ICompiledTrack> Sandbox.MovieMaker.Compiled.MovieClip.Tracks { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.MovieMaker.Compiled |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.MovieMaker.Compiled.MovieClip |