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

大约有 403 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0050 秒)

211. laya.device.motion.Gyroscope_API3.0 [ 54%]

... 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

212. laya.physics.Physics [ 53%]

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

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

213. 使用LayaAirUnityPlugin 1.00,Laya中出现找不到png图片 [ 53%]

...是为什么? 已上传 Demo 附件 TextInput重写onFocus和onBlur事件监听不到 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target matter中layasprite怎么改变图片大小? 图集打包找不到图集文件 Texture图片能否进行翻...

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

214. laya.components.AnimatorState2D_API3.0 [ 53%]

... 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

215. laya.d3.animation.AnimationTransform3D_API3.0 [ 53%]

... 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 发布时间: 20231102

216. 使用3D精灵 · LayaAir3.0文档 · LAYABOX [ 53%]

...a.transform.localRotation = this.camera.transform.localRotation; } } /** * 监听鼠标事件 */ onAwake(): void { Laya.stage.on(Laya.Event.MOUSE_DOWN, this, this.mouseDown); Laya.stage.on(Laya.Event.MOUSE_UP, this, this.mouseUp); this.camera = (<Laya.Camera>this.owner); } /** * 监听键盘...

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

217. laya.device.motion.Accelerator_API3.0 [ 53%]

... 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

218. 找不到对应的资源 [error]Failed to load: res/atlas/standUp/aa.json [ 53%]

...Error Could not attach to main target TextInput重写onFocus和onBlur事件监听不到 图集打包找不到图集文件 new Laya.Sprite();绘制图形以后,怎么删除释放资源? 分享:LayaAir下如何获取图集下的小图资源? 真机环境找不到window---cant find variable: wi...

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

219. 绘制形状时事件不触发 [ 53%]

...听(A页面派发 B页面侦听) TextInput重写onFocus和onBlur事件监听不到 Animation如何加点击事件 关于遍历产生的sprite的点击事件,急,大神帮看哈 为什么给Sprite容器添加点击事件没反应 event自定义事件的问题 遮罩点击事件 点击事件...

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

220. 2.x引擎项目升级指南 · LayaAir3.0文档 · LAYABOX [ 52%]

...理系统的特性有: 3.1 2D和3D统一接口, 都可以通过事件监听方式和Laya.Script命名函数方式处理输入。例如: this.aNode.on(Laya.Event.CLICK, ()=> { console.log("clicked"); }); class MyScript extends Laya.Script { //脚本事件 onMouseClick(e:Event) { console.log(...

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