API ReferenceSandbox.MovieMaker
ClipExtensionsclass
Helper methods for working with `Sandbox.MovieMaker.IMovieClip` and `Sandbox.MovieMaker.ITrack`.
object→ClipExtensions
Methods15
Showing 15 methods
public static int GetDepth(Sandbox.MovieMaker.ITrack track)
How deeply are we nested? Root tracks have depth `0`.
| Parameter | Type | Description |
|---|---|---|
| track | ITrack | — |
Returns:
int—public static System.ValueTuple`2<Sandbox.MovieMaker.IReferenceTrack,System.Collections.Generic.IReadOnlyList`1<string>> GetPath(Sandbox.MovieMaker.ITrack track, bool full = True)
| Parameter | Type | Description |
|---|---|---|
| track | ITrack | — |
| full = True | bool | — |
public static string GetPathString(Sandbox.MovieMaker.ITrack track, bool full = True)
| Parameter | Type | Description |
|---|---|---|
| track | ITrack | — |
| full = True | bool | — |
Returns:
string—public static Sandbox.MovieMaker.Compiled.CompiledPropertyTrack`1<Sandbox.MovieMaker.Properties.BindingReference`1<T>> GetReferenceProperty(Sandbox.MovieMaker.Compiled.MovieClip clip, string[] path)
| Parameter | Type | Description |
|---|---|---|
| clip | MovieClip | — |
| path | string[] | — |
No results match this filter.