大约有 189 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0039 秒)
...arameters type:String — 事件类型。 data:* (default = null) — (可选)回调数据。注意:如果是需要传递多个参数 p1,p2,p3,...可以使用数组结构如:[p1,p2,p3,...] ;如果需要回调单个参数 p ,且 p 是一个数组,则需要使用结构如:[p],其...
来源: laya_api 发布时间: 20170929
...arameters type:String — 事件类型。 data:* (default = null) — (可选)回调数据。注意:如果是需要传递多个参数 p1,p2,p3,...可以使用数组结构如:[p1,p2,p3,...] ;如果需要回调单个参数 p ,且 p 是一个数组,则需要使用结构如:[p],其...
来源: Laya2.0_api 发布时间: 20190513
...点移除自己。 Parameters destroyChild:Boolean (default = true) — (可选)是否同时销毁子节点,若值为true,则销毁子节点,否则不销毁子节点。 destroyChildren()method public function destroyChildren():void 销毁所有子对象,不销毁自己本身。 frameLoop...
来源: laya_api 发布时间: 20170929
...unctionName。 args:Array (default = null) — 传递给 method 函数的可选参数列表。 See alsorunCallLater()clearTimer()method public function clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Parameters caller:* — 执行域(this)。 me...
来源: Laya2.0_api 发布时间: 20190513
...r:Function — 事件侦听函数。 args:Array (default = null) — (可选)事件侦听函数的回调参数。ReturnsEventDispatcher — 此 EventDispatcher 对象。 请求发送: var hr = new HttpRequest(); hr.once(Event.COMPLETE, this, http.success,[1,2,3]); hr.send("http://localhost:...
来源: Laya_社区 发布时间: 20180304
...functionName。 Default value args: any[] = null 传递给 method 函数的可选参数列表。 Returns void clearTimer clearTimer(caller: any, method: Function): void Defined in laya/display/Node.ts:609 清理定时器。功能同Laya.timer.clearTimer()。 Parameters caller: any 执行域(this)。...
来源: Laya3.0_api 发布时间: 20231115
...event /** * 派发事件。 * @param type 事件类型。 * @param data (可选)回调数据。<b>注意:</b>如果是需要传递多个参数 p1,p2,p3,...可以使用数组结构如:[p1,p2,p3,...] ;如果需要回调单个参数 p ,且 p 是一个数组,则需要使用结...
来源: Laya3.0_文档 发布时间: 20241014
...发事件。 Parameters type: string 事件类型。 Optional data: any (可选)回调数据。注意:如果是需要传递多个参数 p1,p2,p3,...可以使用数组结构如:[p1,p2,p3,...] ;如果需要回调单个参数 p ,且 p 是一个数组,则需要使用结构如:[p],其...
来源: Laya3.0_api 发布时间: 20231115
...发事件。 Parameters type: string 事件类型。 Optional data: any (可选)回调数据。注意:如果是需要传递多个参数 p1,p2,p3,...可以使用数组结构如:[p1,p2,p3,...] ;如果需要回调单个参数 p ,且 p 是一个数组,则需要使用结构如:[p],其...
来源: Laya3.0_api 发布时间: 20231115
...functionName。 Default value args: any[] = null 传递给 method 函数的可选参数列表。 Returns void clearTimer clearTimer(caller: any, method: Function): void Inherited from Node.clearTimer Defined in laya/display/Node.ts:609 清理定时器。功能同Laya.timer.clearTimer()。 Parameters...
来源: Laya3.0_api 发布时间: 20231115