docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class FloatSetting

    FloatSetting

    Inheritance
    object
    FloatSetting
    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 = "FloatSetting")]
    [Preserve]
    public class FloatSetting

    Constructors

    FloatSetting(string, TypeEnum?, float)

    Initializes a new instance of the FloatSetting class.

    Declaration
    [Preserve]
    public FloatSetting(string key = null, FloatSetting.TypeEnum? type = null, float value = 0)
    Parameters
    Type Name Description
    string key

    key.

    FloatSetting.TypeEnum? type

    type.

    float 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 FloatSetting.TypeEnum? Type { get; set; }
    Property Value
    Type Description
    FloatSetting.TypeEnum?

    Value

    Gets or Sets Value

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