Describes the input of a {@link NodeFunction}.
Constructor
new NodeFunctionInput(type, name, count?, qualifier?, isConst?)| Parameter | Type | Default Value |
|---|---|---|
| type | string | — |
| name | string | — |
| count? | null | number | null |
| qualifier? | "in" | "out" | "inout" | |
| isConst? | boolean | false |
Constructs a new node function input.