interface
ICompiledConstantBlock
public interface 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
| Name | Type | Description |
|---|---|---|
Serialized virtual | JsonNode | Json-serialized constant value. |
Assembly:
Sandbox.Engine Namespace: Sandbox.MovieMaker.Compiled Full Name: Sandbox.MovieMaker.Compiled.ICompiledConstantBlock