Type Alias bevy::ecs::schedule::SystemConfig

pub type SystemConfig = NodeConfig<Box<dyn System<Out = (), In = ()>>>;
Expand description

Stores configuration for a single system.

Aliased Typeยง

struct SystemConfig { /* private fields */ }