box2d.ts
box2d.ts copied to clipboard
Why there is no goodbyeBody callback in b2DestructionListener?
This would be very handy to track how many entities of each type still exist in the world
It's this way only because I tried to match the C++ API. This might be something to add to a wrapper library that had some kind of event system.
Thanks, @flyover, glad that you are back!