MapFpsRepository

class MapFpsRepository(aggregatedFpsSamplesCounter: Int) : FpsRepository

Constructors

Link copied to clipboard
constructor(aggregatedFpsSamplesCounter: Int)

Properties

Link copied to clipboard
open override val fps: MutableStateFlow<Int>

Functions

Link copied to clipboard
fun onFpsChanged(newFps: Int)