Enum ModalFullScreenMode
The FullScreen mode used by a Modal component.
Namespace: UnityEngine.Dt.App.UI
Syntax
public enum ModalFullScreenMode
Fields
Name | Description | Value |
---|---|---|
None | The Modal is displayed as a normal size. |
0 |
FullScreen | The Modal is displayed in fullscreen but a small margin still present to display the Modal smir. |
1 |
FullScreenTakeOver | The Modal is displayed in fullscreen without any margin. The Modal smir won't be reachable. |
2 |