大约有 336 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0041 秒)
Laya_社区(267) Laya2.0_文档(21) Laya2.0_示例(10) Laya_示例(9) laya_api(8) Laya3.0_api(8) Laya2.0_api(8) Laya3.0_文档(5)
...MLHttpRequest`和`XMLHttpRequestUpload`都继承了同一个`XMLHttpRequestEventTarget`接口所以upload也具有上述事件。 ## 在laya中怎么使用 laya中用HttpRequest对XMLHttpRequest进行了简单的封装,HttpRequest继承的是EventDispatcher,具有事件派发的功能。我们...
来源: Laya2.0_文档 发布时间: 20210715
...ImageTest: function (ss) { var xhr = new Laya.HttpRequest(); xhr.once(Laya.Event.COMPLETE, this, completeHandler); xhr.once(Laya.Event.ERROR, this, errorHandler); xhr.send("http://192.168.10.108:35553/re ... ot%3B, "", "get", "arraybuffer"); function completeHandler(data) { //加载完成返回的da...
来源: Laya_社区 发布时间: 20180201
...信小游戏与加载图片时不会触发erroe事件 Laya.loader.on(Laya.Event.ERROR, this, function(){ console.log("err"); }); Laya.loader.load([{url:"res/general/test.png",type:laya.net.Loader.IMAGE}]); 2018-09-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...
来源: Laya_社区 发布时间: 20180926
...(2.1.5)。可能出现不一致的编译错误 微信小游戏编译报错 event自定义事件的问题 问题状态 最新活动: 2017-11-08 15:24 浏览: 1659 关注: 4 人
来源: Laya_社区 发布时间: 20170322
...Handler.create(this, onLoading, null, false), Loader.TEXT); Laya.loader.on(Event.ERROR, this, onError); private function onAssetLoaded(texture:Texture):void{ //console.log("111: "); txt.visible=false; ...
来源: Laya_社区 发布时间: 20171001
...ile:///Users/xutao/Documents/laya/test/bin/js/LayaAir3D.js:18:18) at EventHandler.__proto.runWith (file:///Users/xutao/Documents/laya/test/bin/libs/laya.core.js:713:27) at Scene.__proto.event (file:///Users/xutao/Documents/laya/test/bin/libs/laya.core.js:483:28) at Scene.__proto.on...
来源: Laya_社区 发布时间: 20180403
...te (file:///D:/workspace_laya/car_h5_nonet/bin/h5/Main.max.js:34766:11) at EventHandler.__proto.runWith (file:///D:/workspace_laya/car_h5_nonet/bin/h5/Main.max.js:1239:42) at ScenceManager.__proto.event (file:///D:/workspace_laya/car_h5_nonet/bin/h5/Main.max.js:1018:29) at ScenceManager.__proto.disp...
来源: Laya_社区 发布时间: 20170117
...载也非常的慢,常常图集文件加载的不全,而且也没有触发Event.ERROR事件,我该如何处理 已上传demo 测试方法: 1.需要建站点测试,不能读取本地资源测试,这样会加载的很快,测不出来 2.创建站点后,用浏览器进入,清空缓存,将浏览器速度...
来源: Laya_社区 发布时间: 20180403
...bug,不能实现负负得正 3d物理不能触发onCollisionEnter事件 event自定义事件的问题 写了个边缘光的自定义shader,有很多问题,帮忙看一下 dialog 自定义关闭效果,效果执行完,弹窗无法关闭 问题状态 最新活动: 2017-09-08 18:06 浏览: 974...
来源: Laya_社区 发布时间: 20170908
...dobe.com/AS3/2006/builtin::call() at laya.utils::Handler/runWith() at laya.events::EventDispatcher/event() at laya.resource::Resource/completeCreate() at laya.webgl.resource::WebGLCharImage/recreateResource() at laya.resource::Resource/activeResource() at laya.resource::Texture/active() at laya.webg...
来源: Laya_社区 发布时间: 20200217