s&box docs
API ReferenceSandbox.MovieMaker.Properties

public sealed struct Sandbox.MovieMaker.Properties.BindingReference<T>

Used by movie property tracks with `Sandbox.GameObject` or `Sandbox.Component` value types to reference other tracks. This value will be resolved to whatever the referenced track is bound to during playback. Needed for properties like `Sandbox.SkinnedModelRenderer.BoneMergeTarget`.

Constructors

Showing 1 constructors

Methods

Showing 2 methods

public void Deconstruct(System.Nullable`1<System.Guid> TrackId)

public T Get(Sandbox.MovieMaker.TrackBinder binder)

Resolve this binding reference by looking up the current binding for `Sandbox.MovieMaker.Properties.BindingReference.TrackId`.

Parameters

  • binder: Binder to look up the current binding in.

Properties

Showing 1 properties

public System.Nullable`1<System.Guid> Sandbox.MovieMaker.Properties.BindingReference<T>.TrackId { get; set; }

Track to look up the binding of during playback.

Metadata

FieldValue
NamespaceSandbox.MovieMaker.Properties
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.MovieMaker.Properties.BindingReference`1

On this page