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

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

231. HttpRequest感觉没有发成功 [ 78%]

...xhr.send("https://www.baidu.com","","get","text"); function processHandler(data){ console.log(data); console.log("processHandler"); } function errorHandler(data){ console.log("errorHandler"); } function completeHandler(e){ console.log("completeHandler"); } 2018-08-27 添加评论 免费帖 --> 分...

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

232. 浏览器失去焦点的时候能强制保持帧频吗? [ 78%]

...原本设定的FPS try { sound = new Sound(); sound.addEventListener(SampleDataEvent.SAMPLE_DATA,onWakeUp); channel = sound.play(); }catch(error:Error){}; //*/ } protected function onWakeUp(event:SampleDataEvent):void { event.data.position = event.data.length = 4096 * 4; } 这是flash里的 laya里...

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

233. 小游戏项目 加载有中文的json文件 报错 [ 78%]

...l]), null, Loader.JSON); } private static function onJsonLoaded(url:String,data:Object):void { var arr:Array = data.Sheet1; Laya.loader.clearRes(url); } 微信开发者工具中报错 Unexpected token in JSON at position 34;at api readFile success callback function SyntaxError: Unexpected token in J...

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

234. [LayaNative3]打包安卓发送http发送数据发送后端接收不正确 [ 78%]

..."post", "text");         http.once(Laya.Event.COMPLETE, this, function(data:any){             var data = JSON.parse(data);         }); 附件 : --> 2024-01-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个...

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

235. 微信小游戏wxmin图片加载有点问题 [ 77%]

....fs.copyFile({srcPath:tempFilePath,destPath:saveFilePath,success:function (data){ console.log(data, fileObj) if (!fileObj){ MiniFileMgr.onSaveFile(readyUrl,tempFileName); callBack !=null && callBack.runWith([0]); }else { console.log(fileObj.readyUrl == readyUrl, 'zhege') if (fileObj.readyUrl...

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

236. laya.d3.renderobjs.nativeobj.NativeVertexBuffer3D_API3.0 [ 77%]

...fferUsage canRead instanceBuffer vertexDeclaration Methods destroy getUint8Data orphanStorage serilizeVertexDeclaration setData unbind Constructors constructor new NativeVertexBuffer3D(byteLength: number, bufferUsage: BufferUsage, canRead?: boolean): NativeVertexBuffer3D Overrides VertexBuffer3D.con...

来源: Laya3.0_api 发布时间: 20231115

237. win7系统中调试工具页面为空,什么都没有 [ 77%]

...找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 data 赞同来自: 已经知道什么问题了,原来是2.8.0的版本问题····用2.8.0beta4版本创建的项目都无法看见。。。。。。。。。。。。。。。。。。 此处句号表示我相当的无语...

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

238. AS代码如何new一个js库中的类并且使用这个类 [ 77%]

...ath("abc.js"), Handler.create(this,loadedHandler)); function loadedHandler(data:*):void{       //加载完回调       __JS__('window.eval(data + "//# sourceURL=" + "abc.js")');     //new需要的类       var loginView:* = __JS__('new com.modules.login.view.LoginView'); } 2018-05-07 0 3 ...

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

239. Laya.Sprite3D.load机制bug [ 77%]

... 重现几率为必现 Laya.Sprite3D.load(name, Laya.Handler.create(this, (data:Laya.Sprite3D)=>{ if(data){ if(data.destroyed){ return; } } 2018-11-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron ...

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

240. laya发布vivo小游戏失败 [ 77%]

...在楼下。请查收 叔年心~厌世 • 2020-08-18 09:49 index.js:829 data stderr: stderr: npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\Administrator\AppData\Roaming\npm-cache\_logs\2020-08-18T01_47_13_310Z-debug.log index.js:829 data 2 end) npm install -g @vivo-miniga...

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