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.
我知道如何旋转图片,但我想翻转它,例如,如果有人向左看,我不想加载另一张图片让他向右看?
帮助电晕!
谢谢
您可以使用缩放来翻转对象
object.xScale = -1 to flip right,left or object.yScale = -1 to flip up,down