Class AppUI
The main entry point for the App UI system.
Inherited Members
Namespace: UnityEngine.Dt.App.Core
Syntax
public static class AppUI
Properties
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. |