docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class BoolSetting

    BoolSetting

    Inheritance
    object
    BoolSetting
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Apis.Admin.RemoteConfig
    Assembly: Unity.Services.Apis.dll
    Syntax
    [DataContract(Name = "BoolSetting")]
    [Preserve]
    public class BoolSetting

    Constructors

    BoolSetting(string, TypeEnum?, bool)

    Initializes a new instance of the BoolSetting class.

    Declaration
    [Preserve]
    public BoolSetting(string key = null, BoolSetting.TypeEnum? type = null, bool value = false)
    Parameters
    Type Name Description
    string key

    key.

    BoolSetting.TypeEnum? type

    type.

    bool value

    value.

    Properties

    Key

    Gets or Sets Key

    Declaration
    [DataMember(Name = "key", EmitDefaultValue = false)]
    [Preserve]
    public string Key { get; set; }
    Property Value
    Type Description
    string

    Type

    Gets or Sets Type

    Declaration
    [DataMember(Name = "type", EmitDefaultValue = false)]
    [Preserve]
    public BoolSetting.TypeEnum? Type { get; set; }
    Property Value
    Type Description
    BoolSetting.TypeEnum?

    Value

    Gets or Sets Value

    Declaration
    [DataMember(Name = "value", EmitDefaultValue = true)]
    [Preserve]
    public bool Value { get; set; }
    Property Value
    Type Description
    bool
    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)