![]() |
Lemmings
Remappable Gestures For Unity
|
Attribute for displaying a slider with editable min and max values in the inspector. Should be used on a Vector2 field where x = min, y = max. More...
Inherits PropertyAttribute.
Public Member Functions | |
| MinMaxSliderAttribute (float min, float max) | |
| Creates a new MinMaxSlider attribute with a defined range. | |
Data Fields | |
| readonly float | min |
| The minimum allowed value on the slider. | |
| readonly float | max |
| The maximum allowed value on the slider. | |
Attribute for displaying a slider with editable min and max values in the inspector. Should be used on a Vector2 field where x = min, y = max.
|
inline |
Creates a new MinMaxSlider attribute with a defined range.
| min | The lowest allowed value. |
| max | The highest allowed value. |