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

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

1. 鼠标交互-鼠标交互 [ 100%]

...is, mouseHandler); rect.on(Event.CLICK, this, mouseHandler); rect.on(Event.RIGHT_MOUSE_DOWN, this, mouseHandler); rect.on(Event.RIGHT_MOUSE_UP, this, mouseHandler); rect.on(Event.RIGHT_CLICK, this, mouseHandler); rect.on(Event.MOUSE_MOVE, this, mouseHandler); rect.on(Event.MOUSE_OVER, this, mouseHan...

来源: Laya_示例 发布时间: 20240930

2. 鼠标交互-鼠标交互 [ 99%]

...ouseHandler); rect.on(Event.CLICK, this, this.mouseHandler); rect.on(Event.RIGHT_MOUSE_DOWN, this, this.mouseHandler); rect.on(Event.RIGHT_MOUSE_UP, this, this.mouseHandler); rect.on(Event.RIGHT_CLICK, this, this.mouseHandler); rect.on(Event.MOUSE_MOVE, this, this.mouseHandler); rect.on(Event.MOUSE_...

来源: Laya2.0_示例 发布时间: 20240930

3. sprite点击事件 位置便宜 [ 85%]

...is, mouseHandler); rect.on(Event.CLICK, this, mouseHandler); rect.on(Event.RIGHT_MOUSE_DOWN, this, mouseHandler); rect.on(Event.RIGHT_MOUSE_UP, this, mouseHandler); rect.on(Event.RIGHT_CLICK, this, mouseHandler); rect.on(Event.MOUSE_MOVE, this, mouseHandler); rect.on(Event.MOUSE_OVER, this, mouseHan...

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

4. laya.events.Event_API3.0 [ 81%]

..._WHEEL OPEN PAUSED PLAYED PROGRESS READY REMOVED RENDER RESIZE RIGHT_CLICK RIGHT_MOUSE_DOWN RIGHT_MOUSE_UP ROLL_OUT ROLL_OVER SELECT START STOPPED TRANSFORM_CHANGED TRIGGER_ENTER TRIGGER_EXIT TRIGGER_STAY UNDISPLAY VISIBILITY_CHANGE WILL_RESIZE staticMask Accessors altKey charCode ctrlKey key keyCod...

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

5. 鼠标滚轮滚动事件 [ 80%]

...Event.MOUSE_UP // 左键抬起 Laya.Event.CLICK // 左键点击 Laya.Event.RIGHT_MOUSE_DOWN // 右键按下 Laya.Event.RIGHT_MOUSE_UP // 右键抬起 Laya.Event.RIGHT_CLICK // 右键单击 Laya.Event.MOUSE_MOVE // 鼠标移动 Laya.Event.MOUSE_OVER // 鼠标经过目标 Laya.Event.MOUSE_OUT // 鼠...

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

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

...D能对3D正确遮挡。3.3 新增 MOUSE_DRAG和MOUSE_DRAG_END3.4 删除了RIGHT_MOUSE_DOWN和RIGHT_MOUSE_UP3.5 事件汇总4、LayaAir3.0 组件系统修改5、Runtime的使用差异6、2D动画2.0引擎开发者使用3.0的差异汇总 Author:谷主 && Charley [!Note] 本篇文档仅适...

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

7. [0]Event.Mouse_Drag和Event.Mouse_Drag_End在不注册鼠标事件的情况下无法 [ 76%]

...OVE, Event.CLICK, Event.DOUBLE_CLICK,         Event.RIGHT_CLICK, Event.RIGHT_MOUSE_DOWN, Event.RIGHT_MOUSE_UP,         Event.MOUSE_OVER, Event.MOUSE_OUT, Event.MOUSE_WHEEL     ]);         static isMouseEvent(type) {             return MOUSE_EVENTS.has(type);         }脚本...

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

8. layaair2d的sprite的鼠标右键事件无效 [ 74%]

...接 提交 2 个回复 Laya_Yan 赞同来自: 右键事件类型用Event.RIGHT_MOUSE_DOWN 2022-05-17 0 0 分享 微博 QZONE 微信 Karson.DS@GameCreator 赞同来自: 不错 2022-05-19 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 1652...

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

9. 想做天空盒但是camera上没有sky这个属性 [ 64%]

...a.stage.screenMode = Stage.SCREEN_NONE; Stat.show(); //Laya.stage.on(Event.RIGHT_MOUSE_DOWN, this, Destruction); scene = Main.box3D.addChild(new Scene3D()) as Scene3D; camera = scene.addChild(new Camera(0, 0.1, 100)) as Camera; camera.transform.rotate(new Vector3(10, 0, 0), true, false); camera.addC...

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

10. laya.events.Event [ 64%]

...tclick[static] 定义 rightclick 事件对象的 type 属性值。Event  RIGHT_MOUSE_DOWN : String = rightmousedown[static] 定义 rightmousedown 事件对象的 type 属性值。Event  RIGHT_MOUSE_UP : String = rightmouseup[static] 定义 rightmouseup 事件对象的 type 属性值。Event  R...

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