Describes the input of a 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.
Properties
| Property | Type | Default Value | |
|---|---|---|---|
| type | string | — | |
| name | string | — | |
| count | null | number | — | |
| qualifier | "in" | "out" | "inout" | — | |
| isConst | boolean | — | |