menu
fledge_ecs package
documentation
fledge_ecs.dart
CustomCommand
execute method
execute method
dark_mode
light_mode
execute
method
@
override
void
execute
(
World
world
)
override
Executes this command on the world.
Implementation
@override void execute(World world) { action(world); }
fledge_ecs package
documentation
fledge_ecs
CustomCommand
execute method
CustomCommand class