大约有 266 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0040 秒)
Laya_社区(104) Laya3.0_api(71) laya_api(43) Laya2.0_api(25) Laya2.0_文档(13) Laya3.0_文档(8) Laya2.0_示例(1) Laya_示例(1)
...游戏,安卓设备加载场景黑屏 骨骼动画播放完后的回调时间 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. Laya 安卓端 在服务端运行指令layadcc ./ 后进不去,提示 assetId is old 和 init dcc fail。然后过五六个小时后才不会报...
来源: Laya_社区 发布时间: 20180731
...ticleSystem emissionTime : int[read-only] 获取一次循环内的累计时间。 ShurikenParticleSystem gravityModifier : Number重力敏感度。ShurikenParticleSystem isAlive : Boolean[read-only] 是否存活。 ShurikenParticleSystem isEmitting : Boolean[read-only] 是否正在发射...
来源: Laya2.0_api 发布时间: 20190513
...想要实现弹幕移动的时候一条弹道上的label需要等待一定时间才能弹出下一条。 异常状态是tween找不到this._ease函数,但是我看断点的时候this是有这个函数的,急需解决,谢谢。 实现同样的功能有没其他方法? 2018-09-17 添加评...
来源: Laya_社区 发布时间: 20180917
...不太明白 soundClass:Class (default = null) — 声音播放起始时间。 startTime:Number (default = 0) 这个startTime指的是从现在起延迟的秒数、毫秒数还是播放的时间戳? 2017-02-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结...
来源: Laya_社区 发布时间: 20170203
...时播放才对啊 就像flash 里面 播放第0帧的时候 所有处于时间轴第0帧的都会同时播放 这里不太了解 3.官网上绑定的事件 是写Event.LABEL 实际上这里输出来是空的 我后面改成了 "label"才可以触发事件 2017-03-10 添加评论 免费帖 --> 分...
来源: Laya_社区 发布时间: 20170310
...ticleSystem emissionTime : int[read-only] 获取一次循环内的累计时间。 ShurikenParticleSystem gravityModifier : Number重力敏感度。ShurikenParticleSystem isAlive : Boolean[read-only] 是否存活。 ShurikenParticleSystem isEmitting : Boolean[read-only] 是否正在发射...
来源: laya_api 发布时间: 20170929
...停的缓动。 Tween setStartTime(startTime:Number):void 设置开始时间。 Tween to(target:*, props:Object, duration:int, ease:Function = null, complete:Handler = null, delay:int = 0, coverBefore:Boolean = false):Tween 缓动对象的props属性到目标值。 Tween to(target:*, props:...
来源: laya_api 发布时间: 20170929
...停的缓动。 Tween setStartTime(startTime:Number):void 设置开始时间。 Tween to(target:*, props:Object, duration:int, ease:Function = null, complete:Handler = null, delay:int = 0, coverBefore:Boolean = false):Tween 缓动对象的props属性到目标值。 Tween to(target:*, props:...
来源: Laya2.0_api 发布时间: 20190513
...omplete),update:new Handler(this,onComplete)}。 duration: number 花费的时间,单位毫秒。 Default value ease: Function | null = null 缓动类型,默认为匀速运动。 Default value complete: Handler | null = null 结束回调函数。 Default value delay: number = 0 延迟执行时...
来源: Laya3.0_api 发布时间: 20231115
...函数。功能同Laya.timer.timerLoop()。 Parameters delay:int — 间隔时间(单位毫秒)。 caller:* — 执行域(this)。 method:Function — 结束时的回调方法。 args:Array (default = null) — (可选)回调参数。 coverBefore:Boolean (default = true) — (可选)...
来源: Laya2.0_api 发布时间: 20190513