menu
bonfire package
documentation
base/bonfire_game_interface.dart
BonfireGameInterface
addHud abstract method
addHud abstract method
dark_mode
light_mode
addHud
abstract method
FutureOr
<
void
>
addHud
(
Component
component
)
Used to add hud component in the game.
Implementation
FutureOr<void> addHud(Component component);
bonfire package
documentation
base/bonfire_game_interface
BonfireGameInterface
addHud abstract method
BonfireGameInterface class