Uses of Class
io.github.espressoengine.physics.RigidBody
Packages that use RigidBody
-
Uses of RigidBody in io.github.espressoengine.physics
Fields in io.github.espressoengine.physics with type parameters of type RigidBodyModifier and TypeFieldDescriptionPhysicsEngine.bodiesRigidBody.collidingBodiesRigidBody.oldCollidingBodiesMethods in io.github.espressoengine.physics with parameters of type RigidBodyModifier and TypeMethodDescriptionvoidAdds aRigidBodyto the list of total bodies.voidRigidBody.checkObjectCollisions(RigidBody body) Checks collisions with another object and updates its velocity accordingly.voidRigidBody.onBodyEntered(RigidBody body) Called when the body enters another body.voidRigidBody.onBodyExited(RigidBody body) Called when the body exits another body.voidRemoves aRigidBodyfrom the list of total bodies.