AssetBundleGraph.ConnectionEvent.ConnectionEvent C# (CSharp) 메소드

ConnectionEvent() 공개 메소드

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