Enum DrawerVariant
The variant of the Drawer.
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
public enum DrawerVariant
Fields
Name | Description |
---|---|
Permanent | The Drawer is permanent and will not be dismissed when the user clicks outside of it. |
Temporary | The Drawer is temporary and will be dismissed when the user clicks outside of it. |