bevy/crates/bevy_app/src
MichiRecRoom 2a66bf0909
Clarify that bevy_app::App.world() (and mut variant) returns the main SubApp's World (#16527)
# 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.
2024-11-27 16:09:09 +00:00
..
app.rs Clarify that bevy_app::App.world() (and mut variant) returns the main SubApp's World (#16527) 2024-11-27 16:09:09 +00:00
lib.rs Documentation for variadics (#15387) 2024-10-02 12:48:36 +00:00
main_schedule.rs AnimationEvent -> Event and other improvements (#16440) 2024-11-22 00:16:04 +00:00
panic_handler.rs Simpler lint fixes: makes ci lints work but disables a lint for now (#15376) 2024-09-24 11:42:59 +00:00
plugin.rs Documentation for variadics (#15387) 2024-10-02 12:48:36 +00:00
plugin_group.rs Fix bevy_picking plugin suffixes (#16082) 2024-10-25 20:11:51 +00:00
schedule_runner.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
sub_app.rs Improve SubApp documentation example (#16160) 2024-10-30 22:12:25 +00:00
terminal_ctrl_c_handler.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00