Trait bevy_kot::prelude::ReactEventAppExt
source · pub trait ReactEventAppExt {
// Required method
fn add_react_event<E>(&mut self) -> &mut Self
where E: Send + Sync + 'static;
}
Expand description
Extends the App
API with reactive event methods.
Required Methods§
fn add_react_event<E>(&mut self) -> &mut Self
Object Safety§
This trait is not object safe.