UIManager Methods |
The UIManager type exposes the following members.
| Name | Description | |
|---|---|---|
| Find(String) | Find a shown window by providing a name. | |
| FindT | Find the first shown window of a given class. | |
| Hide | Hide a window. Can be await-ed upon. | |
| IsShown(String) | Returns whether a window with a particular name is shown. | |
| IsShownT | Returns whether a window of a particular type is shown. | |
| Register | Register a window in the system. Called automatically. | |
| Show(String, Object, Transform, String, WindowConflictMode) | Show a window from a path. Can be await-ed upon. | |
| Show(Window, Object, Transform, String, WindowConflictMode) | Show a window using a prefab. Can be await-ed upon. |