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.
min | The minimum allowed value. |
MinAttribute | Attribute used to make a float or int variable in a script be restricted to a specific minimum value. |
applyToCollection | Makes attribute affect collections instead of their items. |
order | Optional field to specify the order that multiple DecorationDrawers should be drawn in. |