API ReferenceSandbox.MovieMaker
public abstract interface Sandbox.MovieMaker.IReferenceTrack
Maps to an `Sandbox.MovieMaker.ITrackReference` in a scene, which binds to a `Sandbox.GameObject` or `Sandbox.Component`.
Properties
Showing 3 properties
public virtual System.Guid Sandbox.MovieMaker.IReferenceTrack.Id { get; set; }
Identifier for this track. Must be unique in the containing `Sandbox.MovieMaker.IMovieClip`, but different clips can share tracks as long as they have identical names, types, and parent tracks.
public virtual Sandbox.MovieMaker.TrackMetadata Sandbox.MovieMaker.IReferenceTrack.Metadata { get; set; }
Additional information used when editing or animating this track.
public virtual Sandbox.MovieMaker.IReferenceTrack`1<Sandbox.GameObject> Sandbox.MovieMaker.IReferenceTrack.Parent { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.MovieMaker |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.MovieMaker.IReferenceTrack |