Api Sandbox MovieMaker IPropertyTrack
interface

IPropertyTrack

public interface IPropertyTrack

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

Properties

Name Type Description
Parent virtual ITrack

Methods

virtual Boolean TryGetValue(MovieTime time, Object value)

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

Assembly: Sandbox.Engine Namespace: Sandbox.MovieMaker Full Name: Sandbox.MovieMaker.IPropertyTrack