大约有 3 项符合查询结果, 库内数据总量为 30,935 项。 (搜索耗时: 0.0026 秒)
... //TODO: var p:Point = value.localToGlobal(Point.TEMP.setTo(0, 0)); world.ShiftOrigin({x: p.x / PIXEL_RATIO, y: p.y / PIXEL_RATIO}); } } 2018-11-23 0 2 分享 微博 QZO...
来源: Laya_社区 发布时间: 20181122
... function getScreenPositionByTilePos(tileX:Number, tileY:Number, screenPos:Point = null):void { if (screenPos) { switch (_map.orientation) { case TiledMap.ORIENTATION_ISOMETRIC: screenPo...
来源: Laya_社区 发布时间: 20161109
... this._dataDic = null; this._tempMapPos = new Laya.Point(); this.layerName = null; } init (layerData, map) { this._map = map; this._mapData = layerData.data; var tHeight = layerDat...
来源: Laya_社区 发布时间: 20220627