FairyGUI.EventBridge.EventBridge C# (CSharp) Method

EventBridge() public method

public EventBridge ( EventDispatcher owner ) : System.Collections.Generic
owner EventDispatcher
return System.Collections.Generic
        public EventBridge(EventDispatcher owner)
        {
            this.owner = owner;
        }