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

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

101. BackGround.super(this);这个报错 Cannot read property 'call' of undefined [ 93%]

BackGround.super(this);这个报错 Cannot read property 'call' of undefined 2018-01-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Laya_Aaron 赞同来自: 你具体描述一下你出现问题的环境, 以...

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

102. Cannot enlarge memory arrays. [ 93%]

...ore the program runs, or (4) if you want malloc to return NULL (0) instead of this abort, compile with -s ABORTING_MALLOC=0 laya.physics3D.js:308 Cannot enlarge memory arrays. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value 16777216, (2) compile with -s ALLOW_MEMORY_GR...

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

103. eError: Failed to execute 'dispatchEvent' on 'EventTarget': parameter 1 is not of type 'Event'. [ 93%]

...or: Failed to execute 'dispatchEvent' on 'EventTarget': parameter 1 is not of type 'Event'. 把项目运行在编译器中,切到后台一会就会报这个错 2017-10-31 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个...

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

104. 运行编译 报错Cannot read property 'on' of undefined [ 93%]

运行编译 报错Cannot read property 'on' of undefined   附件 : --> 2018-05-31 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Xu 赞同来自: 如图,昨天我还可以好好运行做项目,今天开启电...

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

105. ani动画问题,cannot read property '_tf' of null [ 93%]

ani动画问题,cannot read property '_tf' of null showAni(panel:Laya.Box) {             if (!panel.contains(this)) {                 panel.addChild(this);                 this.pos(0,110);             }             let i = 1;             this.ani1.play(0, f...

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

106. 鼠标自定义样式官方有支持吗,Laya.Mouse.hide()会报Uncaught TypeError: Cannot read property 'cursor' of undefined错误 [ 93%]

...Laya.Mouse.hide()会报Uncaught TypeError: Cannot read property 'cursor' of undefined错误 想实现鼠标样式自定义,但是使用官方提供的Mouse API编译都会报Uncaught TypeError: Cannot read property 'cursor' of undefined错误,但是代码并不会报错 附件 : --> test.zip 202...

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

107. App websocket out of memory [ 93%]

App websocket out of memory testWebSocket(){ let client = new PinusWSClient(); client.on(PinusWSClientEvent.EVENT_IO_ERROR, (event) => { }); client.on(PinusWSClientEvent.EVENT_CLOSE, (event) => { //触发条件,手机端把网全关了 this.testWebSocket();//这种方式会导致在短时...

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

108. 引用官方示例,想实现导入swf动画,报Cannot set property 'y' of undefined,不知为什么 [ 93%]

...引用官方示例,想实现导入swf动画,报Cannot set property 'y' of undefined,不知为什么 附件 : --> 2020-11-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠? 0 个回复被...

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

109. Laya.timer.loop() 报错 Cannot read property 'loop' of null [ 93%]

Laya.timer.loop() 报错 Cannot read property 'loop' of null import { Image } from "laya/ui/Image"; // import { List } from "laya/ui/List"; import { Laya } from "laya"; export default class test_move extends Image{ // /** @prop {name:move_img, tips:"用来移动的箭头", type:Image} */ // public ...

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

110. 加载龙骨动画出报错Uncaught getUint16 error - Out of bounds [ 93%]

加载龙骨动画出报错Uncaught getUint16 error - Out of bounds 先我是把动画放入View界面,然后new 界面时报这个错,然后我又通过路径直接加载动画也报这个错,最后我尝试过重启电脑,重启laya引擎,新建一个项目,还是出现这个问题, 附件 : --> ...

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