大约有 50 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0055 秒)
怎么判断time是否存在,再清除 就是我需要再添加定时器之前做判断,如果存在,就clear, if(xxxxx){ Laya.timer.clear(this, this.showUserHandCard); } Laya.timer.loop(150, this, this.showUserHandCard, null, false); 这个xxx怎么判断 2018-03-21 添加评论...
来源: Laya_社区 发布时间: 20180321
...018-06-21 0 0 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 可以用定时器,在脚本里隐藏或者销毁这个粒子效果 Laya.timer.frameOnce(1,this,function(){粒子效果.destroy();}); 需要延迟一帧,不然销毁之后定时器还会查一帧,找不到对象会报错。 201...
来源: Laya_社区 发布时间: 20180615
...量增加子节点 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否包含 node 节点。 Node customRender(context:RenderContext, x:Number, y:Number):void 自定义更新、呈现显示对象...
来源: laya_api 发布时间: 20170422
... interval,注意:如果动画正在播放,设置后会重置帧循环定时器的起始时间为当前时间,也就是说,如果频繁设置interval,会导致动画帧更新的时间间隔会比预想的要慢,甚至不更新。 AnimationBase isPlaying : Boolean[read-only] 是否正...
来源: Laya2.0_api 发布时间: 20190513
... interval,注意:如果动画正在播放,设置后会重置帧循环定时器的起始时间为当前时间,也就是说,如果频繁设置interval,会导致动画帧更新的时间间隔会比预想的要慢,甚至不更新。 AnimationPlayerBase isPlaying : Boolean[read-only] 是...
来源: laya_api 发布时间: 20170929
... interval,注意:如果动画正在播放,设置后会重置帧循环定时器的起始时间为当前时间,也就是说,如果频繁设置interval,会导致动画帧更新的时间间隔会比预想的要慢,甚至不更新。 AnimationBase isPlaying : Boolean[read-only] 是否正...
来源: Laya2.0_api 发布时间: 20190513
...迟计算数据。 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:Context, x:Number, y:Number):void 自定义更新、呈现显...
来源: Laya2.0_api 发布时间: 20190513
...发label事件 MovieClip clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:RenderContext, x:Number, y:Number):void 自定义更新、...
来源: laya_api 发布时间: 20170929
...折中方案:50ms=15ms+15ms+15ms,也就是三次短震动,用一个定时器去连续震动三次就差不多达到效果了! 引擎:Laya 编辑器:LayaAir IDE 语言:TS 代码: /** * 震动时间 * @param time 毫秒数 */ function vibrate(time: number) { let count ...
来源: Laya_社区 发布时间: 20190401
...复用。FrameAnimation clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否包含 node 节点。 Node customRender(context:RenderContext, x:Number, y:Number):void 自定义更新、呈现显示对象...
来源: laya_api 发布时间: 20170422