s&box docs
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.

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.

Metadata

FieldValue
NamespaceSandbox.MovieMaker
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.MovieMaker.ITrackReference

On this page