protected TextureAtlas atlas = Assets.manager.get(Constants.ATLAS_PATH, TextureAtlas.class);
AtlasRegion region = interfaceAtlas.findRegion("arrow");我加载了这样一个图像(http://marinedealerconference.com/wp-content/uploads/2015/07/right.png):一个指向右边的箭头.
但我找不到旋转它的方法!我怎么能做到呢?因为我想让它倒下。
发布于 2015-09-30 16:24:50
https://stackoverflow.com/questions/32870559
复制相似问题