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 */ }