Expand description
This crate provides the observers macro. See its documentation for further info.
Re-exports§
pub use bevy_ecs;
Macros§
- observers
- A macro for setting
Observers on an entity from within aBundle. It is similar to thechildrenmacro, but for observers.