Quantum 3
3.0.9
Represents an attribute that specifies a range of values for a field or property. More...
Public Member Functions | |
| RangeExAttribute (double min, double max) | |
| Initializes a new instance of the RangeExAttribute class with the specified minimum and maximum values. More... | |
Public Attributes | |
| bool | ClampMax = true |
| Gets or sets a value indicating whether the maximum value should be clamped. More... | |
| bool | ClampMin = true |
| Gets or sets a value indicating whether the minimum value should be clamped. More... | |
| bool | UseSlider = true |
| Gets or sets a value indicating whether a slider should be used for the range. More... | |
| double[] | Values |
| Possible values. More... | |
Properties | |
| double | Max [get] |
| Gets the maximum value of the range. More... | |
| double | Min [get] |
| Gets the minimum value of the range. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Quantum.DrawerPropertyAttribute | |
| DrawerPropertyAttribute (bool applyToCollection=false) | |
Represents an attribute that specifies a range of values for a field or property.
|
inline |
Initializes a new instance of the RangeExAttribute class with the specified minimum and maximum values.
| min | The minimum value of the range. |
| max | The maximum value of the range. |
| bool Quantum.RangeExAttribute.ClampMin = true |
Gets or sets a value indicating whether the minimum value should be clamped.
| bool Quantum.RangeExAttribute.ClampMax = true |
Gets or sets a value indicating whether the maximum value should be clamped.
| bool Quantum.RangeExAttribute.UseSlider = true |
Gets or sets a value indicating whether a slider should be used for the range.
| double [] Quantum.RangeExAttribute.Values |
Possible values.
|
get |
Gets the maximum value of the range.
|
get |
Gets the minimum value of the range.