Click or drag to resize

NumberSwitch Class

Data provider which chooses from specified integers.

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.SwitchesNumberSwitch

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

The NumberSwitch type exposes the following members.

Constructors
  NameDescription
Public methodNumberSwitch
Initializes a new instance of the NumberSwitch class
Top
Methods
Fields
  NameDescription
Public fieldOptions
Options to choose from.
Top
See Also