docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IUIToolkitApp

    Interface for the application using UI Toolkit.

    Inherited Members
    IApp.Initialize(IServiceProvider, IHost)
    IApp.Shutdown()
    IDisposable.Dispose()
    Namespace: Unity.AppUI.MVVM
    Assembly: Unity.AppUI.MVVM.dll
    Syntax
    public interface IUIToolkitApp : IApp, IDisposable

    Properties

    hosts

    The hosts of the application.

    Declaration
    IEnumerable<IUIToolkitHost> hosts { get; }
    Property Value
    Type Description
    IEnumerable<IUIToolkitHost>

    mainPage

    The main page of the application.

    Declaration
    VisualElement mainPage { get; set; }
    Property Value
    Type Description
    VisualElement
    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)