Enum DrawerAnchor
The anchor of the Drawer. The Drawer will be anchored to the left or right side of the screen.
Namespace: UnityEngine.Dt.App.UI
Syntax
public enum DrawerAnchor
Fields
Name | Description | Value |
---|---|---|
Left | The Drawer will be anchored to the left side of the screen. |
0 |
Right | The Drawer will be anchored to the right side of the screen. |
1 |