format
typescript
Time.fixedDeltaTimeclass: 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_name | type | description |
|---|
return
| type | description |
|---|---|
number | The time interval. |
