docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class AppUI

    The main entry point for the App UI system.

    Inheritance
    object
    AppUI
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.AppUI.Core
    Assembly: Unity.AppUI.dll
    Syntax
    [InitializeOnLoad]
    public static class AppUI

    Fields

    touchPadId

    The id of the touchpad button in synthesized mouse events.

    Declaration
    public const int touchPadId = 3
    Field Value
    Type Description
    int

    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.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)