大约有 510 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0079 秒)
Laya_社区(262) Laya3.0_api(79) Laya2.0_api(73) laya_api(68) Laya2.0_文档(17) Laya3.0_文档(7) Laya_示例(4)
...ayaFlash:求ByteArray.jas ->readMultiByte对gb2312的实现翻译 使用getChildByName()无法得到子节点对象 Layabox如何实现本地存储 刮刮卡效果实现 屏幕适配怎样实现铺满全屏,又不被拉伸? 问题状态 最新活动: 2017-08-31 16:38 浏览: 1113 关注: ...
来源: Laya_社区 发布时间: 20170831
...就提示无法打开代码编辑器 请配置 这个怎么解决? 使用getChildByName()无法得到子节点对象 laya3D动画无法播放 【BUG备忘录】关于Tween动画无法正常作用问题-解决办法 new Laya.Sprite();绘制图形以后,怎么删除释放资源? dialog 自...
来源: Laya_社区 发布时间: 20181219
...ya.Vector3(0,0,0),false); warehouseMeshSprite3D1= warehouse1.getChildAt(0).getChildByName("Mesh1"); var shareMaterial = warehouseMeshSprite3D1.meshRender.shareMaterial; shareMaterial.albedo = new Laya.Vector4(1,0,0,1);这样子不报错也没任何变化, 大佬帮忙看一下啊感激不尽!!...
来源: Laya_社区 发布时间: 20171225
...lone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getComponents getLine hasHideFlag hasListener isAncestorOf off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once removeChild removeChildAt removeChil...
来源: Laya3.0_api 发布时间: 20231115
...底影响了什么,坐标设置都不好使了吗? var bg = Laya.stage.getChildByName("G_Background"); bg.scale(StandardRatio*2.56,StandardRatio*2.56); bg.pos(0,ScreenHeight + 425*bg.scaleY); 2017-12-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...
来源: Laya_社区 发布时间: 20171220
...rted) { this._started = true; this.enabled = true; } var ground=this.owner.getChildByName("ground"); //****新增代码*****, ground.addComponent(Laya.ChainCollider); //****新增代码*****, this._chains=ground.getComponent(Laya.ChainCollider...
来源: Laya_社区 发布时间: 20181130
...某个名字的子节点,通常会调用如下方法来获取子节点 getChildByName("xxx") /** * 根据子节点的名字,获取子节点对象。 * @param name 子节点的名字。 * @return 节点对象。 */ getChildByName(name: string): Node { for (let child of this._children) { if (child...
来源: Laya3.0_文档 发布时间: 20251010
...你的问题,可以直接通过var就可以获取,name还需要通过getChildByName获取。
来源: Laya_社区 发布时间: 20180901
...克隆对象,统计面板的显存和内存就会显示成负数 使用getChildByName()无法得到子节点对象 怎么讲layaAir里的显示对象添加到matter.js里的物理引擎世界里 3d显示对象克隆体超出舞台不再显示的bug2.1.0.btea1 Laya native1.0.7, 引擎1.7.14beta...
来源: Laya_社区 发布时间: 20180528
...erride] 根据子节点的索引位置,获取子节点对象。 Panel getChildByName(name:String):Node[override] 根据子节点的名字,获取子节点对象。 Panel getChildIndex(child:Node):int[override] 根据子节点对象,获取子节点的索引位置。 Panel getComponent(cla...
来源: Laya2.0_api 发布时间: 20190513