大约有 708 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0310 秒)
Laya_社区(372) Laya3.0_api(110) Laya2.0_api(105) laya_api(67) Laya2.0_文档(26) Laya2.0_示例(10) Laya3.0_文档(9) Laya_示例(9)
图集动画播放问题 this.ded.play(0, false); this.ded.on(Laya.Event.COMPLETE, this, this.onHitOver); 播放完 "ded" 动画后, 有时候会出现延迟,没有立即运行onHitOver()方法,有什么解决办法吗? 2018-11-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...
来源: Laya_社区 发布时间: 20181101
...置,应该用什么缓动模式 缓动动画SKEW-Y从0到360卡住 tween complete 报错 以及如何判断对象正在缓动中 打包百度小游戏不能播放声音?是api不支持 还是发生了改变 或者格式问题? 2个关于缓动动画的问题,会卡住 动态改变List的高...
来源: Laya_社区 发布时间: 20200816
...Users/borui/Desktop/Cube3D/bin/libs/laya.core.js:490:28) at Loader.__proto.complete (file:///C:/Users/borui/Desktop/Cube3D/bin/libs/laya.core.js:12865:9) at Loader.__proto.onLoaded (file:///C:/Users/borui/Desktop/Cube3D/bin/libs/laya.core.js:12854:9) at EventHandler.__proto.runWith (file:///C:/Users...
来源: Laya_社区 发布时间: 20180328
...动画模板 this.templet = new Laya.Templet(); this.templet.on(Laya.Event.COMPLETE, this, this.parseComplete); this.templet.on(Laya.Event.ERROR, this, this.onError); this.templet.loadAni("res/spine/goblins/goblins.sk"); } onError() { console.log("parse error"); } parseComplete() { //创建第一个...
来源: Laya2.0_文档 发布时间: 20210715
...还是pc浏览器? 请问Laya如何判断目前处于什么平台 tween complete 报错 以及如何判断对象正在缓动中 请问如何判断当前使用的webgl模式还是Canvas模式 问题状态 最新活动: 2018-03-19 15:30 浏览: 628 关注: 2 人
来源: Laya_社区 发布时间: 20180319
...,经常会触发加载到99或者94 97的时候就卡住了,也不走complete 这种怎么解决啊 2018-11-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 这个没有报错信息...
来源: Laya_社区 发布时间: 20181107
...Swf里的MovieClip播放完成? 怎么判断是否在IOS设备上 tween complete 报错 以及如何判断对象正在缓动中 问题状态 最新活动: 2019-07-23 15:48 浏览: 816 关注: 1 人
来源: Laya_社区 发布时间: 20190723
...pc浏览器? 手机游戏,一般做多大分辨率的呀?? tween complete 报错 以及如何判断对象正在缓动中 如何判断被加载的Swf里的MovieClip播放完成? 问题状态 最新活动: 2018-05-31 10:22 浏览: 597 关注: 2 人 W • 2018-05-31 11:19 组件是在舞台...
来源: Laya_社区 发布时间: 20180531
...s:1400) at Loader.__proto.event (libs/laya.core.js:1156) at Loader.__proto.complete (libs/laya.core.js:16348) at Loader.__proto.onLoaded (libs/laya.core.js:16316) at EventHandler.__proto.runWith (libs/laya.core.js:1399) at HttpRequest.__proto.event (libs/laya.core.js:1156) at HttpRequest.__proto.com...
来源: Laya_社区 发布时间: 20181203
...调用成功的回调函数 * fail:接口调用失败的回调函数 * complete:接口调用结束的回调函数(调用成功、失败都会执行) */ //@ts-ignore wx.setUserCloudStorage({ KVDataList: KVDataList, success: () => { console.log("数据保存成功") }, fail: () => { cons...
来源: Laya3.0_文档 发布时间: 20251010