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):指向右侧的箭头...
但是我找不到旋转它的方法!我怎样才能?因为我希望它下降。