Package com.csse3200.game.physics
package com.csse3200.game.physics
-
ClassesClassDescriptionPOJO which contains the custom data attached to each box2D entity.Combined contact listener that handles both general collision events (for tooltips, collectables, etc.) and specific object collision logic.Box2D collision events fire globally on the physics world, not per-object.Process game physics using the Box2D library.Provides a global access point to the physics engine.