FairyGUI.EventBridge.EventBridge C# (CSharp) Méthode

EventBridge() public méthode

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