API ReferenceSandbox.MovieMaker

TrackMetadataclass

Additional information used when editing or animating reference tracks.

objectTrackMetadata
Namespace
Sandbox.MovieMaker
Assembly
Sandbox.Engine
Declaration
public sealed class Sandbox.MovieMaker.TrackMetadata

Constructors1

Showing 1 constructors

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

ParameterTypeDescription
ReferenceId = nullNullable<Guid>
PrefabSource = nullstring

Methods2

Showing 2 methods

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

ParameterTypeDescription
ReferenceIdNullable<Guid>
PrefabSourcestring
Returns:void

Properties2

Showing 2 properties

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

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

Returns:string

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

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

Returns:Nullable<Guid>

On this page