大约有 5 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0030 秒)
... Parameters caller:* — 执行域(this)。 method:Function — 定时器回调函数。 args:Array (default = null) — 回调参数。 clear()method public function clear(caller:*, method:Function):void 清理定时器。 Parameters caller:* — 执行域(this)。 method:Function — 定...
来源: Laya2.0_api 发布时间: 20190513
...er once : Boolean = false 表示是否只执行一次。如果为true,回调后执行recover()进行回收,回收后会被再利用,默认为false 。HandlerPublic Methods MethodDefined By Handler(caller:* = null, method:Function = null, args:Array = null, once:Boolean = false) 根据...
来源: Laya2.0_api 发布时间: 20190513
...rameters caller:* — 执行域(this)。 method:Function — 结束时的回调方法。 contains()method public function contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Parameters node:Node — 指定的 Node 节点对象 。 ReturnsBoolean — 一个布尔...
来源: Laya2.0_api 发布时间: 20190513
... type:String — 事件类型。 data:* (default = null) — (可选)回调数据。注意:如果是需要传递多个参数 p1,p2,p3,...可以使用数组结构如:[p1,p2,p3,...] ;如果需要回调单个参数 p ,且 p 是一个数组,则需要使用结构如:[p],其他的单...
来源: Laya2.0_api 发布时间: 20190513
...地址。 complete:Handler (default = null) — (可选)加载完成回调。 ReturnsSprite — 返回精灵对象本身。 localToGlobal()method public function localToGlobal(point:Point, createNewPoint:Boolean = false, globalNode:Sprite = null):Point 把本地坐标转换为相对stage的...
来源: Laya2.0_api 发布时间: 20190513