FrameRate

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

Constructors

Link copied to clipboard
constructor(frameRate: Int? = null)

Properties

Link copied to clipboard