Method | Description | |
---|---|---|
AddListener ( string eventType, Action, handler ) : void | ||
Broadcast ( string eventType ) : void | ||
Broadcast ( string eventType, MessengerMode mode ) : void | ||
RemoveListener ( string eventType, Action, handler ) : void |
public static AddListener ( string eventType, Action, handler ) : void | ||
eventType | string | |
handler | Action, | |
return | void |
public static Broadcast ( string eventType ) : void | ||
eventType | string | |
return | void |
public static Broadcast ( string eventType, MessengerMode mode ) : void | ||
eventType | string | |
mode | MessengerMode | |
return | void |
public static RemoveListener ( string eventType, Action, handler ) : void | ||
eventType | string | |
handler | Action, | |
return | void |