ConstantRangeAttribute

public ConstantRangeAttribute(float min, float max) ;

Attributes that limit the range of numbers, such as float or int.
Can be applied to fields such as InputField<float>, InputField<int>.

Parameter Name Description
min Minimum value
max Maximum value