-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Make the Commands::add docs more representative of actual use cases #4737
Copy link
Copy link
Closed
Labels
A-ECSEntities, components, systems, and eventsEntities, components, systems, and eventsC-DocsAn addition or correction to our documentationAn addition or correction to our documentationD-TrivialNice and easy! A great choice to get started with BevyNice and easy! A great choice to get started with Bevy
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-ECSEntities, components, systems, and eventsEntities, components, systems, and eventsC-DocsAn addition or correction to our documentationAn addition or correction to our documentationD-TrivialNice and easy! A great choice to get started with BevyNice and easy! A great choice to get started with Bevy