Class Modal
The Modal Popup class.
Inherited Members
Namespace: Unity.AppUI.UI
Assembly: solution.dll
Syntax
public sealed class Modal : Popup<Modal>
Properties
Name | Description |
---|---|
fullscreenMode | Set the fullscreen mode for this Modal. See ModalFullScreenMode values for more info. |
Methods
Name | Description |
---|---|
Build(VisualElement, VisualElement) | Build a new Modal component. |
GetFocusableElement() | Returns the element that will be focused when the view will become visible. The default value is `null`. |
SetFullScreenMode(ModalFullScreenMode) | Set a new value for fullscreenMode property. |