File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ impl DerefMut for SceneInstance {
33
33
34
34
/// A component bundle for a [`Scene`] root.
35
35
///
36
- /// Once the scene is spawned, the entity will have a [`SceneInstance`] component.
36
+ /// The scene from `scene` will be spawn as a child of the entity with this component.
37
+ /// Once it's spawned, the entity will have a [`SceneInstance`] component.
37
38
#[ derive( Default , Bundle ) ]
38
39
pub struct SceneBundle {
39
40
/// Handle to the scene to spawn
@@ -64,7 +65,8 @@ pub fn scene_spawner(
64
65
65
66
/// A component bundle for a [`DynamicScene`] root.
66
67
///
67
- /// Once the dynamic scene is spawned, the entity will have a [`SceneInstance`] component.
68
+ /// The dynamic scene from `scene` will be spawn as a child of the entity with this component.
69
+ /// Once it's spawned, the entity will have a [`SceneInstance`] component.
68
70
#[ derive( Default , Bundle ) ]
69
71
pub struct DynamicSceneBundle {
70
72
/// Handle to the scene to spawn
You can’t perform that action at this time.
0 commit comments