class
MovieClip
public sealed class MovieClip An immutable compiled IMovieClip designed to be serialized.
Properties
Methods
ICompiledReferenceTrack GetTrack(Guid trackId) static MovieClip FromTracks(ICompiledTrack[] tracks) static MovieClip FromTracks(IEnumerable<ICompiledTrack> tracks) static CompiledReferenceTrack<GameObject> RootGameObject(String name, Guid? id = null, TrackMetadata metadata = null) static ICompiledReferenceTrack RootComponent(Type type, Guid? id = null) static CompiledReferenceTrack<T> RootComponent(Guid? id = null) IMovieResource ToResource() Assembly:
Sandbox.Engine Namespace: Sandbox.MovieMaker.Compiled Full Name: Sandbox.MovieMaker.Compiled.MovieClip