Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetNotificationReceivers<U>(U)

Retrieves the list of notification receivers currently registered on the output.
Read time 1 minuteLast updated 12 days ago

Definition

GetNotificationReceivers<T>(T)

public static INotificationReceiver[] GetNotificationReceivers<U>(this U output) where U : struct, IPlayableOutput

Parameters

output

T
The output holding the receivers.

Returns

Type

Description

INotificationReceiver[]Returns the list of registered receivers.