StepEvent

constructor(deltaSeconds: Float, subSteps: Int, stepIndex: Long)

Parameters

deltaSeconds

Simulated time advanced by this step, in seconds.

subSteps

Number of internal sub-steps performed to reach this advance (engine-defined; commonly used when accumulating variable frame times into fixed timesteps).

stepIndex

Monotonically increasing step counter.