inputBuilder property

VSInputData Function(int index, VSOutputData? connection) inputBuilder
getter/setter pair

Used to build the nodes inputs dynamically

index is the current index of this input in the inputData of this node

Make sure to pass connection to initialConnection of your input interface

Implementation

VSInputData Function(int index, VSOutputData? connection) inputBuilder;