Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 j2me 中,在 android 中有一个名为settransform() sameway 的方法,我需要使用什么方法来获取精灵的镜像?
settransform()
我相信你正在寻找Sprite.setFlippedHorizontal(boolean pFlippedHorizontal)和Sprite.setFlippedVertical(boolean pFlippedVertical)
Sprite.setFlippedHorizontal(boolean pFlippedHorizontal)
Sprite.setFlippedVertical(boolean pFlippedVertical)