API ReferenceSandbox.MovieMaker

IReferenceTrackclass

Maps to an `Sandbox.MovieMaker.ITrackReference` in a scene, which binds to a `Sandbox.GameObject` or `Sandbox.Component`.

objectIReferenceTrack
Namespace
Sandbox.MovieMaker
Assembly
Sandbox.Engine
Declaration
public abstract interface Sandbox.MovieMaker.IReferenceTrack

Properties3

Showing 3 properties

public virtual System.Guid Sandbox.MovieMaker.IReferenceTrack.Id { get; set; }PUBLICVIRTUALGETSET

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.

Returns:Guid

On this page