class
CompiledPropertyTrack<T>
public sealed class CompiledPropertyTrack<T> Constructors
CompiledPropertyTrack<T>(String Name, ICompiledTrack Parent, ICompiledPropertyBlock<T>> Blocks) CompiledPropertyTrack<T>(String name, ICompiledTrack parent, IEnumerable<ICompiledPropertyBlock> blocks) Properties
| Name | Type | Description |
|---|---|---|
Name virtual | String | |
Parent virtual | ICompiledTrack | |
Blocks | ICompiledPropertyBlock<T>> |
Methods
ICompiledPropertyBlock<T> GetBlock(MovieTime time) virtual Boolean TryGetValue(MovieTime time, T value) CompiledPropertyTrack<T> <Clone>$() Void Deconstruct(String Name, ICompiledTrack Parent, ICompiledPropertyBlock<T>> Blocks) Assembly:
Sandbox.Engine Namespace: Sandbox.MovieMaker.Compiled Full Name: Sandbox.MovieMaker.Compiled.CompiledPropertyTrack<T>