API ReferenceSandbox.MovieMaker
public abstract interface Sandbox.MovieMaker.ITrack
Maps to a `Sandbox.MovieMaker.ITrackTarget` in a scene, and describes how it changes over time.
Properties
Showing 3 properties
public virtual string Sandbox.MovieMaker.ITrack.Name { get; set; }
Property or object name, used when auto-binding this track in a scene.
public virtual Sandbox.MovieMaker.ITrack Sandbox.MovieMaker.ITrack.Parent { get; set; }
Tracks can be nested, which means child tracks can auto-bind to targets in the scene if their parent is bound.
public virtual System.Type Sandbox.MovieMaker.ITrack.TargetType { get; set; }
What type of object or property is this track targeting.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.MovieMaker |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.MovieMaker.ITrack |