cocos creator 002 场景树 Node 的属性 学习
Posted iflii
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了cocos creator 002 场景树 Node 的属性 学习相关的知识,希望对你有一定的参考价值。
场景树
Node 的属性 学习
cc.Class
Onload
读取 node的各种属性 读取 修改
自定义自己的属性 读取修改
start 中 自定义自己的方法
自定义自己的属性在 properties 中 添加自定义属性
直接在面板上修改 自定义属性
如果不想显示 内部变量 则前面加 下划线 _
内部函数 _test()
或者专门设置一个车 ctro(){} 处理自定义属性,方法
-> PPT 访问父亲 this.node.parent.name --> Canvas
访问孩子
this.node.childrenCount;
children 数组--> [icon1,icon2,icon3]
遍历数组 for(var i in this.node.children) {}
碰撞检测 groupindex
回顾:cc.Componet PPT
lastUpdate(dt)
cc.Node 场景树相关方法
var aa = this.node.getChildByName("")
getChildByIndex
find
绝对路径查找 相对路径查找
遍历寻找 所有的孩子
以上是关于cocos creator 002 场景树 Node 的属性 学习的主要内容,如果未能解决你的问题,请参考以下文章