大约有 22 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0016 秒)
...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
... 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