Crate bevy_bundled_observers

Source
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 a Bundle. It is similar to the children macro, but for observers.

Structs§

Observers
A component that sets observers on an entity when inserted. This is the underlying mechanism for the observers macro.