mirror of
https://github.com/bevyengine/bevy
synced 2024-11-26 22:50:19 +00:00
update page
This commit is contained in:
parent
01dbccf807
commit
ab064d8cb8
1 changed files with 1 additions and 0 deletions
|
@ -312,6 +312,7 @@ Example | Description
|
|||
[Run Conditions](../examples/ecs/run_conditions.rs) | Run systems only when one or multiple conditions are met
|
||||
[Send and receive events](../examples/ecs/send_and_receive_events.rs) | Demonstrates how to send and receive events of the same type in a single system
|
||||
[Startup System](../examples/ecs/startup_system.rs) | Demonstrates a startup system (one that runs once when the app starts up)
|
||||
[State Scoped](../examples/ecs/state_scoped.rs) | Show how to use state scoped systems
|
||||
[System Closure](../examples/ecs/system_closure.rs) | Show how to use closures as systems, and how to configure `Local` variables by capturing external state
|
||||
[System Parameter](../examples/ecs/system_param.rs) | Illustrates creating custom system parameters with `SystemParam`
|
||||
[System Piping](../examples/ecs/system_piping.rs) | Pipe the output of one system into a second, allowing you to handle any errors gracefully
|
||||
|
|
Loading…
Reference in a new issue