@1720779726 写道:
Creator 版本:2.0.1
编辑器报错:
- The default value of ActionContext.clickEffect must be an empty string. (changed since 1.8)
- Please change the definition of property 'waterEffect' in class 'ActionContext'. Starting from v1.10,
重现方式:
//创建如下组件: const {ccclass, property} = cc._decorator; @ccclass export default class ActionContext extends cc.Component { @property(cc.AudioClip) clickEffect:cc.AudioClip=null; }
编辑器操作系统 :win
帖子: 2
参与者: 1