希望官方能扩展@property的displayName为动态属性
Creator 3.x
316923870
(ymeng_liu)
2022年09月26日 07:23
#1
@property
({
displayName() {
return this._testName;
},
visible() {
return true;
}
})