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.
Anchor Center ブランチを使用していますが、私のゲームに関連する問題のほとんどがこの理由によるものであることがわかりました。(0, 0) を中央として使用するのではなく、スプライトの左下を使用してスプライトを設定する方法はありますか?
ありがとう!
見つけた!
.setAnchorCenter(0, 0);
GLES2 から GLES2 Anchor Center への主な変更点が Y が反転された座標系である場合、なぜそうするのですか?