pub trait SpawnOnce:
'static
+ Send
+ Sync {
type Output: Bundle;
// Required method
fn spawn_once(self, world: &World, entity: Entity) -> Self::Output;
}👎Deprecated since 0.2.4: see documentation at https://github.com/Zeenobit/moonshine_spawn for details
Expand description
Required Associated Types§
type Output: Bundle
👎Deprecated since 0.2.4: see documentation at https://github.com/Zeenobit/moonshine_spawn for details
Required Methods§
fn spawn_once(self, world: &World, entity: Entity) -> Self::Output
👎Deprecated since 0.2.4: see documentation at https://github.com/Zeenobit/moonshine_spawn for details