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.RemoteConfig
    Syntax
    public enum ConfigOrigin : int

    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 © 2020 Unity Technologies
    Generated by DocFX
    on Thursday, June 17, 2021