大约有 461 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0043 秒)
Laya_社区(367) Laya3.0_api(21) Laya2.0_文档(21) laya_api(14) Laya2.0_api(14) Laya3.0_文档(13) Laya_示例(6) Laya2.0_示例(5)
...thod) 2 android.os.MessageQueue.next(MessageQueue.java:328) 3 android.os.Looper.loop(Looper.java:164) 4 android.app.ActivityThread.main(ActivityThread.java:5981) 5 java.lang.reflect.Method.invoke(Native Method) 6 com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:888) 7...
来源: Laya_社区 发布时间: 20191030
... 文件 Skin Name:骨骼动画名称 Animation Name:播放动画名称 Loop:是否循环播放 Preview:是否在IDE中预览 然后就可以拖入动画资源了。首先,把 .skel 文件拖入 Source 属性中,勾选preview属性,在IDE中将会看到动画。勾选Loop可以设置是...
来源: Laya3.0_文档 发布时间: 20241014
...ax.js:8951) at Stage.__proto.render (HMain.max.js:16932) at Stage.__proto._loop (HMain.max.js:16892) at loop (HMain.max.js:5472) private function createTimerLine():void { timeLine.addLabel("turnRight",0).to(target,{x:450, y:100, scaleX:0.5, scaleY:0.5},2000,null,0) .addLabel("turnDown",0).to(ta...
来源: Laya_社区 发布时间: 20170327
... at Stage.__proto.render (laya.core.js:18520) at Stage.__proto._loop (laya.core.js:18478) at loop (laya.core.js:5437) 2018-06-20 0 0 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 在上一部分的示例代码可以看到这样一行代码 //从动画模板创建动画播...
来源: Laya_社区 发布时间: 20180619
...16 0 1 分享 微博 QZONE 微信 qwer535305054 赞同来自: Laya.timer.loop(1000, this, this.setTime); private setTime(){ this.downTime--; Tween.to(img1, { x: randomx, y: randomy }, 250); Tween.to(img2, { x: randomx, y: randomy }, 250); ...
来源: Laya_社区 发布时间: 20171016
...isStopped : Boolean = false 表示声音是否已暂停。 SoundChannel loops : int 循环次数。 SoundChannel position : Number[read-only] 获取当前播放时间。 SoundChannel startTime : Number 开始时间。 SoundChannel url : String 声音地址。 SoundChannel volume : Num...
来源: laya_api 发布时间: 20170929
...ZONE 微信 Recovery 赞同来自: 这是提高复现率的demo,原理是loop了特效的开启和关闭,复现概率低大概和资源加载速度有一定关系,loop开启关闭可以确保资源加载完成后达到BUG所需的条件 myLaya.zip 2020-05-20 0 0 分享 微博 QZONE 微信 为...
来源: Laya_社区 发布时间: 20200508
..., "#00ff00"); _fish.x = 300 _fish.y = 200 this.addChild(_fish); Laya.timer.loop(100, this, function () { console.log(_fish.x, _fish.y, _fish.width, _fish.height, _fish.rotation); if (_fish.hitTestPoint(_fish.x, _fish.y)) { console.log("hittttttt"); } }); } } //程序入口 Laya.init(600, 400); this....
来源: Laya_社区 发布时间: 20180315
...2 并且不管哪里出现异常(包括按钮的点击函数、timer的loop回调、任何事件的回调、在ios上给label设置了一个无效的color等),都会导致整个游戏直接卡死 画面停止渲染 全体timer loop都停止 所有事件也不会再触发 等同于所有...
来源: Laya_社区 发布时间: 20180525
...isStopped : Boolean = false 表示声音是否已暂停。 SoundChannel loops : int 循环次数。 SoundChannel position : Number[read-only] 获取当前播放时间,单位是秒。 SoundChannel startTime : Number 播放声音开始时间。 SoundChannel url : String 声音地址。 S...
来源: Laya2.0_api 发布时间: 20190513