Rachel
Toggle table of contents
3.6.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.compose.game.core
/
love.yinlin.compose.game.common
/
FPSCounter
FPSCounter
@
Stable
class
FPSCounter
(
duration
:
Int
=
1000
)
Members
Constructors
FPSCounter
Link copied to clipboard
constructor
(
duration
:
Int
=
1000
)
Functions
update
Link copied to clipboard
inline
fun
update
(
tick
:
Int
,
block
:
(
Int
)
->
Unit
)