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

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

21. 说的的新版本更新的问题呢 [ 53%]

...吗?我看代码还是重写了substr __substr:function(ofs,sz){return arguments.length==1?Laya.__presubstr.call(this,ofs):Laya.__presubstr.call(this,ofs,sz>0?sz:(this.length+sz));},   String.prototype.substr=Laya.__substr; 请你们自己检测一下   我举个例子:   let color='#FFFFF...

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

22. ☆☆☆☆☆☆☆☆☆☆☆每增加一个 view 都会增加一个 drawcall 吗 ☆☆☆☆☆☆☆☆☆☆☆ [ 51%]

...oto.fillText=function(text,x,y,font,color,textAlign){ Stat.drawCall++; if (arguments.length > 3 && font !=null){

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

23. [LayaAir3]小游戏在taptap安卓平台getImageData兼容性问题 [ 49%]

...或 sh 是小数,底层 C++ 代码校验参数时会直接抛出 Invalid Argument 异常,要求必须是整数。 在你的代码中: n = e.measureText(t).width:文字宽度的测量结果通常是小数(例如 15.3432)。 o = n + 2 * r:计算出的画布宽度 o 因此也会变成小...

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

24. JavaScript heap out of memory,ide编译不了代码 [ 48%]

...gOrOffset=216041A1 <undefined>,length=216041A1 <undefined>) 3: arguments ad...   附件 : --> 2019-12-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 君昊 赞同来自: Laya_Yan 找到ide的目录...

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

25. socket大型项目回调 [ 36%]

...s._callbacks[event] || []).push(fn); } public request(route, msg, cb) { if(arguments.length === 2 && typeof msg === 'function') { cb = msg; msg = {}; } else { msg = msg || {}; } route = route || msg.route; if(!route) { return; } this.reqId++; if(this.reqId>127){ this.reqId = 1; } var reqI...

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

26. 引擎 TiledMap 居然不支持图块翻转 [ 31%]

...tends Laya.Sprite {         constructor() {             super(...arguments);             this.relativeX = 0;             this.relativeY = 0;             this.isAloneObject = false;             this.isHaveAnimation = false;             this.drawImageNum = 0;  ...

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

27. LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) [ 8%]

...1 分享 微博 QZONE 微信 ImbaPanda 赞同来自: 导出报这个错误 ArgumentOutOfRangeException: Argument is out of range. Parameter name: index System.Collections.Generic.List`1[System.Double].get_Item (Int32 index) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Collectio...

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