大约有 1,595 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0052 秒)
Laya_社区(1080) Laya3.0_api(185) Laya2.0_api(130) laya_api(125) Laya2.0_文档(36) Laya3.0_文档(26) Laya2.0_示例(7) Laya_示例(6)
request failed status:0 text: IOS HttpRequest var data = { rechargeId:"1", consumerId:"533", } alert(JSON.stringify(data)); hr = new HttpRequest(); hr.once(Event.PROGRESS, this, onHttpRequestProgress); hr.once(Event.COMPLETE, this, onHttpRequestComplete); hr.once(Event.ERROR, this, onHttpRequestErr...
来源: Laya_社区 发布时间: 20170620
...ip[static] 加载动画模板。 AnimationClip onAsynLoaded(url:String, data:*, params:Array):void[override] private AnimationClipProtected Methods MethodDefined By detoryResource():void[override] 销毁资源,override it,同时修改memorySize属性。AnimationClipProperty Detailislooping...
来源: laya_api 发布时间: 20170929
...ir.game.utility.LayaAudioMusic,methodName:playBackgroundMusic,params: ["/data/user/0/com.mylafe.game.handsomecat//LayaCache//appCache/602822a8/9ddea156_dreams.mp3",0,0] 12-26 14:27:10.059 1552-1616/com.mylafe.game.handsomecat E/LayaBox: >>>>>>>>>>>>before 12-26 ...
来源: Laya_社区 发布时间: 20191226
...rarchy TransLargeUBOUtils Index Properties bindUBO currentlength defaultSubData maxlength pool subDataMap subDataParamMap addStep configStartLength Methods create destroy recover reset updateBindRange updateSubData Properties bindUBO bindUBO: UniformBufferObject Defined in laya/d3/core/TransLargeUBO...
来源: Laya3.0_api 发布时间: 20231102
...p.timestamp; } // 将原始坐标转换为百度坐标 convertToBaiduCoord(data) { if (data.status == 0) { let position = data.points[0]; // 设置标注物位置 marker.setPosition(position); map.panTo(position); map.setZoom(17); } } onError(e) { const Geolocation = Laya.Geolocation; if (e.code == ...
来源: Laya2.0_示例 发布时间: 20251209
...后就有了,临时你也可以通过修改代码来添加保护:var data:*; data=Loader.getRes(_url); if (!data) { event(Event.ERROR,"file not find"); return; } //保护修改-----start------------------ var atlasData:Object = Loader.getAtlas(_atlasPath); if(!atlasData) { event(Event.ERROR,"fil...
来源: Laya_社区 发布时间: 20180907
...er传过来的数据函数 (this as any as WorkerLoader).workerMessage(evt.data); } } 回调函数this指向有问题 附件 : --> 2019-08-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 Laya_Aaron 赞同来自:...
来源: Laya_社区 发布时间: 20190802
...fferUsage canRead indexCount indexType indexTypeByteCount Methods _setIndexData destroy getData setData unbind Constructors constructor new NativeIndexBuffer3D(indexType: IndexFormat, indexCount: number, bufferUsage?: BufferUsage, canRead?: boolean): NativeIndexBuffer3D Overrides IndexBuffer3D.const...
来源: Laya3.0_api 发布时间: 20231115
...{ key:key, data:value ///是错误的 }); } catch(error){ VVMiniAdapter.window.qg.setStorage({ key:key, ...
来源: Laya_社区 发布时间: 20191018
...后就有了,临时你也可以通过修改代码来添加保护:var data:*; data=Loader.getRes(_url); if (!data) { event(Event.ERROR,"file not find"); return; } //保护修改-----start------------------ var atlasData:Object = Loader.getAtlas(_atlasPath); if(!atlasData) { event(Event.ERROR,"fil...
来源: Laya_社区 发布时间: 20180908