properties: {
texture: {
default: null,
type: cc.Texture2D,
set texture(value) {
this.texture = value
this.fetchRender()
}
},
texturePath: {
default: ""
}
},
我在插件脚本中定义的属性,creator中的资源发生变动之后,插件脚本是不会被触发