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.
Andengine に box2d ボディがあります。このボディを (0,0) から (100,100) に一度に (一定の速度で) 動かしたいのですが、どうすれば可能ですか? 私はこのコードを試しました: this.body.setLinearVelocity(new Vector2(1, 0)); しかしノンストップで動いています。