docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class Configs

    object containing all the overridden configs

    Inheritance
    object
    Configs
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Unity.Services.Apis.RemoteConfig
    Assembly: solution.dll
    Syntax
    [Preserve]
    public class Configs

    Constructors

    Configs(Dictionary<string, object>)

    Initializes a new instance of the Configs class.

    Declaration
    [Preserve]
    public Configs(Dictionary<string, object> settings = null)
    Parameters
    Type Name Description
    Dictionary<string, object> settings

    object containing the values that are overridden.

    Properties

    Settings

    object containing the values that are overridden

    Declaration
    [Preserve]
    public Dictionary<string, object> Settings { get; set; }
    Property Value
    Type Description
    Dictionary<string, object>

    object containing the values that are overridden

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)