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

INotificationReceiver

interface in UnityEngine.Playables

Description

Implement this interface to create a class that will receives notifications from PlayableOutput.

Public Methods

OnNotifyThe method called when a notification is raised.