bevy/crates/bevy_remote/src
Viktor Gustavsson d0f755dbfd Expose BRP system scheduling and add system set (#16400)
# Objective
When adding custom BRP methods one might need to:
- Run custom systems in the `RemoteLast` schedule.
- Order those systems before/after request processing and cleanup.

For example in `bevy_remote_inspector` we need a way to perform some
preparation _before_ request processing. And to perform cleanup
_between_ request processing and watcher cleanup.

## Solution

- Make `RemoteLast` public
- Add `RemoteSet` with `ProcessRequests` and `Cleanup` variants.
2024-11-17 18:39:34 +01:00
..
builtin_methods.rs Watching versions of bevy/get and bevy/list with HTTP SSE (#15608) 2024-10-08 16:21:46 +00:00
http.rs Remove a dbg! statement left over from debugging (#15867) 2024-10-12 09:07:01 +00:00
lib.rs Expose BRP system scheduling and add system set (#16400) 2024-11-17 18:39:34 +01:00