docs.unity.cn
    Show / Hide Table of Contents

    Enum ConfigOrigin

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

    Namespace: Unity.Services.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
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Tuesday, June 27, 2023