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.
私の最初の質問は、C++ かどうかです。
pTexture.getSize().x
C#に等しい(これを使用した結果ではないため):
pTexture.Size().X
2 番目の質問は、C++ コードに関するものです (SFML.net でこの行を記述する方法)。
pImage.move(0,-1)
もちろん、pImage はスプライトで、pTexture はテクスチャです。