docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IAppBuilder

    Interface for an application builder.

    Namespace: Unity.AppUI.MVVM
    Assembly: Unity.AppUI.MVVM.dll
    Syntax
    public interface IAppBuilder

    Properties

    services

    The available services of the application.

    Declaration
    IServiceCollection services { get; }
    Property Value
    Type Description
    IServiceCollection
    Remarks

    The services can be registered in the builder before building the service provider. After building the service provider, the services become read-only.

    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)