Enum SafeArea.AlignmentMode
Directions to align the inset area to center the UI. Relative to Reference Orientation.
Namespace: UnityEngine.UI
Assembly: UnityEngine.UI.dll
Syntax
[Flags]
public enum SafeArea.AlignmentMode
Fields
| Name | Description |
|---|---|
| CenterHorizontally | Center the inset area horizontally by mirroring the larger horizontal inset onto the opposite edge. |
| CenterVertically | Center the inset area vertically by mirroring the larger vertical inset onto the opposite edge. |