docs.unity3d.com
    Show / Hide Table of Contents

    Class AppUI

    The main entry point for the App UI system.

    Inheritance
    Object
    AppUI
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.AppUI.Core
    Syntax
    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
    Int32

    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.

    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023