大约有 506 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0046 秒)
Laya_社区(220) Laya3.0_api(103) Laya2.0_api(81) laya_api(62) Laya2.0_文档(16) Laya2.0_示例(10) Laya_示例(9) Laya3.0_文档(5)
...Request(); xhr.http.timeout = 10000;//设置超时时间; xhr.once(Event.COMPLETE,this,completeHandler); xhr.once(Event.ERROR,this,errorHandler); xhr.on(Event.PROGRESS,this,processHandler); xhr.send("https://www.baidu.com","","get","text"); function processHandler(data){ console.log(data); console...
来源: Laya_社区 发布时间: 20180827
...画播放一次后的回调么用回调。 调用方式如下无法收到COMPLETE事件: skinAni.player.play(0, 1, 0, param.start, param.end); skinAni.player.on(Laya.Event.COMPLETE, null, function(){ console.log("COMPLETE"); }); 2017-03-14 添加评论 免费帖 --> 分享 微博 QZON...
来源: Laya_社区 发布时间: 20170314
... 3 个回复 leeq3000 赞同来自: howartin 、fighter12345 监听Event.COMPLETE这个没用,要监听Event.STOPPED才生效 2017-01-10 2 0 分享 微博 QZONE 微信 cuixueying 赞同来自: WLN123 播放完成,请监听Event.COMPLETE事件! 2016-10-28 1 0 分享 微博 QZONE 微信 185*****...
来源: Laya_社区 发布时间: 20161028
...s Hide Inherited Events Show Inherited Events Event Summary Defined By complete完成挂点更新时调度。AttachPoint enabledchanged在enable属性发生变化后调度。Component3DProperty DetailattachBonespropertypublic var attachBones:Vector.<String>挂点骨骼的名称。matrixsp...
来源: laya_api 发布时间: 20170929
... = null):void 结束加载,处理是否缓存及派发完成事件 Event.COMPLETE 。 Loader event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher getAtlas(url:String):Array[static] 获取指定资源地址的图集地址列表。 Loader getRes(url:String):*[static] 获...
来源: Laya2.0_api 发布时间: 20190513
...r: Cannot read property 'View' of undefined at eval (eval at __proto.complete (AA.max.js:410), <anonymous>:5:68) at eval (eval at __proto.complete (AA.max.js:410), <anonymous>:24:3) at eval (<anonymous>) at AA.__proto.complete (AA.max.js:410) at EventH...
来源: Laya_社区 发布时间: 20170725
...题,在微信上是ok的,不过在vivo上Laya.loader.create一直没有complete回调,也没有报错,但并不是全部vivo手机都是这样 快应用平台版本号:1060 2020-11-23 添加评论 已悬赏10元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容...
来源: Laya_社区 发布时间: 20201123
...:void 发送 HTTP 请求。 HttpRequestEvents Event Summary Defined By complete请求结束后调度。HttpRequest error请求出错时调度。HttpRequest progress请求进度改变时调度。HttpRequestProperty Detaildatapropertydata:* [read-only] 返回的数据。 Implementation ...
来源: laya_api 发布时间: 20170929
...:void 发送 HTTP 请求。 HttpRequestEvents Event Summary Defined By complete请求结束后调度。HttpRequest error请求出错时调度。HttpRequest progress请求进度改变时调度。HttpRequestProperty Detaildatapropertydata:* [read-only] 返回的数据。 Implementation ...
来源: Laya2.0_api 发布时间: 20190513
... * @param {Array} param 打开场景携带参数 * @param {Laya.Handler} complete 打开场景完成回调 * @param {Laya.Handler} progress 打开场景进度回调 */ openScene(url = null, otherHandler = null, closeOther = true, param = null, complete = null, progress = null) { if (!url) return if ...
来源: Laya_社区 发布时间: 20181124