s&box docs
API ReferenceSandbox.MovieMaker

public sealed class Sandbox.MovieMaker.TrackMetadata

Additional information used when editing or animating reference tracks.

Constructors

Showing 1 constructors

public TrackMetadata(System.Nullable`1<System.Guid> ReferenceId = null, string PrefabSource = null)

Parameters

  • ReferenceId: Default: null
  • PrefabSource: Default: null

Methods

Showing 2 methods

public void Deconstruct(System.Nullable`1<System.Guid> ReferenceId, string PrefabSource)

Properties

Showing 2 properties

public string Sandbox.MovieMaker.TrackMetadata.PrefabSource { get; set; }

For `Sandbox.GameObject` tracks, the prefab path that the original target object was instantiated from.

public System.Nullable`1<System.Guid> Sandbox.MovieMaker.TrackMetadata.ReferenceId { get; set; }

ID of the `Sandbox.Component` or `Sandbox.GameObject` this track was created to target.

Metadata

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

On this page