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 |
|---|---|
| order | Optional field to specify the order that multiple DecorationDrawers should be drawn in. |