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
public BindingReference<T>(System.Nullable`1<System.Guid> TrackId)
No results match this filter.
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.
No results match this filter.
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.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.MovieMaker.Properties |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.MovieMaker.Properties.BindingReference`1 |