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.
SmoothCamera を使用してカメラを動かしていますが、永久に動かすにはどうすればよいですか?
camera.setCenter() を使用する場合、X と Y を設定する必要があります。
「onSceneTouchEvent」で、カメラの動きを動かしたり、止めたりするにはどうすればよいですか?
を呼び出すことができますcamera.setCenterDirect(x, y)。それはあなたが探しているものですか?
camera.setCenterDirect(x, y)