Interface INotificationReceiver
Namespace: UnityEngine.Playables
Assembly: UnityEngine.dll
Syntax
public interface INotificationReceiver
Methods
| 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 |