docs.unity3d.com
    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
    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
    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