bevy_ecs::schedule

Type Alias SystemConfig

Source
pub type SystemConfig = NodeConfig<BoxedSystem>;
Expand description

Stores configuration for a single system.

Aliased Typeยง

struct SystemConfig { /* private fields */ }