Interface INotificationReceiver
Namespace: UnityEngine.Playables
Assembly: UnityEngine.dll
Syntax
public interface INotificationReceiverMethods
| Improve this Doc View SourceOnNotify(Playable, INotification, Object)
Declaration
void OnNotify(Playable origin, INotification notification, object context)Parameters
| Type | Name | Description | 
|---|---|---|
| Playable | origin | |
| INotification | notification | |
| Object | context |