Enum TrayPosition
The position of the Tray.
Namespace: UnityEngine.Dt.App.UI
Syntax
public enum TrayPosition
Fields
Name | Description | Value |
---|---|---|
Left | The Tray is displayed on the left side of the screen. |
0 |
Right | The Tray is displayed on the right side of the screen. |
1 |
Bottom | The Tray is displayed at the bottom of the screen. |
2 |