INotificationReceiver
Implement this interface to create a class that will receives notifications from PlayableOutput.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Interface
- Namespace: UnityEngine.Playables
- Assembly: UnityEngine.CoreModule
public interface INotificationReceiver
Methods
Method | Description |
|---|---|
| OnNotify | The method called when a notification is raised. |