I have a condition in which i have to continuously move box2d body.
I can guess two ways to move box2d body.
- first, what can i do in transformed box2d body to new position
- Second way is, I delete the previous body and recreate new one at new position.
Now, I want to know, which is the best way to do this? And also eager to here other way if possible.