Constructor
new NodeCode( name : string, type : string, code : string )
Constructs a new code node.
| name |
The name of the code. |
| type |
The node type. |
| code |
The native shader code. Default is |
Properties
.code : string
The native shader code.
Default is ''.
.name : string
The name of the code.
.type : string
The node type.