cocos creator button disabled
详情见下方的Button 事件部分。 注意:当Transition 为SPRITE 且disabledSprite 属性有关联一个spriteFrame 的时候,此时将忽略Enable Auto Gray Effect 属性 ... , this.node.getComponent(cc.Button).interactable = false; 这个就是禁用,node就是你的那个Button的节点. 已赞过 已踩过<. 你对这个回答的评价是 ..., As title says. I set the button to enabled false but the sprite for that button does not change like the creator UI states with the disabled sprite.,In addition, users can assign a custom behavior to buttons' click event. ... Enable Auto Gray Effect, Boolean type, if set to true, the Button's target sprite will turn ...
相關軟體 Cocos Creator 資訊 | |
---|---|
Cocos Creator 是一個完整的遊戲開發工具包和工作流程,包括一個遊戲引擎(基於 Cocos2d-x),資源管理,場景編輯,遊戲預覽,調試和發布一個項目到多個平台. 我們首次引入了實體 - 組件結構和數據驅動的工作流程到 Cocos2d- x 系列。使用 JavaScript,您可以立即編寫組件腳本。編輯器和引擎擴展也是使用 JavaScript 編寫的,因此您可以用一種編程語言製作遊戲並... Cocos Creator 軟體介紹
cocos creator button disabled 相關參考資料
Button 组件参考 - Cocos Creator - Cocos2d-x
详情见下方的Button 事件部分。 注意:当Transition 为SPRITE 且disabledSprite 属性有关联一个spriteFrame 的时候,此时将忽略Enable Auto Gray Effect 属性 ... https://docs.cocos.com Cocos Creator按钮怎么可以设置为disable状态_百度知道
this.node.getComponent(cc.Button).interactable = false; 这个就是禁用,node就是你的那个Button的节点. 已赞过 已踩过<. 你对这个回答的评价是 ... https://zhidao.baidu.com Button disabled sprite never used - Cocos Creator - Cocos ...
As title says. I set the button to enabled false but the sprite for that button does not change like the creator UI states with the disabled sprite. https://discuss.cocos2d-x.org Button Reference - Cocos Creator - Cocos2d-x
In addition, users can assign a custom behavior to buttons' click event. ... Enable Auto Gray Effect, Boolean type, if set to true, the Button's target sprite will turn ... https://docs.cocos.com |