pub trait MapCommandsExt {
// Required method
fn spawn_map(
&mut self,
asset_server: &AssetServer,
path: impl Into<String>,
) -> Entity;
}Expand description
Extension trait for spawning maps via commands
Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.