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

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

431. laya.d3.resource.models.Mesh_API3.0 [ 47%]

... 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 Inherited from Event...

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

432. laya.d3.core.render.BaseRender [ 46%]

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

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

433. laya.ani.bone.Templet_API3.0 [ 46%]

... 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 Inherited from Event...

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

434. laya.d3.core.particleShuriKen.ShurikenParticleRenderer [ 46%]

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

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

435. laya.d3.core.SkinnedMeshRenderer [ 46%]

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

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

436. 我浏览在线文档 关于共享材质和自身材质的代码 貌似没有什么不同? [ 46%]

...ya.Sprite3D.load("LayaScene_truck/truck.lh"); //模型与材质加载完成监听与回调 this.role3D.on(Laya.Event.HIERARCHY_LOADED,this,this.onLoadComplete); this.scene.addChild(this.role3D); //模型与材质加载完成后回调 private onLoadComplete():void{ //获取车身模型(查看.lh文...

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

437. 关于laya生成的canvas定位问题导致内部事件不正确 [ 46%]

...3.1.1导致APP上架被拒的说明 TextInput重写onFocus和onBlur事件监听不到 Animation如何加点击事件 关于Laya实现Matter.js官方案例凹多边形的问题 laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 关于遍历产生...

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

438. laya.net.Loader_API3.0 [ 46%]

... 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 Inherited from Event...

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

439. laya.resource.Texture2D_API3.0 [ 45%]

... 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 Inherited from Event...

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

440. 怎么对graphics画出来的图片进行鼠标点击拖动??? [ 45%]

...么不用MOUSE_MOVE, 请按照正常流程, mousedown以后 要监听层级的mousemove 然后将mousemove 的回调中的 e.clientx 和e.clientxY 赋值给 当前的sprite 2017-11-07 0 0 分享 微博 QZONE ...

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