• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 445 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0072 秒)

101. js的问题 [ 75%]

...                    //剩余形参 return function (...args) { if (flag) { func.apply(env, args); flag = false; setTimeout(() => flag = true, 1000); } } } 按钮点击事件调用这个方法可以使他传入一个函数,函数一秒内只能运行一次,有没有大佬...

来源: Laya_社区 发布时间: 20191206

102. laya.resource.TextResource_API3.0 [ 75%]

...tion): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删除侦听器。 Parameters type: string 事件的类型。 listener: Function 事...

来源: Laya3.0_api 发布时间: 20231115

103. as编译器1.7.5beta的问题 [ 75%]

... formatting options yet. */ public function formatString(format:String, ...args):String { for (var i:int=0; i<args.length; ++i) format = format.replace(new RegExp("\\{"+i+"\\}", "g"), args[i]); return format; } } 2017-05-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关...

来源: Laya_社区 发布时间: 20170525

104. laya.components.AnimatorController2D_API3.0 [ 75%]

...tion): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删除侦听器。 Parameters type: string 事件的类型。 listener: Function 事...

来源: Laya3.0_api 发布时间: 20231115

105. laya.resource.AtlasResource_API3.0 [ 75%]

...tion): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删除侦听器。 Parameters type: string 事件的类型。 listener: Function 事...

来源: Laya3.0_api 发布时间: 20231115

106. laya.d3.component.animator.AnimatorController_API3.0 [ 74%]

...tion): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删除侦听器。 Parameters type: string 事件的类型。 listener: Function 事...

来源: Laya3.0_api 发布时间: 20231115

107. laya.resource.Prefab_API3.0 [ 74%]

...tion): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删除侦听器。 Parameters type: string 事件的类型。 listener: Function 事...

来源: Laya3.0_api 发布时间: 20231115

108. laya.d3.core.MeshTerrainSprite3D [ 74%]

...ride] 添加子节点到指定的索引位置。 Sprite3D addChildren(... args):void 批量增加子节点 Node addComponent(type:*):Component3D 添加指定类型组件。 Sprite3D clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node clone():* ...

来源: laya_api 发布时间: 20170929

109. laya.d3.animation.AnimationClip_API3.0 [ 74%]

...tion): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删除侦听器。 Parameters type: string 事件的类型。 listener: Function 事...

来源: Laya3.0_api 发布时间: 20231115

110. 事件管理 · LayaAir3.4 · 引擎文档 · LAYABOX [ 74%]

...听函数的执行域。 * @param listener 事件侦听函数。 * @param args (可选)事件侦听函数的回调参数。 * @return 此 EventDispatcher 对象。 */ on(type: string, caller: any, listener: Function, args: any[] = null) 用于向事件派发器注册指定类型的事件侦听...

来源: Laya3.0_文档 发布时间: 20251010