Click or drag to resize

RangeSwitchT Class

Base class for data providers which return different values depending on specified value ranges.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Core.PresentationDataProvider
              Slash.Unity.DataBind.Foundation.Providers.SwitchesRangeSwitchT
                Slash.Unity.DataBind.Foundation.Providers.SwitchesNumberRangeSwitch
                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 abstract class RangeSwitch<T> : DataProvider
where T : SwitchOption

Type Parameters

T
Type of ranges to check.

The RangeSwitchT type exposes the following members.

Constructors
  NameDescription
Protected methodRangeSwitchT
Initializes a new instance of the RangeSwitchT class
Top
Properties
Methods
Fields
  NameDescription
Public fieldDefault
Default data value to use if no option is valid.
Public fieldSwitch
Data value to use as switch.
Top
See Also