init(argumentIndex:)
Creates a new input node.
Declaration
init(argumentIndex argument: Int)Parameters
- argument:
The index of the parameter in the stitched function’s parameter list. The first parameter is
0, the second is1, and so on.
Creates a new input node.
init(argumentIndex argument: Int)The index of the parameter in the stitched function’s parameter list. The first parameter is 0, the second is 1, and so on.