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

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

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

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

52. this.bitmap.activeResource is not a function TypeError: this.bitmap.activeResource is not a function [ 81%]

this.bitmap.activeResource is not a function TypeError: this.bitmap.activeResource is not a function if (bitmap&&bitmap._addReference){ bitmap._addReference(); } 这个代码过滤已经加了,但是会报下面这个错 this.bitmap.activeResource is not a function TypeError: this.bitmap....

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

53. TypeError: Cannot read property 'length' of null [ 81%]

TypeError: Cannot read property 'length' of null layaide2.4.0a场景包含预制体hero.prefab,b场景也包含预制体hero.prefab 在a场景通过Laya.Pool.getItemByCreateFun("hero", this.pHero.create, this.pHero)创建对象,同时给对象设置位置,成功 跳转到b场景后,通过Laya.Poo...

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

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

播放音效时报错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

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

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

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

56. 今天打开微信工具出现错误Cannot read property 'USER_DATA_PATH' of undefined [ 78%]

今天打开微信工具出现错误Cannot read property 'USER_DATA_PATH' of undefined Wechat Lib:2.0.1, 2018.4.14 12:32:36 code.js:107 Warning!,this class[MiniAdpter] already exist: {init: ƒ} WAGame.js:3 gameThirdScriptError Cannot read property 'USER_DATA_PATH' of undefined TypeError: Cannot rea...

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

57. Uncaught ReferenceError: ui is not defined [ 78%]

Uncaught ReferenceError: ui is not defined 用的FB,UI是用的IDE做的,其中一个IDE做的UI会报这个错,这个UI的在page文件夹下,导包也倒过去了package ui.page,编译的时候还是去了ui下去找这个页面了 2017-05-25 添加评论 免费帖 --> 分享 微博 QZO...

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

58. 在Laya中使用Matter.js的最简示例 (JS) [ 78%]

在Laya中使用Matter.js的最简示例 (JS) Laya默认使用matter.js作为物理引擎,但示例还是有些复杂;所以,添加这个帖子,作为Matter.js的get start的Laya版本 在Laya中使用Matter需要在index.html的“<!--jsfile--startTag-->”标签前面添加下面的...

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

59. Laya+Matter导出wx小程序碰到的问题 [ 78%]

Laya+Matter导出wx小程序碰到的问题 layaair版本:1.7.19.1beta 环境:Win7 x64  laya + matter.js 项目类型:ts/js   问题描述: 1、layaair创建ts或者js项目,集成matter库(用官方给的matter.js替换,主要差别是将Matter名字空间导入到了window域,...

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

60. Uncaught TypeError: Game.super is not a function [ 77%]

Uncaught TypeError: Game.super is not a function var Game = (function(_super){ function Game() { Game.super(this); } Laya.ClassUtils(Game,"Game",_super) return Game; })(ui.GameUI) 2017-10-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...

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