Module org.dyn4j

Package org.dyn4j.world.listener

Package contains the listeners used in the CollisionWorld and PhysicsWorld classes to notify a user of events occurring in the engine.

Generally, actions that modify the world that this event is generated from should be avoided. Best practice would be to queue up operations like removal of bodies, adding fixtures, etc. until the simulation step has completed.

Since:
4.0.0
Version:
4.0.0
Author:
William Bittle