menu
bonfire package
documentation
lighting/lighting_config.dart
LightingConfig
update method
update method
dark_mode
light_mode
update
method
void
update
(
double
dt
)
Implementation
void update(double dt) { if (withPulse) { _pulseAnimation?.update(dt); } }
bonfire package
documentation
lighting/lighting_config
LightingConfig
update method
LightingConfig class