AssetBundleGraph.ConnectionPointData.ConnectionPointData C# (CSharp) Method

ConnectionPointData() public method

public ConnectionPointData ( string id, string label, NodeData parent, bool isInput ) : System
id string
label string
parent NodeData
isInput bool
return System
        public ConnectionPointData(string id, string label, NodeData parent, bool isInput/*, int orderPriority, bool showLabel */)
        {
            this.id = id;
            this.label = label;
            this.parentId = parent.Id;
            this.isInput = isInput;
                    //			this.orderPriority = orderPriority;
            //			this.showLabel = showLabel;
        }

Same methods

ConnectionPointData::ConnectionPointData ( object>.Dictionary dic, NodeData parent, bool isInput ) : System
ConnectionPointData::ConnectionPointData ( string label, NodeData parent, bool isInput ) : System