大约有 418 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0048 秒)
...2.0/Sokoban_Ts_Weixin/bin/libs/laya.core.js:16303:34) at Loader.__proto.onLoaded (file:///D:/layadata/laya2.0/Sokoban_Ts_Weixin/bin/libs/laya.core.js:16268:9) at EventHandler.__proto.runWith (file:///D:/layadata/laya2.0/Sokoban_Ts_Weixin/bin/libs/laya.core.js:1407:59) at HttpRequest.__proto...
来源: Laya_社区 发布时间: 20190304
...("get", "res/atlas/comp.png", true); xhr.responseType = "arraybuffer"; xhr.onload = function () { if (this.status == 200) { var blob = new Blob([this.response], { type: "image/png" }); var img = document.createElement("img"); img.onload = function (e) { window.URL.revokeObjectURL(img.src); // 清除...
来源: Laya2.0_文档 发布时间: 20210714
...ments/myLaya/Hello/bin/libs/laya.core.js:14968:34) at Loader.__proto.onLoaded (file:///C:/Users/Administrator/Documents/myLaya/Hello/bin/libs/laya.core.js:14933:9) at EventHandler.__proto.runWith (file:///C:/Users/Administrator/Documents/myLaya/Hello/bin/libs/laya.core.js:1125:59) ...
来源: Laya_社区 发布时间: 20181026
...("get", "res/atlas/comp.png", true); xhr.responseType = "arraybuffer"; xhr.onload = function () { if (this.status == 200) { var blob = new Blob([this.response], { type: "image/png" }); var img = document.createElement("img"); img.onload = function (e) { window.URL.revokeObjectURL(img.src); // 清除...
来源: Laya2.0_文档 发布时间: 20210714
....js:883) at Loader.__proto.complete (laya.core.js:14959) at Loader.__proto.onLoaded (laya.core.js:14927) at EventHandler.__proto.runWith (laya.core.js:1126) at HttpRequest.__proto.event (laya.core.js:883) at HttpRequest.__proto.complete (laya.core.js:14601) at HttpRequest.__proto._onLoad (laya.core....
来源: Laya_社区 发布时间: 20181013
...台上 Laya.loader.load("./res/atlas/comp.atlas",Laya.Handler.create(this,onLoaded)); function onLoaded(){ //实例化导出的UI类 var efc = new ui.TestPUI(); //添加到舞台 Laya.stage.addChild(efc); } ``` 运行后,按钮被按下时,动画效果如动图11所示: (图11...
来源: Laya2.0_文档 发布时间: 20210715
...oad():void { Laya.loader.load("res/images/rank.json", Handler.create(this, onLoaded)); } private function onLoaded():void { trace("加载成功"); var c:Image = new Image("rank/country.png"); Laya.stage.addChild(c); } 以上是子域项目中加载图集和取资源的代码。代码是参照 htt...
来源: Laya_社区 发布时间: 20180830
...oaded (file:///D:/layaTest/mylaya/bin/libs/laya.d3.js:19652:10) at ResInfo.onLoaded (file:///D:/layaTest/mylaya/bin/libs/laya.core.js:12397:61) at EventHandler.__proto.runWith (file:///D:/layaTest/mylaya/bin/libs/laya.core.js:688:60) at ResInfo.__proto.event (file:///D:/layaTest/mylaya/bin/libs/laya...
来源: Laya_社区 发布时间: 20171017
...上 Laya.loader.load("./res/atlas/ui.atlas",Laya.Handler.create(this,this.onLoaded)); } private onLoaded():void{ //实例化导出的UI类 var efc:ui.EffectAnimationDemoUI = new ui.EffectAnimationDemoUI(); //添加到舞台 Laya.stage.addChild(efc); } }new Main(); ``` 运行后,按钮被按下时...
来源: Laya2.0_文档 发布时间: 20210715
...essage); Laya.loader.load(urlconfig,new Handler( null,onLoaded),null); function onLoaded():void { trace("urlconfigurlconfigurlconfigurlconfigurlconfigurlconfigurlconfigurlconfigurlconfigv"); ...
来源: Laya_社区 发布时间: 20180525