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

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

341. laya.d3.core.scene.Scene [ 41%]

...侦听器能够接收事件通知,此侦听事件响应一次后则自动移除侦听。 如果侦听鼠标事件,则会自动设置自己和父亲节点的属性 mouseEnabled 的值为 true(如果父节点mouseEnabled=false,则停止设置父节点mouseEnabled属性)。 Sprite parentRepaint(...

来源: laya_api 发布时间: 20170929

342. laya.resource.HTMLCanvas_API3.0 [ 41%]

...rs Optional type: string (可选)事件类型,如果值为 null,则移除本对象所有类型的侦听器。 Returns EventDispatcher 此 EventDispatcher 对象。 offAllCaller offAllCaller(caller: any): EventDispatcher Inherited from EventDispatcher.offAllCaller Defined in laya/events/Event...

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

343. laya.net.LoaderManager_API3.0 [ 41%]

...rs Optional type: string (可选)事件类型,如果值为 null,则移除本对象所有类型的侦听器。 Returns EventDispatcher 此 EventDispatcher 对象。 offAllCaller offAllCaller(caller: any): EventDispatcher Inherited from EventDispatcher.offAllCaller Defined in laya/events/Event...

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

344. laya.ani.bone.Skeleton [ 41%]

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

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

345. CommandBuffer_Outline 每次 addCommandBuffer都会永久增加10Gpu,removed掉相机事件也不会减少 [ 41%]

...t_point.skin = PathData.game_path + 'zd2.png'     }      /** 移除在物体上边的描边 */     public RemoveCommandBuffer_Outline(): void{         if(this.renders.length == 0 || !this.isUseOuline) return;         this.renders = [];         this...

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

346. laya.ui.Slider [ 41%]

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

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

347. laya.d3.core.Transform3D [ 40%]

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

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

348. LayaAir3D 导出和使用U3D粒子特效 [ 40%]

...在laya中显示不正常 使用了u3D导出来的粒子,不停的显示移除并销毁其克隆对象,统计面板的显存和内存就会显示成负数 从unity导出的场景透贴和模型烘焙的灯光不显示,请问有知道是什么原因的吗?~~~~~~~~~~~~~ 求高人分享使用pr...

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

349. laya.ui.TextArea [ 40%]

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

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

350. LayaAir能做RPG吗?不要问我能不能,因为我已经在做 - 杀意来袭 [ 40%]

..., response: response });             }         }         /** 移除*/         public remove(protocol: string): void {             var index: number = this.protocols.indexOf(protocol);             if (index == -1) return;             if (this.socket) this.socket._$...

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