ConstNode

Last modified: Feb 5, 2025

Class for representing a constant value in the shader.

Constructor

new ConstNode(value, nodeType?)
ParameterTypeDefault Value
valueany
nodeType?null | stringnull

Constructs a new input node.

AccessorTypeModifiers
get typestringstatic
MethodTypeModifiers

Extends

InputNode