ConstantRangeAttribute

ConstantRangeAttribute(float, float)

public ConstantRangeAttribute(float min, float max) ;

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