Capítulo 753 de 859
Describes the input of a NodeFunction.
Constructor
| Signature |
|---|
| `new NodeFunctionInput( type : string, name : string, count : number, qualifier : 'in' |
Properties
| Property | Description |
|---|---|
.count : number | If the input is an Array, count will be the length. |
.isConst : boolean | Whether the input uses a const qualifier or not (only relevant for GLSL). |
.name : string | The input name. |
| `.qualifier : 'in' | 'out' |
.type : string | The input type. |