Hi there,
playing with UnityEditor.Experimental.GraphView.Node. Looking for way to establish multiple outputContainers (maybe array of them ) instead of single one.
Can see that:
// // Summary: // Outputs container, used for output ports. public VisualElement outputContainer { get; private set; }
any tip / advice how to make it happen?