Enum NotificationStyle
The style used to display the Notification element.
Namespace: UnityEngine.Dt.App.UI
Syntax
public enum NotificationStyle
Fields
Name | Description | Value |
---|---|---|
Default | Default style. This is for general purpose notification. |
0 |
Informative | Informative style. This style is used to display an informative message. |
1 |
Positive | Positive style. This style is used to display a success message. |
2 |
Negative | Negative style. This style is used to display an error message. |
3 |
Warning | Warning style. This style is used to display a warning message. |
4 |