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