API ReferenceSandbox.MovieMaker
public abstract interface Sandbox.MovieMaker.ITrackReference
A target referencing a `Sandbox.GameObject` or `Sandbox.Component` in the scene.
Methods
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.
public virtual void Reset()
Clear any explicit binding, so this reference will auto-bind based on its name, type, and parent.
No results match this filter.
Properties
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.
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.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.MovieMaker |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.MovieMaker.ITrackReference |