create

abstract fun create(hudConfig: HudConfig, coroutineScope: CoroutineScope): BaseHUD

Builds a BaseHUD based on some HudConfig.

Return

The BaseHUD to display.

Parameters

hudConfig

The HudConfig used for configuring the HUD style.

coroutineScope

The CoroutineScope managing the HUD lifecycle.