HudConfig

data class HudConfig(val style: HUDStyle = HUDStyle.SYSTEM, val title: String? = null)

Constructors

Link copied to clipboard
constructor(style: HUDStyle = HUDStyle.SYSTEM, title: String? = null)

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard

Style of the HUD

Link copied to clipboard
val title: String? = null

Optional title of the HUD