大约有 12 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0033 秒)
... <<<<<<<<报错: //飞机 let plane = scene.getChildByName("plane") as Laya.MeshSprite3D; let character: Laya.CharacterController = plane.addComponent(Laya.CharacterController); let collider_shape_box = new Laya.BoxColliderShape(2.5, 0.8, 0.8); collider_shape_box.loc...
来源: Laya_社区 发布时间: 20210101
...交 2 个回复 cuixueying 赞同来自: 你可以通过list.getItem(xxx).getChildByName(),通过button的name属性得到button的引用,为button添加点击事件。 2017-01-05 0 3 分享 微博 QZONE 微信 weiyongwill 赞同来自: 这样需要用for语句对每个list元素操作一遍? ...
来源: Laya_社区 发布时间: 20170105
...报这个错:node._setParent is not a function this.imageBg = this.owner.getChildByName("image_bg"); console.log("this.imageBg==="+this.imageBg); for (let iColumns = 1; iColumns < this.intColumns; iColumns++) { this.arrLove[iColumns] = []; for (let iRows = 1; iRows < this.intRows; iRows++) {...
来源: Laya_社区 发布时间: 20190625
...建对象没问题,第二次怎么就是获取对象了。。。获取用getchildbyname 这种方式 2020-03-10 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 Ame 相关问题 laya2.0加载3d场景报错Uncaught TypeError: Cannot read ...
来源: Laya_社区 发布时间: 20200309
报错了没搞懂 this.getchildByName is not a function 附件 : --> 2017-11-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 ymsdandan 赞同来自: getchildbyname只能通过他的父节点来获取 2017-11-2...
来源: Laya_社区 发布时间: 20171127
... { let floor1:Laya.Sprite3D = this.scene.getChildByName("floor"+floor+i) as Laya.Sprite3D; if(floor1) { floor1.destroy(); c...
来源: Laya_社区 发布时间: 20180514
... { let floor1:Laya.Sprite3D = this.scene.getChildByName("floor"+floor+i) as Laya.Sprite3D; if(floor1) { floor1.destroy(); c...
来源: Laya_社区 发布时间: 20180514
... 请问layaair2.0-js 怎么用程序在list中添加多元素的item 使用getChildByName()无法得到子节点对象 微信小程序 发布后缺少app.json文件 导微信小程序报错window.focus is not a function 有没有使用LayaAir开发微信小程序的demo? 程序启动报错“...
来源: Laya_社区 发布时间: 20170104
...list_box),我想监听里面name为select_img ,我写的 this.list_box.getChildByName("select_img").on 报错 on is not a function ? 2018-07-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron ...
来源: Laya_社区 发布时间: 20180704
...w调用代码么? Mac Chrome 打开 Laya.Browser.onSafari 是 true? ts 用 getChildByName 返回类型出错 调用动画结束on方法,报错this.zombieAnimator.on is not a function 问题状态 最新活动: 2016-12-18 14:59 浏览: 1441 关注: 3 人 Monica • 2016-12-18 15:20 手机系统用...
来源: Laya_社区 发布时间: 20161218