大约有 736 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0095 秒)
...ul ignore next */ default: throw Error("invalid wire type " + wireType + " at offset " + this.pos); } return this; }; 附件 : --> 2019-12-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron 赞同来自:...
来源: Laya_社区 发布时间: 20191202
用谷歌获取经纬度报错? // 尝试获取当前位置 Geolocation.getCurrentPosition( Handler.create(this, onSuccess), Handler.create(this, onError) ); // 成功获取位置后触发 function onSuccess(info:GeolocationInfo):void { trace('经纬度: (' + info.longitude + '°, ' + info.latitu...
来源: Laya_社区 发布时间: 20180402
...execute 'texSubImage2D' on 'WebGLRenderingContext': The cross-origin image at http://127.0.0.1/laya/studyLay ... y.png may not be loaded. 对应的js错误行代码: (xoffset-1 >=0)&& (gl.texSubImage2D(0x0DE1,0,xoffset-1,yoffset,0x1908,0x1401,bitmap)); 2016-06-01 添加评论 免费...
来源: Laya_社区 发布时间: 20160601
...负数 Laya2.6.0beta 物理引擎 刚体碰撞点位置获取不正确 Animator 如何获取当前所有动画名称呢?或者所有的AnimationClip呢? 分享:LayaAir下如何获取图集下的小图资源? 如何获取一个3D模型的长宽高? 如何获取图片每个像素点的RGB?...
来源: Laya_社区 发布时间: 20180523
....xml", type: Loader.XML}]); 错误如下: gameThirdScriptError undefined;at api readFile success callback function undefined 经调试,原因就是加载了xml,去掉该行就不会报错。 同时位图字体也是因为xml解析的原因报错 TypeError: xml.getElementsByTagName is not a fun...
来源: Laya_社区 发布时间: 20180103
...直接点运行就报错?? laya.core.js:23023 Access to XMLHttpRequest at 'file:///Users/andyzu/Desktop/LayaGame/demo/myLaya/bin/version.json' from origin 'null' has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, ...
来源: Laya_社区 发布时间: 20190718
...main.as里import miniadapter然后加载远程资源 就会无限加载 native ios下不支持 skewY属性吗? laya发布到andriod stuido 出现不支持的标签怎么解决 问题状态 最新活动: 2018-06-22 17:46 浏览: 1639 关注: 3 人 • 2018-06-22 17:52 自动添加的顺序有...
来源: Laya_社区 发布时间: 20180622
Uncaught RangeError:Array buffer allocation failed 引擎版本2.1.0(升级到2.2.0beta4也会出现这个bug) 运行环境:华为手机,系统P10Plus; 浏览器:华为自动浏览器版本EMUI 9.1.0 demo由于公司原因无法提供,只有附件图片。 进入游戏后从登入场...
来源: Laya_社区 发布时间: 20190905
...compile with -s ALLOW_MEMORY_GROWTH=1 which allows increasing the size at runtime but prevents some optimizations, (3) set Module.TOTAL_MEMORY to a higher value before the program runs, or (4) if you want malloc to return NULL (0) instead of this abort, compile with -s ABORTING_MALLOC=0 ") 附...
来源: Laya_社区 发布时间: 20191028
...在IOS平台就报错: [TMA][ERROR][RUNTIME] thirdScriptError undefined;at api readFile success callback function undefined 字面意思理解是加载资源没有回调,在Android和Web上能跑,在IOS上有问题,我就猜测是资源格式的问题,因为U3D里不同平台也需...
来源: Laya_社区 发布时间: 20191012