AssetBundleGraph.ConnectionEvent.ConnectionEvent C# (CSharp) Method

ConnectionEvent() public method

public ConnectionEvent ( EventType type, ConnectionGUI con )
type EventType
con ConnectionGUI
        public ConnectionEvent(EventType type, ConnectionGUI con)
        {
            this.eventType = type;
            this.eventSourceCon = con;
        }
ConnectionEvent