Skip to content

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>()