ConstNode

Last modified: Jun 30, 2024

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.

AccessorType

Properties

PropertyTypeDefault Value
isConstNodeboolean
MethodType

Extends

InputNode