Trait bevy_kot::prelude::BasicCallableSystem
source · pub trait BasicCallableSystem: SystemParam {
// Required method
fn system(world: &mut World, state: &mut SystemState<Self>, id: CallId);
}
Expand description
Implemented types can be called like normal functions.
- accepts no function arguments
Required Methods§
Object Safety§
This trait is not object safe.