Contents

arguments

An ordered list of the nodes that provide the function’s arguments.

Declaration

var arguments: [any MTLFunctionStitchingNode] { get set }

Discussion

Each node’s output data types needs to match the input data type of the matching argument.

See Also

Configuring a function node