public class DefaultPhysics
extends Physics
A default implementation of physics.
-
Field Summary
Fields inherited from class buildengine.engine.stage.scene.physics.Physics
scene
-
Constructor Summary
Constructors
-
Method Summary
void
Ticked at the end of every fixedUpdate();
loop.
Methods inherited from class buildengine.engine.stage.scene.physics.Physics
getScene
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DefaultPhysics
public DefaultPhysics(Scene scene)
-
Method Details
-
tick
public void tick()
Description copied from class: Physics
Ticked at the end of every fixedUpdate();
loop.
- Specified by:
tick
in class Physics
- See Also:
-