format
typescript
Time.frameCountclass: Time
description
The total number of frames since the game started.
This method is typically used to track the progress of the game or to perform frame-related logic and calculations in certain situations.
parameter
| param_name | type | description |
|---|
return
| type | description |
|---|---|
number | The total number of frames. |
