mirror of
https://github.com/bevyengine/bevy
synced 2024-12-19 01:23:09 +00:00
2a66bf0909
# Objective The documentation for `bevy_app::App.world()` (and its mut variant) could confuse some into thinking that this is the only World that the App will contain. ## Solution Clarify the documentation for `bevy_app::App.world()` (and its mut variant), to say that it returns the main subapp's world. This helps imply that Apps can contain more than one world (albeit, only one per SubApp). ## Testing This is a documentation change, with no changes to doctests. Thus, testing is not necessary beyond ensuring the link syntax is correct. |
||
---|---|---|
.. | ||
app.rs | ||
lib.rs | ||
main_schedule.rs | ||
panic_handler.rs | ||
plugin.rs | ||
plugin_group.rs | ||
schedule_runner.rs | ||
sub_app.rs | ||
terminal_ctrl_c_handler.rs |