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

    Fields

    Name Description Value
    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).

    Default

    Indicates that no configuration settings loaded in the current session.

    Remote

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

    Back to top Copyright © 2023 Unity Technologies
    Generated by DocFX
    on Monday, March 13, 2023
    Terms of use