API ReferenceSandbox.MovieMaker
public abstract interface Sandbox.MovieMaker.IPropertyTrack
Controls an `Sandbox.MovieMaker.ITrackProperty` in the scene. Defines what value that property should have at each moment of time.
Methods
Showing 1 methods
public virtual bool TryGetValue(Sandbox.MovieMaker.MovieTime time, object value)
For a given `time`, does this track want to control its mapped property. If so, also outputs the desired property value.
No results match this filter.
Properties
Showing 1 properties
public virtual Sandbox.MovieMaker.ITrack Sandbox.MovieMaker.IPropertyTrack.Parent { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.MovieMaker |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.MovieMaker.IPropertyTrack |