menu
bonfiremodify package
documentation
base/bonfire_game.dart
BonfireGame
visibleLighting method
visibleLighting method
dark_mode
light_mode
visibleLighting
method
@
override
Iterable
<
Lighting
>
visibleLighting
(
)
override
Used to get visible "Lighting".
Implementation
@override Iterable<Lighting> visibleLighting() => _visibleLights;
bonfiremodify package
documentation
base/bonfire_game
BonfireGame
visibleLighting method
BonfireGame class