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

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

Commands with 'static lifetimes.

Aliased Type§

struct SCommands { /* private fields */ }