Describes the input of a NodeFunction.
Constructs a new node function input.
type
The input type.
name
The input name.
count
If the input is an Array, count will be the length.
Default is null.
qualifier
The parameter qualifier (only relevant for GLSL).
Default is ''.
isConst
Whether the input uses a const qualifier or not (only relevant for GLSL).
Default is false.
If the input is an Array, count will be the length.
Default is null.
Whether the input uses a const qualifier or not (only relevant for GLSL).
Default is false.
The input name.
The parameter qualifier (only relevant for GLSL).
Default is ''.
The input type.