mirror of
https://github.com/bevyengine/bevy
synced 2024-12-23 11:33:06 +00:00
bb9706c96f
# Objective Improve documentation, information users of the limitations in bevy's idiomatic patterns, and suggesting alternatives for when those limitations are encountered. ## Solution * Add documentation to `Commands` informing the user of the option of writing one-shot commands with closures. * Add documentation to `EventWriter` regarding the limitations of event types, and suggesting alternatives using commands. |
||
---|---|---|
.. | ||
commands | ||
exclusive_system.rs | ||
function_system.rs | ||
mod.rs | ||
query.rs | ||
system.rs | ||
system_chaining.rs | ||
system_param.rs |