Enum ConfigOrigin | Remote Config | 1.0.9
docs.unity3d.com
    Show / Hide Table of Contents

    Enum ConfigOrigin

    An enum describing the origin point of your most recently loaded configuration settings.

    Namespace: Unity.RemoteConfig
    Syntax
    public enum ConfigOrigin

    Fields

    Name Description Value
    Default

    Indicates that no configuration settings loaded in the current session.

    0
    Cached

    Indicates that the configuration settings loaded in the current session are cached from a previous session (in other words, no new configuration settings loaded).

    1
    Remote

    Indicates that new configuration settings loaded from the remote server in the current session.

    2
    In This Article
    • Fields
    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