Trait bevy_console::Command
source · pub trait Command: NamedCommand + CommandFactory + FromArgMatches + Sized + Resource { }
Expand description
A super-trait for command like structures
pub trait Command: NamedCommand + CommandFactory + FromArgMatches + Sized + Resource { }
A super-trait for command like structures