docs.unity3d.com
    Show / Hide Table of Contents

    Interface IConfigurationProvider

    Contract for objects providing configuration values that needs to be passed to the IProjectConfiguration component at runtime.

    Namespace: Unity.Services.Core.Configuration.Editor
    Syntax
    public interface IConfigurationProvider : IOrderedCallback
    Remarks

    Implementations must have a parameter-less constructor to be invoked.

    Methods

    OnBuildingConfiguration(ConfigurationBuilder)

    Add configuration values to the given builder.

    Declaration
    void OnBuildingConfiguration(ConfigurationBuilder builder)
    Parameters
    Type Name Description
    ConfigurationBuilder builder

    The builder used to create the runtime configuration data. Use it to set configuration values.

    Remarks

    All configuration values stored in the builder will be persisted and included to the build in order to provide them to the IProjectConfiguration component at runtime.

    Back to top
    Terms of use
    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