API ReferenceSandbox.MovieMaker
public abstract interface Sandbox.MovieMaker.IMovieClip
A collection of `Sandbox.MovieMaker.ITrack`s describing properties changing over time and actions being invoked.
Methods
Showing 2 methods
public virtual Sandbox.MovieMaker.IReferenceTrack GetTrack(System.Guid trackId)
Attempts to get a reference track with the given `trackId`.
Returns
The matching track, or if not found.
No results match this filter.
Properties
Showing 2 properties
public virtual Sandbox.MovieMaker.MovieTime Sandbox.MovieMaker.IMovieClip.Duration { get; set; }
How long this clip takes to fully play.
public virtual System.Collections.Generic.IEnumerable`1<Sandbox.MovieMaker.ITrack> Sandbox.MovieMaker.IMovieClip.Tracks { get; set; }
All tracks within the clip.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.MovieMaker |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.MovieMaker.IMovieClip |