interface
ITrack
public interface ITrack Maps to a ITrackTarget in a scene, and describes how it changes over time.
Properties
| Name | Type | Description |
|---|---|---|
Name virtual | String | Property or object name, used when auto-binding this track in a scene. |
TargetType virtual | Type | What type of object or property is this track targeting. |
Parent virtual | ITrack | Tracks can be nested, which means child tracks can auto-bind to targets in the scene if their parent is bound. |