s&box docs
API ReferenceSandbox.MovieMaker.Compiled

public abstract interface Sandbox.MovieMaker.Compiled.ICompiledConstantBlock

This block has a single constant value for the whole duration. Useful for value types that can't be interpolated, and change infrequently.

Properties

Showing 1 properties

public virtual System.Text.Json.Nodes.JsonNode Sandbox.MovieMaker.Compiled.ICompiledConstantBlock.Serialized { get; set; }

Json-serialized constant value.

Metadata

FieldValue
NamespaceSandbox.MovieMaker.Compiled
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.MovieMaker.Compiled.ICompiledConstantBlock

On this page