Package com.csse3200.game.physics
Class PhysicsService
java.lang.Object
com.csse3200.game.physics.PhysicsService
Provides a global access point to the physics engine. This is necessary for physics-based
entities to add or remove themselves from the world, as well as update their position each frame.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
PhysicsService
public PhysicsService() -
PhysicsService
-
-
Method Details
-
getPhysics
-