• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 1,595 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0052 秒)

181. request failed status:0 text: IOS HttpRequest [ 82%]

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

182. laya.d3.animation.AnimationClip [ 82%]

...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

183. 播放背景音乐报错,引发闪退 [ 82%]

...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

184. laya.d3.core.TransLargeUBOUtils_API3.0 [ 81%]

...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

185. 输入设备-地图 [ 81%]

...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

186. MovieClip 报错 [ 81%]

...后就有了,临时你也可以通过修改代码来添加保护: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

187. workerLoader问题 [ 81%]

...er传过来的数据函数 (this as any as WorkerLoader).workerMessage(evt.data); } } 回调函数this指向有问题 附件 : --> 2019-08-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 Laya_Aaron 赞同来自:...

来源: Laya_社区 发布时间: 20190802

188. laya.d3.renderobjs.nativeobj.NativeIndexBuffer3D_API3.0 [ 81%]

...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

189. LocalStorage 接口适配问题 [ 81%]

...{                 key:key,                 data:value ///是错误的             });         }         catch(error){             VVMiniAdapter.window.qg.setStorage({                 key:key,           ...

来源: Laya_社区 发布时间: 20191018

190. MovieClip 报错 [ 81%]

...后就有了,临时你也可以通过修改代码来添加保护: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