码迷,mamicode.com
首页 > 其他好文 > 详细

cocos creator 002 场景树 Node 的属性 学习

时间:2018-12-29 18:30:10      阅读:231      评论:0      收藏:0      [点我收藏+]

标签:下划线   get   ldb   count   index   getch   bsp   nload   tar   

 

场景树

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 的属性 学习

标签:下划线   get   ldb   count   index   getch   bsp   nload   tar   

原文地址:https://www.cnblogs.com/iflii/p/10197217.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!