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

大约有 2,446 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0069 秒)

231. AS3微信分享功能(适合小白、菜鸡) [ 91%]

AS3微信分享功能(适合小白、菜鸡) 菜单的转发功能 __JS__('wx.showShareMenu({ withShareTicket: false})'); __JS__('wx.onShareAppMessage(function (){return {title: "回想这几年,哥也是经历了太多起落,尝尽辛酸艰辛。从一开始什么都没有到30万;从30万...

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

232. laya2.0 async怎么用呢? [ 91%]

...用呢? 以前使用laya1.7.2版本,在用到async的地方会在编译js代码的时候生成__awaiter和__generator函数,但是laya2.0不会这样子了,直接ts写async会报错。 尝试在index.js文件添加__awaitor和__generator函数,能跑,但是到了微信上上又有其他...

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

233. 微信小游戏 [ 91%]

...具,我laya这边根本就用不了啊,就跟laya里面调用源生的JS  可以用__JS__这个来调用,如果我要调用微信提供的方法 要怎么调用  两边的代码怎么互通  如我在微信小程序这边写好微信登录了 怎么把登录获取到的一些数据 传入...

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

234. 这个GetType=null的问题有大神解答下吗 [ 91%]

...决方法吗? TypeError: Cannot read property 'GetType' of null preload.js:55 at box2d.b2Fixture.GetType (file:///D:/Documents/myLaya/test/bin/libs/laya.physics.js:430:204)   at box2d.b2ContactFactory.Create (file:///D:/Documents/myLaya/test/bin/libs/laya.physics.js:576:81)   at box2d.b2ContactM...

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

235. Laya 绑定显示内容到骨骼动画 [ 91%]

...是自定义代码部分,下面是laya源码的修改:   1. laya.ani.js 文件中 Bone 类中添加通过帧数来获取矩阵的方法 //返回变化矩阵     __proto.getResultMatrixByFrame=function(index){         var matrix=this._resultMatrixCache[index];         if(mat...

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

236. Laya.Pool.getItemByClass 闪退 [ 91%]

...reusableFishWithType (file:///Users/heboyce/Desktop/Work/Web/CatchFish/bin/js/common/CFSprite.js:28:14) at GameView.addFinsh (file:///Users/heboyce/Desktop/Work/Web/CatchFish/bin/js/GameView.js:39:29) at GameView.onLoop (file:///Users/heboyce/Desktop/Work/Web/CatchFish/bin/js/GameView.js:83:26) at T...

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

237. CharacterController move移动 报错_setWalkDirection [ 91%]

CharacterController move移动 报错_setWalkDirection laya.physics3D.js:1 Uncaught TypeError: Qt[a[((a[(A >> 2)] + 16) >> 2)]] is not a function     at Object.btKinematicCharacterController_setWalkDirection (laya.physics3D.js:1)     at CharacterController.move (laya.d3.js:4517)   ...

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

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

...面加的boxcollider导出后场景就不能载入了,报错: laya.d3.js:39300 Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined at PhysicsCollider.__proto._onAdded (laya.d3.js:39300) at MeshSprite3D.__proto._addComponentInstance (laya.core.js:13707) at MeshSprite3D.__pro...

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

239. 请问一下LayaAir怎么调用js的alert? [ 91%]

请问一下LayaAir怎么调用js的alert? 请问一下LayaAir怎么调用js的alert? 2017-04-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_XS 赞同来自: 你是哪种语言,js跟ts就是调用原生...

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

240. 网页调试崩溃了 [ 91%]

...页调试崩溃了 layaair调试是好的,但网页调试在laya.webgl.js的8418行崩溃了。两句代码是这样的:         if (!this.customCompile && !gl.getProgramParameter(this._program,/*laya.webgl.WebGLContext.LINK_STATUS*/0x8B82))             throw gl.getProgram...

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