实验性
Optional properties for Number property item
可选
Initial enabled state of property item. If undefined, it will default to true.
If true label text will be hidden. If undefined, the label will be visible by default.
If we should treat the number as integer. By default is false.
The min possible number. If undefined, Number.MAX_SAFE_INTEGER will be used.
The min possible number. If undefined, Number.MIN_SAFE_INTEGER will be used.
This callback is called when UI control value is changed.
Localized title of the property item.
Tooltip description of the property item.
Determines how we display bool as a UI element. If undefined, it will default to InputField.
Initial visibility state of property item. If undefined, it will default to true.
Optional properties for Number property item