@vivapercuore 写道:
Creator 版本:2.2.1
目标平台: Web
重现方式:在creator中勾选 enable auto gray effect
在creator中确认 materials 都正确选中
在creator的button面板中操作interactable属性 按钮正确变灰
在脚本中设置interactable 按钮无法在变灰和正常状态之间切换编辑器操作系统 MacOS
目前有效的临时解决方案:
this.btn.node.getComponent(cc.Button).interactable = true
this.btn.node.getComponent(cc.Sprite)._materials = [this.btn.node.getComponent(cc.Button).normalMaterial]正常状态:normalMaterial
灰色状态:grayMaterial
帖子: 2
参与者: 1