Click or drag to resize

NumberRangeSwitch Class

Data provider which chooses from specified number ranges.

Input: Number.

Output: Object (Value of chosen range).

Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Core.PresentationDataProvider
              Slash.Unity.DataBind.Foundation.Providers.SwitchesRangeSwitchNumberRangeOption
                Slash.Unity.DataBind.Foundation.Providers.SwitchesNumberRangeSwitch

Namespace:  Slash.Unity.DataBind.Foundation.Providers.Switches
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class NumberRangeSwitch : RangeSwitch<NumberRangeOption>

The NumberRangeSwitch type exposes the following members.

Constructors
  NameDescription
Public methodNumberRangeSwitch
Initializes a new instance of the NumberRangeSwitch class
Top
Methods
Fields
  NameDescription
Public fieldRanges
Ranges to choose from.
Top
See Also