Notification
Default implementation for Playable notifications.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Class
- Namespace: UnityEngine.Playables
- Assembly: UnityEngine.CoreModule
- Implements: INotification
public class Notification : INotification
Remarks
See PlayableOutputExtensions.PushNotification for an example.
Constructors
Constructor | Description |
|---|---|
| Notification(System.String) | Creates a new notification with the name specified in the argument. |
Properties
Property | Description |
|---|---|
| id | The name that identifies this notification. |