Enum DrawerVariant
The variant of the Drawer.
Namespace: UnityEngine.Dt.App.UI
Syntax
public enum DrawerVariant
Fields
Name | Description | Value |
---|---|---|
Temporary | The Drawer is temporary and will be dismissed when the user clicks outside of it. |
0 |
Permanent | The Drawer is permanent and will not be dismissed when the user clicks outside of it. |
1 |