GetNotificationReceivers<U>(U)
Retrieves the list of notification receivers currently registered on the output.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Playables
- Assembly: UnityEngine.CoreModule
GetNotificationReceivers<T>(T)
public static INotificationReceiver[] GetNotificationReceivers<U>(this U output) where U : struct, IPlayableOutput
Parameters
Returns
Type | Description |
|---|---|
| INotificationReceiver[] | Returns the list of registered receivers. |