Summary
Controls which
MovieMaker.ITrackTargets from a scene are controlled by which
MovieMaker.ITrack from a
MovieMaker.IMovieClip.
Can be serialized to save which tracks are bound to which targets.
Constructors
| TrackBinder |
Controls which Sandbox.MovieMaker.ITrackTargets from a scene are controlled by which Sandbox.MovieMaker.ITrack from a Sandbox.MovieMaker.IMovieClip.
Can be serialized to save which tracks are bound to which targets. |
Properties
| Scene |
The scene this binder is targeting. |
Methods
| Add |
|
| Deserialize |
|
| Get |
Gets or creates a target that maps to the given <paramref name="track" />.
The target might not be bound to anything in the scene yet, use Sandbox.MovieMaker.ITrackTarget.IsBound to check. |
| GetComponents |
|
| GetEnumerator |
|
| GetTrackIds |
Finds track IDs currently explicitly bound to the given <paramref name="gameObject" />. |
| Serialize |
|
Static Properties
| Default |
Gets the default binder for the active scene. |