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

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

221. layaair2-cmd compile 编译不了 [ 76%]

...  at process._tickCallback (internal/process/next_tick.js:61:11)     at Function.Module.runMain (internal/modules/cjs/loader.js:745:11)     at startup (internal/bootstrap/node.js:266:19)     at bootstrapNodeJSCore (internal/bootstrap/node.js:596:3) exit:1 请问这个怎么解决。百度...

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

222. laya 2.0 typescript console.log 为何不能智能识别 ts 文件行号? [ 76%]

... 引擎开发人员能否考虑一下支持这个方式?   用处举例 function createbitmap(url:string) {    var bitmap = new Bitmap();    console.log(stack[-1]); }   var bmp2 = createBitmap("...");   //可以点击到这一行   typescript sourcemap的支持 https://github.com/evanw/no...

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

223. 新手请问下如何开启Laya3D的physics [ 76%]

...ore.js:13707) at MeshSprite3D.__proto.addComponent (laya.core.js:13782) at Function.Utils3D._createNodeByJson (laya.d3.js:9676) unity是5.6.7f1,插件是IDE 2.0.1beta下载页面下的,应该是最新的。从文档看应该是支持导出collider的,但是导出可以,载入报错啊,麻...

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

224. json解析,中文报错 [ 75%]

...Unexpected token in JSON at position 23;at api readFile success callback function SyntaxError: Unexpected token in JSON at position 23 2018-07-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来...

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

225. Android下加载3d模型报这个错 [ 75%]

...rdScriptError expected Number(uniform4f);at requestAnimationFrame callback function Error: expected Number(uniform4f) at Object.o.(anonymous function) [as uniform4f] (https://lib/WAGame.js:1:322314) 2018-11-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: ...

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

226. json的错误怎么解决 [ 75%]

... Unexpected token in JSON at position 64;at api readFile success callback function SyntaxError: Unexpected token in JSON at position 64   我也遇到类似的 2018-11-28 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 steven chan 相关...

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

227. 2.0 beta3 物理 DestroyJoint 报错 [ 75%]

...ointCount;   完整代码如下: box2d.b2World.prototype.DestroyJoint = function(a) {     box2d.ENABLE_ASSERTS && box2d.b2Assert(!this.IsLocked());     if (!this.IsLocked()) {         var b = a.m_collideConnected;         a.m_prev && (a.m_prev.m_next = a.m_next);    ...

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

228. android下layabox调用Laya.Texture2D.load报错 [ 74%]

...============================   代码调用: D3Helper.getMaterialByName = function (name) { if (undefined == D3Helper.materialDic[name]) { var material = new Laya.StandardMaterial(); D3Helper.materialDic[name] = material; [b]var testTexture = Laya.Texture2D.load(name);[/b] material.diffuseTexture =...

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

229. 编译微信小游戏报错。高手快进来看呀。 [ 74%]

...r Unexpected number in JSON at position 1;at api readFile success callback function SyntaxError: Unexpected number in JSON at position 1 2018-06-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同...

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

230. 发布到微信小游戏后Timer的getHandler报错了 [ 74%]

...个函数中,获取$_TID时报错了 /**@private */ __proto._getHandler=function(caller,method){ var cid=caller ? caller.$_GID || (caller.$_GID=Utils.getGID()):0; var mid=method.$_TID || (method.$_TID=(this._mid++)*100000); return this._map[cid+mid]; } 请教一下大家,有遇到过这个问题...

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