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

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

21. Laya多点触控是有开关吗 为什么多点触控没有任何反应 [ 35%]

...s.text); } } //激活启动类 new Main(); class MonkeyScript extends Laya.Script3D{     constructor(){         super();         this.scene = null;         this.text = null;         this.camera = null;         this.lastPosition = new Laya.Vector2(0, 0);  ...

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

22. 使用3D精灵 · LayaAir3.3 · 引擎文档 · LAYABOX [ 27%]

... property } = Laya; @regClass() export class CameraMoveScript extends Laya.Script3D { /** @private */ protected _tempVector3: Laya.Vector3 = new Laya.Vector3(); protected lastMouseX: number = 0; protected lastMouseY: number = 0; protected yawPitchRoll: Laya.Vector3 = new Laya.Vector3(); protected re...

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