大约有 5 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0022 秒)
...; private rotation:Laya.Vector3; private lastPosition:Laya.Vector2; private distance:number = 0.0; private disVector1:Laya.Vector2; private disVector2:Laya.Vector2; private isTwoTouch:boolean; private first:boolean; private twoFirst:boo...
来源: Laya_社区 发布时间: 20190531
...; private rotation:Laya.Vector3; private lastPosition:Laya.Vector2; private distance:number = 0.0; private disVector1:Laya.Vector2; private disVector2:Laya.Vector2; private isTwoTouch:boolean; private first:boolean; private twoFirst:boo...
来源: Laya_社区 发布时间: 20190605
... this.camera = null; this.lastPosition = new Laya.Vector2(0, 0); this.distance = 0.0; this.disVector1 = new Laya.Vector2(0, 0); this.disVector2 = new Laya.Vector2(0, 0); this.isTwoTouch = false; ...
来源: Laya_社区 发布时间: 20190531
...w Laya.Vector3(0, 0, 0), new Laya.Vector3(0, 0, 0)); this.point = new Laya.Vector2(); this._outHitInfo = new Laya.RaycastHit(); this.phasorSpriter3D = new Laya.PhasorSpriter3D(); this.camera = this.addChild(new Laya.Camera(0, 0.1, 100)); this.camera.transform.translate(new Laya.Vector3(0, 1, 3)); //...
来源: Laya_社区 发布时间: 20170323
...w Laya.Vector3(0, 0, 0), new Laya.Vector3(0, 0, 0)); this.point = new Laya.Vector2(); this._outHitInfo = new Laya.RaycastHit(); // this.phasorSpriter3D = new Laya.PhasorSpriter3D(); } MousePickingScene.prototype.lateRender = function (state) { MousePickingScene.__super.prototype.lateRender.call(stat...
来源: Laya_社区 发布时间: 20170323