Enum Chip.Variant
The possible variants for a Chip.
Namespace: UnityEngine.Dt.App.UI
Syntax
public enum Variant
Fields
Name | Description | Value |
---|---|---|
Filled | The Chip is displayed with a fill color. |
0 |
Outlined | The Chip is displayed with an outline. |
1 |