Trait bevy::prelude::SpawnSceneAsChildCommands[]

pub trait SpawnSceneAsChildCommands {
    pub fn spawn_scene(&mut self, scene: Handle<Scene>) -> &mut Self;
}

Required methods

pub fn spawn_scene(&mut self, scene: Handle<Scene>) -> &mut Self

Loading content...

Implementors

impl<'a, 'b> SpawnSceneAsChildCommands for ChildBuilder<'a, 'b>

Loading content...