API ReferenceSandbox.MovieMaker

IPropertyTrackclass

Controls an `Sandbox.MovieMaker.ITrackProperty` in the scene. Defines what value that property should have at each moment of time.

objectIPropertyTrack
Namespace
Sandbox.MovieMaker
Assembly
Sandbox.Engine
Declaration
public abstract interface Sandbox.MovieMaker.IPropertyTrack

Methods1

Showing 1 methods

public virtual bool TryGetValue(Sandbox.MovieMaker.MovieTime time, object value)PUBLICVIRTUAL

For a given `time`, does this track want to control its mapped property. If so, also outputs the desired property value.

ParameterTypeDescription
timeMovieTime
valueobject
Returns:bool

Properties1

Showing 1 properties

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

Returns:ITrack

On this page