大约有 3,406 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0070 秒)
BackGround.super(this);这个报错 Cannot read property 'call' of undefined 2018-01-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Laya_Aaron 赞同来自: 你具体描述一下你出现问题的环境, 以...
来源: Laya_社区 发布时间: 20180110
...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
...or: Failed to execute 'dispatchEvent' on 'EventTarget': parameter 1 is not of type 'Event'. 把项目运行在编译器中,切到后台一会就会报这个错 2017-10-31 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个...
来源: Laya_社区 发布时间: 20171031
运行编译 报错Cannot read property 'on' of undefined 附件 : --> 2018-05-31 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Xu 赞同来自: 如图,昨天我还可以好好运行做项目,今天开启电...
来源: Laya_社区 发布时间: 20180531
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
...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
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
...引用官方示例,想实现导入swf动画,报Cannot set property 'y' of undefined,不知为什么 附件 : --> 2020-11-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠? 0 个回复被...
来源: Laya_社区 发布时间: 20201122
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
加载龙骨动画出报错Uncaught getUint16 error - Out of bounds 先我是把动画放入View界面,然后new 界面时报这个错,然后我又通过路径直接加载动画也报这个错,最后我尝试过重启电脑,重启laya引擎,新建一个项目,还是出现这个问题, 附件 : --> ...
来源: Laya_社区 发布时间: 20180913