ConstantMinAttribute
Attribute in LogicToolkit / Inherits from: ConstantPropertyAttribute
Description
Attributes that limit the minimum value, such as float or int.
Can be applied to fields such as InputField<float>
, InputField<int>
.
Constructors
Description | |
---|---|
ConstantMinAttribute | Attributes that limit the minimum value, such as float or int. Can be applied to fields such as InputField<float> , InputField<int> . |
Fields
Field Name | Description |
---|---|
Min | Minimum value allowed |
Inherited Members
Properties
Property Name | Description |
---|---|
Order | Specify the order in which multiple ConstantPropertyAttribute are drawn |