Show / Hide Table of Contents

    Class ToggleableFloat

    A float that can have various behaviours applied when its value is set.

    Inheritance
    Object
    ToggleableSetting
    ToggleableSetting<Single>
    ToggleableFloat
    Inherited Members
    ToggleableSetting<Single>._enabled
    ToggleableSetting<Single>.Enabled
    ToggleableSetting<Single>._value
    ToggleableSetting<Single>.Value
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ToString()
    Object.ReferenceEquals(Object, Object)
    Namespace: IdleKit.Core
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public class ToggleableFloat : ToggleableSetting<float>

    Constructors

    ToggleableFloat()

    Declaration
    public ToggleableFloat()

    ToggleableFloat(Single)

    Declaration
    public ToggleableFloat(float initialValue)
    Parameters
    Type Name Description
    Single initialValue
    Back to top Copyright © 2020 East Side Games Inc.