RemoveActionAtObserver() public method

Removes the action at observer specified by notification name
public RemoveActionAtObserver ( string notificationName, System action ) : void
notificationName string Notification name.
action System Action.
return void
Exemplo n.º 1
0
 void OnDestroy()
 {
     StopAllCoroutines();
     EventBroadcaster.RemoveActionAtObserver(EventNames.DisplayMessage, HandleOnDisplayNotificationEvent);
 }