BowlerKernel
|
Public Member Functions | |
void | update (float timeStep) |
Definition at line 3 of file IPhysicsUpdate.java.
void com.neuronrobotics.bowlerstudio.physics.IPhysicsUpdate.update | ( | float | timeStep | ) |
An event listener for the event of the physics engine updating This event is stored in the CSG manager and called by the update function.
Referenced by com.neuronrobotics.bowlerstudio.physics.CSGPhysicsManager.update(), com.neuronrobotics.bowlerstudio.physics.VehicleCSGPhysicsManager.update(), and com.neuronrobotics.bowlerstudio.physics.WheelCSGPhysicsManager.update().