s&box docs
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

Methods

Showing 5 methods

public Sandbox.MovieMaker.Compiled.CompiledConstantBlock`1<T> <Clone>$()

public void Deconstruct(Sandbox.MovieMaker.MovieTimeRange TimeRange, System.Text.Json.Nodes.JsonNode Serialized)

public virtual sealed T GetValue(Sandbox.MovieMaker.MovieTime time)

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.

Metadata

FieldValue
NamespaceSandbox.MovieMaker.Compiled
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.MovieMaker.Compiled.CompiledConstantBlock`1

On this page