Enum BadgeOverlapType
The overlap type of the Badge.
Namespace: Unity.AppUI.UI
Syntax
public enum BadgeOverlapType
Fields
| Name | Description | Value |
|---|---|---|
| Rectangular | The Badge overlap type is rectangular. |
0 |
| Circular | The Badge overlap type is circular. |
1 |