大约有 90 项符合查询结果, 库内数据总量为 30,938 项。 (搜索耗时: 0.0029 秒)
...imer callLater(caller:*, method:Function, args:Array = null):void 延迟执行。 Timer clear(caller:*, method:Function):void 清理定时器。 Timer clearAll(caller:*):void 清理对象身上的所有定时器。 Timer frameLoop(delay:int, caller:*, method:Function, args:Array = null, ...
来源: laya_api 发布时间: 20170929
...本对象池,不正确的回收及调用,可能会影响鼠标事件的执行。 Public Properties PropertyDefined By args : Array 参数。Handler caller : * 执行域(this)。Handler method : Function 处理方法。Handler once : Boolean = false 表示是否只执行一次。如...
来源: laya_api 发布时间: 20170929
...:Function, args:Array = null, coverBefore:Boolean = true):void 定时重复执行某函数(基于帧率)。功能同Laya.timer.frameLoop()。 Node frameOnce(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时执行一次某函数(基于帧率)。功能...
来源: laya_api 发布时间: 20170929
...Number, d:Number):Number[static] 方法以零速率开始运动,然后在执行时加快运动速度。 它的运动是类似一个球落向地板又弹起后,几次逐渐减小的回弹运动。 Ease bounceInOut(t:Number, b:Number, c:Number, d:Number):Number[static] 开始运动时速率为...
来源: laya_api 发布时间: 20170929
...pen > onClose > onDestroy(如果销毁) onCreate在页面未创建时执行一次,再次打开页面不会再执行,适合写一些只执行一次的逻辑,比如资源加载,节点事件监听 onOpen在页面每次打开都会执行,适合做一些每次都需要处理的事情,...
来源: laya_api 发布时间: 20170929
...roperties PropertyDefined By progress : Number[write-only] 设置当前执行比例Tween update : Handler更新回调,缓动数值发生变化时,回调变化的值TweenPublic Methods MethodDefined By clear():void 停止并清理当前缓动。 Tween clear(tween:Tween):void[static...
来源: laya_api 发布时间: 20170929
...ers type:String — 事件的类型。 caller:* — 事件侦听函数的执行域。 listener:Function — 事件侦听函数。 onceOnly:Boolean (default = false) — (可选)如果值为 true ,则只移除通过 once 方法添加的侦听器。 ReturnsEventDispatcher — 此 EventDispat...
来源: laya_api 发布时间: 20170929
...pertyDefined By loopTimeLimit : int = 2[static] 单次清理检测允许执行的时间,单位ms CacheMangerPublic Methods MethodDefined By CacheManger()CacheManger beginCheck(waitTime:int = 15000):void[static] 开始检测循环 CacheManger forceDispose():void[static] 强制清理...
来源: laya_api 发布时间: 20170422
...点触控MouseManagerPublic Methods MethodDefined By runEvent():void 执行事件处理。 MouseManagerPublic Constants ConstantDefined By instance : MouseManager[static] MouseManager 单例引用。 MouseManagerProperty Detail_eventpropertypublic var _event:EventdisableMouseEventproperty ...
来源: laya_api 发布时间: 20170929
...:Function, args:Array = null, coverBefore:Boolean = true):void 定时重复执行某函数(基于帧率)。功能同Laya.timer.frameLoop()。 Node frameOnce(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时执行一次某函数(基于帧率)。功能...
来源: laya_api 发布时间: 20170929