How can Bevy's documentation be improved?
The current docs show a contrived example: in real use cases this would be commands.insert_bundle.
Replace this example with two examples:
- A custom command.
- Using a closure that operates on &mut World to perform a simple task.
How can Bevy's documentation be improved?
The current docs show a contrived example: in real use cases this would be
commands.insert_bundle.Replace this example with two examples: