标题:
Cocos Creater 隐藏与显示Node
[打印本页]
作者:
look_w
时间:
2019-3-4 19:21
标题:
Cocos Creater 隐藏与显示Node
//properties中定义
resultDisplay: {
default: null,
type: cc.Sprite
},
//隐藏
this.resultDisplay.node.active = false;
//显示
this.resultDisplay.node.active = true;
//设置显示层级
this.resultDisplay.node.setLocalZOrder(999);
欢迎光临 电子技术论坛_中国专业的电子工程师学习交流社区-中电网技术论坛 (http://bbs.eccn.com/)
Powered by Discuz! 7.0.0