Class AppUI
The main entry point for the App UI system.
Inherited Members
Namespace: Unity.AppUI.Core
Syntax
public static class AppUI
Properties
mainLooper
The main looper of the App UI system.
Declaration
public static Looper mainLooper { get; }
Property Value
Type | Description |
---|---|
Looper |
Exceptions
Type | Condition |
---|---|
InvalidOperationException | Thrown if the App UI system is not ready. |
settings
The settings used by the App UI system.
Declaration
public static AppUISettings settings { get; }
Property Value
Type | Description |
---|---|
AppUISettings |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | Thrown when the value is null. |