Type Alias bevy_ecs::schedule::SystemConfig
source · pub type SystemConfig = NodeConfig<BoxedSystem>;
Expand description
Stores configuration for a single system.
Aliased Type§
struct SystemConfig { /* private fields */ }
pub type SystemConfig = NodeConfig<BoxedSystem>;
Stores configuration for a single system.
struct SystemConfig { /* private fields */ }