Notification(string)
Creates a new notification with the name specified in the argument.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.Playables
- Assembly: UnityEngine.CoreModule
public Notification(string name)
Parameters
The name that identifies this notifications.