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

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

1. 扩展脚本问题,麻烦帮看下 [ 100%]

...ame { export class testbox extends Laya.Box { constructor(){ super(); this.frameOnce(2,this,this.onFrame); } private onFrame():void{ console.log("111"+this.getChildByName('btnName')) } } export class testImg extends Laya.Image { constructor(){ super(); this.frameOnce(2,this,this.onFrame); } private ...

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

2. Templet资源删除不掉 [ 85%]

...  swordman.pos(width / 2,  height / 2);             Laya.timer.frameOnce(100, this, unload);         }         private function unload() : void         {             swordman.destroy();             factory.destroy();             Laya.loader.cle...

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

3. 闭包引起的内存泄漏问题 [ 73%]

闭包引起的内存泄漏问题   Laya.timer.frameOnce(2, this, function(){ this.a.xxx(); });   像这种闭包写法会不会有内存泄漏? 2017-01-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixu...

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

4. 3d CollisionManager _triggerCollision方法中BUG [ 70%]

...ZONE 微信 Simon 赞同来自: 找到了解决方法 这么做 Laya.timer.frameOnce(1, this,function(){ this.gold.destroy() }); 2018-08-20 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 lei² 相关问题 两个对象new了一个相同...

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

5. HTMLDivElement中,有<style>标签,第二帧再刷会报错的问题 [ 70%]

...tmlInfo = new HTMLDivElement(); this.m_htmlInfo.innerHTML = htmlText; this.frameOnce(1, this, function(){ this.m_htmlInfo.innerHTML = htmlText; }) 2017-03-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueyi...

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

6. 一个技术文档的问题 [ 70%]

...脚本会有时序问题,所以在此添加一个延时 this.monkeyBox.frameOnce(2, this, this.onLoaded); } 我想问的是this.monkeyBox = value;这句话,monkeyBox的类型是Sprite,value应该是Box类型的吧,注释里也是这么说的,这两类型没继承关系吧,这样赋值没...

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

7. Laya IDE横竖屏切换时,不断刷新 [ 69%]

...load(['res/atlas/view.atlas'], Handler.create(this, initGame)); Laya.timer.frameOnce(1, this, function () { Laya.stage.on(Event.RESIZE, this, function () { window.location.reload(); }) }) 2018-04-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容...

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

8. 粒子特效播放完毕的回调有吗,想在播完的时候回调销毁,不然会不会一直在场景。 [ 67%]

...回复 bpmf_d 赞同来自: 没有回调  你可以播的时候 起一个frameOnce 几帧以后去销毁一下 就ok了 2019-05-10 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 xialuo 相关问题 2.0一不小心删了bin目录下的...

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

9. SpineSkeleton3.8.loadAni如果加载失败一定会引发LAYA底层报错 [ 66%]

...return;             }             Laya.Laya.timer.frameOnce(1, this, this.loop);         }   附件 : --> 2022-03-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Yan 赞...

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

10. collider脚本当前帧销毁对象报错修复了吗? [ 66%]

...找不到绑定对象错误), //因此延迟一帧以销毁 Laya.timer.frameOnce(1, this, function () { this.weapon.destroy(); });   这个延迟一帧的bug修复了吗? 目前用到的直接销毁还是会报错,不知道是不是我逻辑问题。 谢谢! 2018-03-12 添加评论 免费...

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