parent
70269ef758
commit
5a0bd23106
@ -7,6 +7,8 @@ use bevy_ecs::{
|
|||||||
};
|
};
|
||||||
use bevy_reflect::{PartialReflect, TypePath};
|
use bevy_reflect::{PartialReflect, TypePath};
|
||||||
|
|
||||||
|
/// A composition of [`World`] objects.
|
||||||
|
///
|
||||||
/// To spawn a scene, you can use either:
|
/// To spawn a scene, you can use either:
|
||||||
/// * [`SceneSpawner::spawn`](crate::SceneSpawner::spawn)
|
/// * [`SceneSpawner::spawn`](crate::SceneSpawner::spawn)
|
||||||
/// * adding the [`SceneRoot`](crate::components::SceneRoot) component to an entity.
|
/// * adding the [`SceneRoot`](crate::components::SceneRoot) component to an entity.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user