menu
bonfire package
documentation
base/bonfire_game_interface.dart
BonfireGameInterface
startScene abstract method
startScene abstract method
dark_mode
light_mode
startScene
abstract method
void
startScene
(
List
<
SceneAction
>
actions
, {
void
onComplete
()?,
})
Implementation
void startScene(List<SceneAction> actions, {void Function()? onComplete});
bonfire package
documentation
base/bonfire_game_interface
BonfireGameInterface
startScene abstract method
BonfireGameInterface class