大约有 485 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0044 秒)
... ]; Laya.loader.load(resArray, Laya.Handler.create(this, () => { this.OnLoaded() }), null, Laya.Loader.ATLAS); }在IOS部分机型,如苹果8上,会出现资源加载出错,截图如附件一所示。 Load(): void { var resArray: Array<any&g...
来源: Laya_社区 发布时间: 20191030
...mage("background.jpg"); Laya.stage.addChild(sp); Laya.stage.on(Event.CLICK,this,onClick); function onClick():void { // TODO Auto Generated method stub Laya.stage.off(Event.CLICK,this,onClick); Laya.stage.removeChild(sp); Loader.clearRes("background.jpg"); sp.destroy(); } } } } 2016-09-05 0 0 分享 ...
来源: Laya_社区 发布时间: 20160905
...ctor() { super(); } onAwake(): void { Laya.loader.create(this.resource, Laya.Handler.create(this, this.onPreLoadFinish)); } onPreLoadFinish() { //初始化3D场景 let test = Laya.Loader.getRes("gate/Conventional/Test.ls") let scene =...
来源: Laya_社区 发布时间: 20190925
...写的是 var path="map/mapitem/"+mdai.mapName+"1.lh"; if(this.PRINT_LOG){ console.log("准备读取区域"+curIndex+" 的 路径: "+path+"地图"); } Sprite3D.load(path,Handler.create(null,function(sp){ ...
来源: Laya_社区 发布时间: 20191011
...las/ListPage.atlas", "res/atlas/template/ButtonTab.atlas"], Handler.create(this, this.onLoaded)); 而我F12发布,根本没有这个ListPage.atlas,只有ButtonTab.atlas 附件 : --> 2017-09-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...
来源: Laya_社区 发布时间: 20170904
...new laya.net.HttpRequest(); logReq.once(Laya.Event.COMPLETE,this,this.onComplete); logReq.send("http://127.0.0.1:3001/login", "username: 'lxd', password: 'lxd'", 'post', "json", null); 服务端无法获取数据 2017-09-06 4 条评论 免费帖 --> 分...
来源: Laya_社区 发布时间: 20170906
...听的移除,大致如下 /**销毁**/ private function dispose():void { this.removeEvent(); this.removeChildren(); this.removeSelf(); }visible(非可见区域的对象尽量从显示列表移除或者设置visible=false。),设置为visible=false的显示对象,将不会再进行渲染提...
来源: Laya_社区 发布时间: 20170307
...来自: SoundManager.playSound("../../res/sounds/btn.mp3", 1, new Handler(this, onComplete)); SoundManager.playMusic("../../res/sounds/bgm.mp3", 1, new Handler(this, onComplete)); https://layaair.ldc.layabox.co ... eDemo 2018-06-14 0 1 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 更新...
来源: Laya_社区 发布时间: 20180614
...改却全部都生效了 var mesh:Laya.MeshSprite3D; for(var i =0;i<this.sprite3D._childs.length;i++){ mesh = this.sprite3D.getChildAt(i) as Laya.MeshSprite3D; mesh.meshRender.material = material; mesh.meshRender.receiveShadow = true; mesh.meshRender.castShadow = true; console.log(mesh.name) }...
来源: Laya_社区 发布时间: 20171110
...UI界面,定义一个image的var为testBut,在class中继承ui,使用this.testBut调用该var时,报错为:undefined,检查layaMaxUI中有该var属性,使用this.testBut时IDE也未报错,请问如何解决 2018-10-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到...
来源: Laya_社区 发布时间: 20181012