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

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

121. laya.device.motion.Accelerator [ 53%]

...。 EventDispatcher offAllCaller(caller:*):EventDispatcher 移除caller为target的所有事件监听 EventDispatcher  on(type:String, caller:*, listener:Function, args:Array = null):EventDispatcher[override] 侦听加速器运动。 Accelerator once(type:String, caller:*, listener:Function, arg...

来源: Laya2.0_api 发布时间: 20190513

122. laya.gltf.glTFResource_API3.0 [ 53%]

....offAllCaller Defined in laya/events/EventDispatcher.ts:146 移除caller为target的所有事件监听 Parameters caller: any caller对象 Returns EventDispatcher on on(type: string, listener: Function): EventDispatcher on(type: string, caller: any, listener: Function, args?: any[]): EventDispatcher...

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

123. laya.d3.animation.AnimationTransform3D [ 53%]

...。 EventDispatcher offAllCaller(caller:*):EventDispatcher 移除caller为target的所有事件监听 EventDispatcher on(type:String, caller:*, listener:Function, args:Array = null):EventDispatcher 使用 EventDispatcher 对象注册指定类型的事件侦听器对象,以使侦听器能够接...

来源: Laya2.0_api 发布时间: 20190513

124. laya.media.SoundChannel_API3.0 [ 53%]

....offAllCaller Defined in laya/events/EventDispatcher.ts:146 移除caller为target的所有事件监听 Parameters caller: any caller对象 Returns EventDispatcher on on(type: string, listener: Function): EventDispatcher on(type: string, caller: any, listener: Function, args?: any[]): EventDispatcher...

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

125. laya air 调试的输出有没有办法存成一个文件 [ 52%]

...hrome出现错误: Error processing launch: Error Could not attach to main target 图集打包找不到图集文件 在List渲染的时候,在滚动一个list的时候,如何实现另一个list也跟着滚动,并且两个list同时滚动一模一样。 as3 ,LayaAir下调试matter.js物理引...

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

126. laya.media.SoundChannel [ 52%]

...。 EventDispatcher offAllCaller(caller:*):EventDispatcher 移除caller为target的所有事件监听 EventDispatcher on(type:String, caller:*, listener:Function, args:Array = null):EventDispatcher 使用 EventDispatcher 对象注册指定类型的事件侦听器对象,以使侦听器能够接...

来源: Laya2.0_api 发布时间: 20190513

127. laya.net.LoaderManager [ 52%]

...。 EventDispatcher offAllCaller(caller:*):EventDispatcher 移除caller为target的所有事件监听 EventDispatcher on(type:String, caller:*, listener:Function, args:Array = null):EventDispatcher 使用 EventDispatcher 对象注册指定类型的事件侦听器对象,以使侦听器能够接...

来源: Laya2.0_api 发布时间: 20190513

128. laya.d3.core.SkinnedMeshSprite3D [ 52%]

...。 EventDispatcher offAllCaller(caller:*):EventDispatcher 移除caller为target的所有事件监听 EventDispatcher on(type:String, caller:*, listener:Function, args:Array = null):EventDispatcher[override] 增加事件侦听器,以使侦听器能够接收事件通知。 如果侦听鼠标事...

来源: Laya2.0_api 发布时间: 20190513

129. laya.d3.core.Transform3D [ 52%]

...检测指定事件类型是否是鼠标事件。 EventDispatcher  lookAt(target:Vector3, up:Vector3, isLocal:Boolean = false):void 观察目标位置。 Transform3D off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器...

来源: laya_api 发布时间: 20170929

130. CPU优化方式(TypeScript-2D进阶篇(TS)-性能优化) [ 51%]

...以使用局部变量来保存它: ```typescript foo() { var prop=this.target.prop; //使用prop this.process1(prop); this.process2(prop); this.process3(prop); } ``` ### 二、计时器 LayaAir提供两种计时器循环来执行代码块。 1. `Laya.timer.frameLoop`执行频率依赖于帧频率...

来源: Laya2.0_文档 发布时间: 20210714