FairyGUI.EventListener.EventListener C# (CSharp) 메소드

EventListener() 공개 메소드

public EventListener ( EventDispatcher owner, string type ) : System.Collections.Generic
owner EventDispatcher
type string
리턴 System.Collections.Generic
        public EventListener(EventDispatcher owner, string type)
        {
            this.owner = owner;
            this._type = type;
        }