Trait bevy_ecs::system::ObserverSystem
source · pub trait ObserverSystem<E: 'static, B: Bundle, Out = ()>: System<In = Trigger<'static, E, B>, Out = Out> + Send + 'static { }
Expand description
Implemented for systems that have an Observer
as the first argument.