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

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

141. 请问在layaIDE里,怎么调用微信小程序API [ 72%]

请问在layaIDE里,怎么调用微信小程序API 我写了 wx.***,他不认识啊。并且编译也不过啊。 2018-04-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 13 个回复 雨送黄昏 赞同来自: 晖 、...

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

142. tiledMap 官方示例都运行不了 [ 72%]

tiledMap 官方示例都运行不了 tiledMap = new TiledMap();         tiledMap.createMap("../res/dt.json", new Rectangle(0, 0, Laya.stage.width, Laya.stage.height), null);   调用后报错TypeError: Cannot read property 'split' of undefined     at TiledMap.__proto.mergePath (file:///C...

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

143. unity导出有动作的模型,加载时报错 [ 72%]

unity导出有动作的模型,加载时报错 unity导出有动作的模型,加载时报错 unity中原始资源:Assets.zip 导出资源:LayaScene_Model_1001.zip   加载代码 Laya.Sprite3D.load("res/LayaScene_Model_1001/Conventional/Model_1001.lh", Laya.Handler.create(null, (sprite:Laya....

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

144. unity到导出场景加载时抛异常,不知所措 [ 72%]

unity到导出场景加载时抛异常,不知所措 如题, 附件 : --> 2017-10-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 6 个回复 Monica - 知识达人 赞同来自: xigua 先看下这个帖子:https://ask...

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

145. LayaAirIDE1.4版本里用TS引擎库使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 [ 71%]

LayaAir引擎 LayaAirIDE1.4版本里用TS引擎库使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 LayaAirIDE1.4版本里用TS引擎库使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 2016-10-11 添加...

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

146. 照着官方文档写的 Dialog 报错? [ 71%]

照着官方文档写的 Dialog 报错? var LoadResource = function () { LoadResource.prototype.init = function () { this._container = new Sprite(); Laya.stage.addChild(this._container); Laya.loader.load(["../bin/res/ui/progressBar.png", "../bin/res/ui/progressBar$bar.png"], Handler.create(this, ...

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

147. box2d引擎报错问题 [ 71%]

box2d引擎报错问题 我做的项目是会有不断的生成预制(有RigidBody和BoxCollider),在运动到终点时再回收到Pool中,有概率报如下错误laya.physics.js:430 Uncaught TypeError: Cannot read property 'GetType' of null     at box2d.b2Fixture.GetType (laya.physics.js:430...

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

148. unity导出的场景.ls加载到laya3d中报错 [ 70%]

unity导出的场景.ls加载到laya3d中报错 unity版本:2017.2 插件:LayaAirUnityPlugin 1.6.0 laya引擎:1.7.11beta , 问题:导出后的文件夹,放到bin文件夹下面。运行报错: TypeError: Cannot read property 'props' of undefined at Avatar.__proto._parseNode (file:///D...

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

149. 场景调用offAll会报错。 [ 70%]

场景调用offAll会报错。 代码: scene = new Scene(); Laya.stage.addChild(scene); scene.offAll(); Laya.stage.removeChild(scene);  scene = new Scene(); Laya.stage.addChild(scene); scene.offAll(); Laya.stage.removeChild(scene); scene = new Scene(); Laya.stage.addChild(scene); Laya.stage.remo...

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

150. 播放音效时报错Failed to set the 'buffer' property on 'AudioBufferSourceNode'的问题 [ 70%]

播放音效时报错Failed to set the 'buffer' property on 'AudioBufferSourceNode'的问题 __proto._tryClearBuffer=function(sourceNode){ // if (!Browser.onMac){ // try{ // sourceNode.buffer=null; // }catch (e){ // WebAudioSoundChannel._tryCleanFailed=true; // } // return; // } try {sourceNode.buf...

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