大约有 1 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0007 秒)
....createMap(); Laya.stage.on(Laya.Event.MOUSE_DOWN, this, this.mouseDown);//注册鼠标事件 Laya.stage.on(Laya.Event.MOUSE_UP, this, this.mouseUp); } //创建地图 private createMap() { //创建地图对象 this.tiledMap = new TiledMap(); this.mX = this.mY = 0; //创建地图,适当的时候调...
来源: Laya_示例 发布时间: 20241118