class in UnityEngine
/
Inherits from:PropertyAttribute
/
Implemented in:UnityEngine.CoreModule
Attribute used to make a float or int variable in a script be restricted to a specific minimum value.
Property | Description |
---|---|
min | The minimum allowed value. |
Constructor | Description |
---|---|
MinAttribute | Attribute used to make a float or int variable in a script be restricted to a specific minimum value. |
Property | Description |
---|---|
applyToCollection | Makes attribute affect collections instead of their items. |
order | Optional field to specify the order that multiple DecorationDrawers should be drawn in. |