Slash.Unity.DataBind.Foundation.Providers.Switches Namespace |
| Class | Description | |
|---|---|---|
| BooleanSwitch |
Data provider which chooses one of two options depending on a provided boolean value.
Input: Boolean (Switch). Output: Object (Chosen data). | |
| NumberRangeOption |
Number range that contains the area for which the option should be used.
| |
| NumberRangeSwitch |
Data provider which chooses from specified number ranges.
Input: Number. Output: Object (Value of chosen range). | |
| NumberSwitch |
Data provider which chooses from specified integers.
Input: Number. Output: Object (Value of chosen range). | |
| NumberSwitchOption |
Contains the number to check against to choose this option.
| |
| RangeSwitchT |
Base class for data providers which return different values depending on specified value ranges.
| |
| SwitchOption |
Base class for an option of a RangeSwitch.
|