Example #1
0
 public NodeEditorPort(NodeEditorNode node, NodePortData portData, Orientation orientation, Direction direction, Capacity capacity, Type type) : base(orientation, direction, capacity, type)
 {
     Node     = node;
     PortData = portData;
 }
Example #2
0
 public NodePortWidget(NodePortData nodePortData, NodePortDirectionRelativeToNode directionRelativeToNode, GlobalKey parentContainerStackKey = null, Key key = null) : base(key)
 {
     this.nodePortData            = nodePortData;
     this.directionRelativeToNode = directionRelativeToNode;
     this.parentContainerStackKey = parentContainerStackKey;
 }