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

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

311. 服务端控制页面的显示逻辑,但由于切后台导致计时器和动画停止 [ 52%]

...PP上架被拒的说明 骨骼动画播放完后的回调时间 Laya.timer.loop()如何停止 Animator 如何获取当前所有动画名称呢?或者所有的AnimationClip呢? 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 如何与...

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

312. 自定义对话框设置zOrder后,关闭时报错 [ 52%]

... = 100; this.count = 4; this.countLabel.text = '' + this.count; Laya.timer.loop(1000, this, this.countdown); } Laya.class(countdownBar, "CountdownBar", CountdownUI); return countdownBar; }()); CountdownBar.prototype.countdown = function () { this.count--; if (this.count > 0) { this.countLabel.tex...

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

313. HttpRequest在网页上和APP上表现不一致 [ 52%]

...不一致 let url = "http://10.1.1.123:9090/pgame/s ... 3B%3B Laya.timer.loop(30000, this, ()=>{     let hr = new Laya.HttpRequest();     hr.http.timeout = 3000;     hr.http.ontimeout = function(){console.log("http timeout test: timeout")};     hr.once(Laya.Event.COMPLETE, this, ()=>{c...

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

314. laya.utils.TimeLine_API3.0 [ 52%]

...ine.ts:246 暂停整个动画。 Returns void play play(timeOrLabel?: any, loop?: boolean): void Defined in laya/utils/TimeLine.ts:262 播放动画。 Parameters Default value timeOrLabel: any = 0 开启播放的时间点或标签名。 Default value loop: boolean = false 是否循环播放。 Retur...

来源: Laya3.0_api 发布时间: 20231115

315. 点击一个正在滑动的panel 的时候,panel 会立即停止滑动,怎么才能不让他停止滑动,让他继续滑动完? [ 52%]

...神帮看哈 求指点3d射线碰撞和UI点击穿透的问题 Laya.timer.loop()如何停止 ui list 里面的元素不能点击两次 救命!canvas定位后 点击区域偏移,求大大们解答 如何设置Sprite的宽高和点击区域? 点击代码编辑模器 就提示无法打开代码...

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

316. Array buffer allocation failed [ 52%]

...  at a.h.render (https://awp-assets.meituan.net ... :25650)     at a.h._loop (https://awp-assets.meituan.net ... :24626)     at s (https://awp-assets.meituan.net/hotel/game_whack_mole/meituan/libs/laya-212c80cdad.core.js:6:31281)   反解后发现 JS源文件:libs/laya.core.js 行号:2389...

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

317. 求ShuriKenParticle3D用法 [ 52%]

...             s.duration = 20;                 s.looping = true;                 s.prewarm = false;                 s.startDelayType = 0;                 s.startDelay = 0;                 s.startLifetimeType = 0; ...

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

318. 版本不匹配! 全局 tsc (2.7.1) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 [ 52%]

...警告,不用管就可以。 2018-02-13 1 0 分享 微博 QZONE 微信 looping 赞同来自: 你之前应该是安装过vscode,然后你系统里typescript版本不对了。可以下载最新的node.js,然后设置下系统环境变量 path 2018-02-05 0 0 分享 微博 QZONE 微信 ckp0799 赞...

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

319. 骨骼动画销毁后再创建,报错 [ 52%]

... __proto._childs __proto._transform __proto.render __proto.render __proto._loop       2017-02-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_XS 赞同来自: 能提供一个报错的示例demo吗,我...

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

320. WX小游戏声音_audio报错问题 [ 52%]

...der (http://127.0.0.1:24812/game/code.js:18576:23)     at Stage.__proto._loop (http://127.0.0.1:24812/game/code.js:18522:8)   解决方案 :  找到音效停止的地方 , 注释 : this._audio= null; , 防止将audio回收即可.. 附件 : --> 2018-11-22 添加评论 免费帖 --> 分享 微博...

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