API ReferenceSandbox.MovieMaker.Compiled
public sealed class Sandbox.MovieMaker.Compiled.CompiledConstantBlock<T>
This block has a single constant value for the whole duration. Useful for value types that can't be interpolated, and change infrequently.
Constructors
Showing 2 constructors
No results match this filter.
Methods
Showing 5 methods
public Sandbox.MovieMaker.Compiled.CompiledConstantBlock`1<T> <Clone>$()
public virtual sealed Sandbox.MovieMaker.Compiled.ICompiledPropertyBlock`1<T> Clamp(Sandbox.MovieMaker.MovieTimeRange range)
public void Deconstruct(Sandbox.MovieMaker.MovieTimeRange TimeRange, System.Text.Json.Nodes.JsonNode Serialized)
public virtual sealed T GetValue(Sandbox.MovieMaker.MovieTime time)
public virtual sealed Sandbox.MovieMaker.Compiled.ICompiledPropertyBlock`1<T> Shift(Sandbox.MovieMaker.MovieTime offset)
No results match this filter.
Properties
Showing 2 properties
public virtual sealed System.Text.Json.Nodes.JsonNode Sandbox.MovieMaker.Compiled.CompiledConstantBlock<T>.Serialized { get; set; }
public virtual sealed Sandbox.MovieMaker.MovieTimeRange Sandbox.MovieMaker.Compiled.CompiledConstantBlock<T>.TimeRange { get; set; }
Start and end time of this block.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.MovieMaker.Compiled |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.MovieMaker.Compiled.CompiledConstantBlock`1 |