Enum SafeArea.SafeAreaMode
Whether to respect the safe area of the device. Relative to Reference Orientation.
Namespace: UnityEngine.UI
Assembly: UnityEngine.UI.dll
Syntax
[Flags]
public enum SafeArea.SafeAreaMode
Fields
| Name | Description |
|---|---|
| Bottom | Inset the bottom edge to avoid the device's bottom safe area (e.g. home indicator). |
| Left | Inset the left edge to avoid the device's left safe area. |
| Right | Inset the right edge to avoid the device's right safe area. |
| Top | Inset the top edge to avoid the device's top safe area (e.g. notch, status bar). |