场景树
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
绝对路径查找 相对路径查找
遍历寻找 所有的孩子
原文地址:https://www.cnblogs.com/iflii/p/10197217.html
时间: 2024-10-07 16:49:36