interface
IReferenceTrack
public interface IReferenceTrack Maps to an ITrackReference in a scene, which binds to a GameObject or Component.
Properties
| Name | Type | Description |
|---|---|---|
Id virtual | Guid | Identifier for this track. Must be unique in the containing IMovieClip, but different clips can share tracks as long as they have identical names, types, and parent tracks. |
Parent virtual | IReferenceTrack<GameObject> | |
Metadata virtual | TrackMetadata | Additional information used when editing or animating this track. |
Assembly:
Sandbox.Engine Namespace: Sandbox.MovieMaker Full Name: Sandbox.MovieMaker.IReferenceTrack