Type Alias bevy::ecs::system::lifetimeless::SCommands

pub type SCommands = Commands<'static, 'static>;
Expand description

Commands with 'static lifetimes.

Aliased Typeยง

struct SCommands { /* private fields */ }