大约有 4,111 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0137 秒)
Laya_社区(3330) Laya2.0_文档(296) Laya_示例(141) Laya3.0_文档(118) Laya2.0_示例(117) Laya3.0_api(94) Laya2.0_api(9) laya_api(6)
...法显示,作为同级的就可以显示 camera = LayaWrap.getNodeChild(this.rootCamera,"Main Camera"); camera.removeLayer(ConstantsStarGame.LAYER_EFFECT); camera.renderingOrder = 0; cameraEffect = LayaWrap.getNodeChild(this.camera,"EffectCamera"); cameraEffect.renderingOrder = 1; cameraEffe...
来源: Laya_社区 发布时间: 20200111
...rl: "res/atlas/comp.json", type: Loader.ATLAS }], Handler.create(this, this.onLoaded)); q8196901 • 2017-10-25 17:07 可以了 ,谢谢
来源: Laya_社区 发布时间: 20171025
... if (!tex.loaded){ tex.once(/*laya.events.Event.LOADED*/"loaded",this,this._textureLoaded,[tex,args]); } 7、经过反复测试,不仅Sprite.loadImage 出错,Animation也要出错,凡是涉及图片资源载入的都要出错。 请问该如何解决此问题? 2017...
来源: Laya_社区 发布时间: 20171015
...r.load("https://piggy.q1.com/res//atlas/images.atlas", Laya.Handler.create(this, this.onLoaded2), null, Laya.Loader.ATLAS); // Laya.loader.load("map/tile_map.png"); 2018-05-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交...
来源: Laya_社区 发布时间: 20180528
..."res/Basics.json", type: Laya.Loader.BUFFER } ], Laya.Handler.create(this, this.onLoaded)); } onLoaded(): void { console.log('===================ss'); console.log('sssss', fgui.GRoot.inst.displayObject); Laya.stage.addChild(fgui.GRoot.inst.displayObject); fgui.UI...
来源: Laya_社区 发布时间: 20191030
...同来自: let box: Laya.Sprite = Laya.Pool.getItemByCreateFun("dropBox", this.dropBox.create, this.dropBox); 最新版本的引擎,创建预设只有这一个方法吗? 2018-12-14 0 1 分享 微博 QZONE 微信 潮巴巴 赞同来自: http://ask.layabox.com/question/44153 2019-10-22 0 0 分享 ...
来源: Laya_社区 发布时间: 20180607
...置数据 因为加载模式下layaUI.max.all.js中使用的是this.loadUI("uiname"); 内嵌模式下代码调用layaUI.max.all.js中某个类时要 1.提前加载对应的导出资源(相关图片资源); 即可调用layaUI.max.all.js中的类生成...
来源: Laya_社区 发布时间: 20171018
...tlas",type:Laya.Loader.ATLAS}] Laya.loader.load(tArray,Laya.Handler.create(this,onResLoaded())); 里面的button和checkbox提示丢失了。是什么原因?? 附件 : --> 2018-03-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关...
来源: Laya_社区 发布时间: 20180325
...ry { if (Laya.WebAudioSound.webAudioEnabled) { Laya.SoundManager.playSound(this.soundUrl, 1, null, Laya.WebAudioSound, 0); } else { Laya.SoundManager.playSound(this.soundUrl, 1, null, null, 0); } } catch(e) { Debug.err(e.message); } Victor • 2018-10-18 15:56 @demibug 目前在IE上我用的是audi...
来源: Laya_社区 发布时间: 20181016
...加入到场景) Scene3DManager.getInstance().nowScene.addChild( box ); this._ani.linkSprite3DToAvatarNode("RHand",box); linkSprite3DToAvatarNode 这个借口会报错,, throw("Animator:sprite3D must belong to this Animator"); 走到这里了,, 模型资源在附件里面 附件 : ...
来源: Laya_社区 发布时间: 20181010