Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

PlayableOutputExtensions.GetNotificationReceivers

Declaration

public static INotificationReceiver[] GetNotificationReceivers(U output);

Parameters

output The output holding the receivers.

Returns

INotificationReceiver[] Returns the list of registered receivers.

Description

Retrieves the list of notification receivers currently registered on the output.