ConstantRangeAttribute
ConstantRangeAttribute(float, float)
Description
Attributes that limit the range of numbers, such as float or int.
Can be applied to fields such as InputField<float>, InputField<int>.
Parameters
| Parameter Name | Description |
|---|---|
| min | Minimum value |
| max | Maximum value |