File: NodeCode.md | Updated: 11/15/2025
NodeBuilder is going to create instances of this class during the build process of nodes. They represent user-defined, native shader code portions that are going to be injected by the builder. A dictionary of node codes is maintained in NodeBuilder#codes for this purpose.
Constructs a new code node.
name | The name of the code.
---|---
type | The node type.
code | The native shader code. Default is ''.
The native shader code.
Default is ''.
The name of the code.
The node type.