API ReferenceSandbox.MovieMaker
TrackMetadataclass
Additional information used when editing or animating reference tracks.
object→TrackMetadata
Constructors1
Showing 1 constructors
public TrackMetadata(System.Nullable`1<System.Guid> ReferenceId = null, string PrefabSource = null, int Order = 0)
| Parameter | Type | Description |
|---|---|---|
| ReferenceId = null | Nullable<Guid> | — |
| PrefabSource = null | string | — |
| Order = 0 | int | — |
No results match this filter.
Methods2
Showing 2 methods
public Sandbox.MovieMaker.TrackMetadata <Clone>$()
public void Deconstruct(System.Nullable`1<System.Guid> ReferenceId, string PrefabSource, int Order)
| Parameter | Type | Description |
|---|---|---|
| ReferenceId | Nullable<Guid> | — |
| PrefabSource | string | — |
| Order | int | — |
Returns:
void—No results match this filter.
Properties3
Showing 3 properties
public int Sandbox.MovieMaker.TrackMetadata.Order { get; set; }
Sorting order for serialization / in the movie editor.
Returns:
int—public string Sandbox.MovieMaker.TrackMetadata.PrefabSource { get; set; }
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; }
ID of the `Sandbox.Component` or `Sandbox.GameObject` this track was created to target.
Returns:
Nullable<Guid>—No results match this filter.