NodeUniform

Last modified: Aug 23, 2025

{@link NodeBuilder} is going to create instances of this class during the build process of nodes. They represent the final shader uniforms that are going to be generated by the builder. A dictionary of node uniforms is maintained in {@link NodeBuilder#uniforms} for this purpose.

Constructor

new NodeUniform(name, type, node)
ParameterTypeDefault Value
namestring
typestring
nodeUniformNode

Constructs a new node uniform.

AccessorTypeModifiers