namespace
Sandbox.MovieMaker.Compiled
17 types
Classes
| Type | Name | Description |
|---|---|---|
| class | CompiledActionBlock | Unused, will describe starting / stopping an action in the scene. |
| class | CompiledActionTrack | |
| class | CompiledClipExtensions | Helper methods for working with MovieClip, ICompiledTrack, or ICompiledBlock. |
| class | CompiledConstantBlock<T> | This block has a single constant value for the whole duration. Useful for value types that can't be interpolated, and ch |
| class | CompiledPropertyTrack<T> | |
| class | CompiledReferenceTrack<T> | |
| class | CompiledSampleBlock<T> | This block contains an array of values sampled at uniform intervals. |
| class | MovieClip | An immutable compiled IMovieClip designed to be serialized. |
Interfaces
| Type | Name | Description |
|---|---|---|
| interface | ICompiledBlock | A block of time where something happens in an ICompiledTrack. |
| interface | ICompiledBlockTrack | |
| interface | ICompiledConstantBlock | This block has a single constant value for the whole duration. Useful for value types that can't be interpolated, and ch |
| interface | ICompiledPropertyBlock | Interface for blocks describing a property changing value over time. |
| interface | ICompiledPropertyBlock<T> | Interface for blocks describing a property changing value over time. Typed version of ICompiledPropertyBlock. |
| interface | ICompiledPropertyTrack | |
| interface | ICompiledReferenceTrack | |
| interface | ICompiledSampleBlock | This block contains an array of values sampled at uniform intervals. |
| interface | ICompiledTrack |