I have an object with a given size (width, height).
I add this to physics using addBody.
After resizing this object, how should I update the body? I didn’t find any method removeBody or updateBody.
Should I remove the whole object and recreate it with the new size and then re-add it to physics?
Is this the best practice? This seems to be very time consuming. [import]uid: 28830 topic_id: 6505 reply_id: 306505[/import]