API ReferenceSandbox.MovieMaker

ITrackReferenceclass

A target referencing a `Sandbox.GameObject` or `Sandbox.Component` in the scene.

objectITrackReference
Namespace
Sandbox.MovieMaker
Assembly
Sandbox.Engine
Declaration
public abstract interface Sandbox.MovieMaker.ITrackReference

Methods2

Showing 2 methods

public virtual void Bind(Sandbox.IValid value)PUBLICVIRTUAL

Explicitly bind this reference to a particular object in the scene, or null to force it to stay unbound.

ParameterTypeDescription
valueIValid
Returns:void

public virtual void Reset()PUBLICVIRTUAL

Clear any explicit binding, so this reference will auto-bind based on its name, type, and parent.

Returns:void

Properties2

Showing 2 properties

public virtual System.Guid Sandbox.MovieMaker.ITrackReference.Id { get; set; }PUBLICVIRTUALGETSET

The `Sandbox.MovieMaker.IReferenceTrack.Id` of the reference track this target was created from.

Returns:Guid

On this page