Skip to content

format

typescript
Time.fixedDeltaTime

class: Time

description

The time interval (in seconds) at which physics and other fixed frame rate updates are performed.

This value is constant and is not affected by the game time scale Time.timeScale. This ensures that the physics simulation remains consistent across different devices, unaffected by fluctuations in the game frame rate.

parameter

param_nametypedescription

return

typedescription
numberThe time interval.

code example