format
typescript
Time.frameTimeclass: Time
description
The total time elapsed since the start of the game.
This is typically used for executing time-related logic, timing operations, or performing periodic tasks. It is affected by the game time scale, Time.getScale.
parameter
| param_name | type | description |
|---|
return
| type | description |
|---|---|
number | The total time elapsed |
