可选
add可选
collapsed可选
default可选
disable可选
force可选
forceHide control: true to hide, false to show. Often used in cases of associated properties.
The control for editing this property. Built-in ones include: number, string, boolean, color, vec2, vec3, vec4, asset
编辑这个属性的控件。内置有:number,string,boolean,color,vec2,vec3,vec4,asset
可选
max可选
minWhen the property changes, additionally call a function of the object, this is the function name. The function prototype is func(key?:string). Where key is passed when changing internal properties of members. For example, when changing the internal properties of an element of the data, key is the index of this element.
Read-only control.
Applicable to object type properties. Indicates that this property type has struct-like behavior characteristics, that is, it is always used as a whole. For example, if the value of property b of object obj is a1, a1 is an instance of type T, and the structLike of type T is true, then when the properties of a1 change, the editor will simultaneously call obj.b = a1. Default is false.
Property type. Basic types are: "number", "string", "boolean", "any", note that these are used as strings, not types. Composite types are: arrays, expressed as ["number"]; dictionaries, expressed as ["Record", "number"], where the first element is fixed as "Record" and the second element is the actual type. Other object types can directly use the class name, but note that the class must use the regClass decorator. Enum types are also supported. Enum types do not need regClass. If type is not provided, it indicates that it is only used for UI style, has no actual corresponding data, and will not be serialized.
Data checking mechanism.
En
Increase indentation, unit is level, not pixels.
Zh
增加缩进,单位是层级,不是像素。