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

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

1. 2D物理-碰撞过滤器 [ 100%]

... private function mouseDown(e) { this.curTarget = e.target; // 方案一,使用 MouseJoint var mouseJoint: MouseJoint = this.curTarget.addComponent(MouseJoint); Laya.timer.callLater(mouseJoint, mouseJoint.onMouseDown); Laya.stage.on(Event.MOUSE_UP, this, this.destoryJoint); Laya.stage.on(Event.MOU...

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