Enum PopoverPlacement
Possible placements for a Popover.
Namespace: UnityEngine.Dt.App.UI
Syntax
public enum PopoverPlacement
Fields
| Name | Description | Value |
|---|---|---|
| Bottom | Bottom placement. |
0 |
| BottomLeft | Bottom left placement. |
1 |
| BottomRight | Bottom right placement. |
2 |
| BottomStart | Bottom start placement. |
3 |
| BottomEnd | Bottom end placement. |
4 |
| Top | Top placement. |
5 |
| TopLeft | Top left placement. |
6 |
| TopRight | Top right placement. |
7 |
| TopStart | Top start placement. |
8 |
| TopEnd | Top end placement. |
9 |
| Left | Left placement. |
10 |
| LeftTop | Left top placement. |
11 |
| LeftBottom | Left bottom placement. |
12 |
| Start | Start placement. |
13 |
| StartTop | Start top placement. |
14 |
| StartBottom | Start bottom placement. |
15 |
| Right | Right placement. |
16 |
| RightTop | Right top placement. |
17 |
| RightBottom | Right bottom placement. |
18 |
| End | End placement. |
19 |
| EndTop | End top placement. |
20 |
| EndBottom | End bottom placement. |
21 |