API ReferenceSandbox.MovieMaker
ITrackReferenceclass
A target referencing a `Sandbox.GameObject` or `Sandbox.Component` in the scene.
object→ITrackReference
Methods2
Showing 2 methods
public virtual void Bind(Sandbox.IValid value)
Explicitly bind this reference to a particular object in the scene, or null to force it to stay unbound.
| Parameter | Type | Description |
|---|---|---|
| value | IValid | — |
Returns:
void—public virtual void Reset()
Clear any explicit binding, so this reference will auto-bind based on its name, type, and parent.
Returns:
void—No results match this filter.
Properties2
Showing 2 properties
public virtual System.Guid Sandbox.MovieMaker.ITrackReference.Id { get; set; }
The `Sandbox.MovieMaker.IReferenceTrack.Id` of the reference track this target was created from.
Returns:
Guid—public virtual Sandbox.MovieMaker.ITrackReference`1<Sandbox.GameObject> Sandbox.MovieMaker.ITrackReference.Parent { get; set; }
Optional game object target that contains this one, if from a nested track.
No results match this filter.