docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IUIToolkitApp

    Interface for the application using UI Toolkit.

    Inherited Members
    IApp<UIToolkitHost>.hosts
    IApp<UIToolkitHost>.Initialize(IServiceProvider, UIToolkitHost)
    IApp.services
    IApp.Shutdown()
    IDisposable.Dispose()
    IInitializableComponent.InitializeComponent()
    Namespace: Unity.AppUI.MVVM
    Assembly: Unity.AppUI.MVVM.dll
    Syntax
    public interface IUIToolkitApp : IApp<UIToolkitHost>, IApp, IDisposable, IInitializableComponent

    Properties

    rootVisualElement

    The main page of the application.

    Declaration
    VisualElement rootVisualElement { 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)