s&box docs
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.

Properties

Showing 1 properties

Metadata

FieldValue
NamespaceSandbox.MovieMaker
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.MovieMaker.IPropertyTrack

On this page