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