大约有 64 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0033 秒)
...,ios插在mac上,xcode可以看日志 189*****192 • 2017-06-21 10:23 console.log(xxx);
来源: Laya_社区 发布时间: 20170621
...于apk打包动画卡的问题 web端打包发布后能不能自动删除console.log 启动引擎报错 mPlugin.game_plugin_init(3); 问题状态 最新活动: 2025-11-29 10:52 浏览: 384 关注: 2 人
来源: Laya_社区 发布时间: 20251129
...cpet msg: " + e.data); }; ws.onerror = function(e) { alert("error: " + e); console.log(e) }; </script> </body> </html> 这是app设置的url所对应的html文件,在web端是能连上socket的,app里面就连不上 (简单起见这里直接使用原生websocket,使用la...
来源: Laya_社区 发布时间: 20181018
...t: function () { return str; } }) clipboard.on("success", function (e) { console.log("ok:") console.log(e) clipboard.destroy(); }) clipboard.on("error", function (e) { console.log("err:") console.log(e) clipboard.destroy(); }) //确认按钮 this.confirmBtn.onclick = function () { _this.CloseDiv...
来源: Laya_社区 发布时间: 20181214
...", Laya.Handler.create(this, (success) => { console.log("2.8.0 字体加载是否成功:", success); Laya.Text.defaultFont = "OPPOSANS-H"; }), null, Laya.Loader.TTF) 附件 : --> laya复现工程_2.6_.0和2_.8_.0_.zip 相...
来源: Laya_社区 发布时间: 20201118
...有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在,但没渲染出。 android native环境,ttfloader加载的字体,设置无效果! 请教下微信小游戏的内存和数据缓存? 请问,再native中,有没有接口...
来源: Laya_社区 发布时间: 20240313
...正常进入 如图 相应的代码 window.onLayaInitError=function(e) { console.log("onLayaInitError error=" + e); alert("加载游戏失败,可能由于您的网络不稳定,请退出重进"); }之前是不会出现这个提示语的,除非网络不行才会提示,最近第一次进去就...
来源: Laya_社区 发布时间: 20180612
...n = new Laya.SpineSkeleton(); this.skeleton.templet = templet; console.log("动画数量:", this.skeleton.getAnimNum()); for (let i = 0; i < this.skeleton.getAnimNum(); i++) { console.log("动画名:", this.skeleton.getAniNameByIndex(i)); } if (this.s...
来源: Laya_社区 发布时间: 20250928
... reader.readAsArrayBuffer(data); console.log("############################"); reader.onload = function(e){ instance.buffer.push(reader.result); ...
来源: Laya_社区 发布时间: 20180410
... className = Laya.Browser.onAndriod ? "com.xxxx.yyyy.JSProxy" : "JSProxy"; console.log("className = " + className); var jsProxy = Laya.PlatformClass.createClass(className); jsProxy.call("playVideo", url); } ---JSProxy.h #import <Foundation/Foundation.h> @interface JSProxy : NSObject +(void)...
来源: Laya_社区 发布时间: 20170919