Enum AlertSemantic
Semantic values used for AlertDialog variants.
See variant.
Namespace: Unity.AppUI.UI
Syntax
public enum AlertSemantic
Fields
| Name | Description | Value |
|---|---|---|
| Default | Default color scheme. |
0 |
| Confirmation | Color scheme with positive tone. |
1 |
| Information | Color scheme with neutral tone. |
2 |
| Destructive | Color scheme with negative tone. |
3 |
| Error | Color scheme with negative tone. |
4 |
| Warning | Color scheme with caution tone. |
5 |