RemoveNotificationReceiver<U>(U, INotificationReceiver)
Unregisters a receiver on the output.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Playables
- Assembly: UnityEngine.CoreModule
RemoveNotificationReceiver<T>(T, INotificationReceiver)
public static void RemoveNotificationReceiver<U>(this U output, INotificationReceiver receiver) where U : struct, IPlayableOutput