ConstantRangeAttribute

Attribute in LogicToolkit / Inherits from: ConstantPropertyAttribute

Description

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

Constructors

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

Fields

Field Name Description
Max Maximum value
Min Minimum value

Inherited Members

Properties

Property Name Description
Order Specify the order in which multiple ConstantPropertyAttribute are drawn