C# Class Game.Ui.UiEventListener

Base class for all classes interested on events that happen inside the FSM.
Inheritance: UiGameDataAccess, IListener
Afficher le fichier Open project: ycarowr/CardGameHexBoard

Protected Properties

Свойство Type Description
Dispatcher IDispatcher

Méthodes protégées

Méthode Description
Awake ( ) : void

Add itself as a listener.

OnDestroy ( ) : void
Subscribe ( ) : void
Unsubscribe ( ) : void

Method Details

Awake() protected méthode

Add itself as a listener.
protected Awake ( ) : void
Résultat void

OnDestroy() protected méthode

protected OnDestroy ( ) : void
Résultat void

Subscribe() protected méthode

protected Subscribe ( ) : void
Résultat void

Unsubscribe() protected méthode

protected Unsubscribe ( ) : void
Résultat void

Property Details

Dispatcher protected_oe property

Reference to the observer.
protected IDispatcher Dispatcher
Résultat IDispatcher