EventBus.ClearSubscribers() Method
Definition¶
Namespace: Brine2D.Events
Clears all subscribers for a specific event type.
public void ClearSubscribers<T>()
where T : class;
Type parameters¶
T
Implements ClearSubscribers<T>()
Namespace: Brine2D.Events
Clears all subscribers for a specific event type.
public void ClearSubscribers<T>()
where T : class;
T
Implements ClearSubscribers<T>()