BowlerKernel
Public Member Functions | List of all members
com.neuronrobotics.bowlerstudio.physics.IPhysicsUpdate Interface Reference

Public Member Functions

void update (float timeStep)
 

Detailed Description

Definition at line 3 of file IPhysicsUpdate.java.

Member Function Documentation

◆ update()

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().


The documentation for this interface was generated from the following file: