interface
ITrackReference
public interface ITrackReference A target referencing a GameObject or Component in the scene.
Properties
| Name | Type | Description |
|---|---|---|
Id virtual | Guid | The Id of the reference track this target was created from. |
Parent virtual | ITrackReference<GameObject> | Optional game object target that contains this one, if from a nested track. |
Methods
virtual Void Bind(IValid value) Explicitly bind this reference to a particular object in the scene, or null to force it to stay unbound.
virtual Void Reset() Clear any explicit binding, so this reference will auto-bind based on its name, type, and parent.
Assembly:
Sandbox.Engine Namespace: Sandbox.MovieMaker Full Name: Sandbox.MovieMaker.ITrackReference