SimulationClock
class SimulationClock
A custom clock that drives the physics simulation. By default, the engine clock is used.
Constructors
Link copied to clipboard
constructor(fixedTimeStep: Float = 0.02f, maxTimeStep: Float = 0.33f, timeSpeed: Float = 1.0f)
Constructs a SimulationClock instance with another instance.