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