TileMap构造函数中的unitScale

时间:2017-01-13 12:25:46

标签: libgdx tiled

这些tileMap构造函数如何实际工作,特别是对于unitacle?

OrthogonalTiledMapRenderer(TiledMap map, float unitScale) ;
OrthogonalTiledMapRenderer(TiledMap map, float unitScale, Batch batch); 
OrthogonalTiledMapRenderer(TiledMap map, Batch batch) ;

我创建了一个tileMap并获得了一个hardTime来管理它.Tilemap像素如何随摄像头和视口方面的变化而变化?

1 个答案:

答案 0 :(得分:0)

您可以了解tileMap构造函数实际使用unitcale

的方式

https://github.com/libgdx/libgdx/wiki/Tile-maps