Capítulo 749 de 859
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.
Constructor
| Signature |
|---|
new NodeCode( name : string, type : string, code : string ) |
Properties
| Property | Description |
|---|---|
.code : string | The native shader code. |
.name : string | The name of the code. |
.type : string | The node type. |