MinAttribute
class in UnityEngine
/
Inherits from:PropertyAttribute
/
Implemented in:UnityEngine.CoreModule
Description 描述
Attribute used to make a float or int variable in a script be restricted to a specific minimum value.
Properties 属性
| min | The minimum allowed value. |
Constructors
| MinAttribute | Attribute used to make a float or int variable in a script be restricted to a specific minimum value. |
Inherited Members 继承成员
Properties 属性
| order | Optional field to specify the order that multiple DecorationDrawers should be drawn in. |