TypeScript中定义一个属性
@property({
type: cc.Integer,
displayName: "Extra Line Height",
tooltip: "Extra Line Height for label",
notify: function () {
this._applyChange();
}
})
extraLineHeight = -1;
然而在creator控制台, 总是说not yet support notify attribute for ES6 Classes
编辑器修改值时, 也没发现notify被调用的迹象