API ReferenceSandbox.MovieMaker

ITrackclass

Maps to a `Sandbox.MovieMaker.ITrackTarget` in a scene, and describes how it changes over time.

objectITrack
Namespace
Sandbox.MovieMaker
Assembly
Sandbox.Engine
Declaration
public abstract interface Sandbox.MovieMaker.ITrack

Properties3

Showing 3 properties

public virtual string Sandbox.MovieMaker.ITrack.Name { get; set; }PUBLICVIRTUALGETSET

Property or object name, used when auto-binding this track in a scene.

Returns:string

public virtual Sandbox.MovieMaker.ITrack Sandbox.MovieMaker.ITrack.Parent { get; set; }PUBLICVIRTUALGETSET

Tracks can be nested, which means child tracks can auto-bind to targets in the scene if their parent is bound.

Returns:ITrack

public virtual System.Type Sandbox.MovieMaker.ITrack.TargetType { get; set; }PUBLICVIRTUALGETSET

What type of object or property is this track targeting.

Returns:Type

On this page