API ReferenceSandbox.MovieMaker.Compiled

ICompiledConstantBlockclass

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

objectICompiledConstantBlock
Namespace
Sandbox.MovieMaker.Compiled
Assembly
Sandbox.Engine
Declaration
public abstract interface Sandbox.MovieMaker.Compiled.ICompiledConstantBlock

Properties1

Showing 1 properties

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

Json-serialized constant value.

Returns:JsonNode

On this page