FrameRate

@Serializable
data class FrameRate(frameRate: Int?) : Update<FrameRate>

Properties

Link copied to clipboard
var frameRate: Int? = null