Skip to content

format

typescript
Time.frameCount

class: 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_nametypedescription

return

typedescription
numberThe total number of frames.

code example