Skip to content

Commit

Permalink
Add scene summary (#15679)
Browse files Browse the repository at this point in the history
# Objective

-- Fixes #14361
  • Loading branch information
wduminy authored Oct 6, 2024
1 parent 70269ef commit 5a0bd23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/bevy_scene/src/scene.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ use bevy_ecs::{
};
use bevy_reflect::{PartialReflect, TypePath};

/// A composition of [`World`] objects.
///
/// To spawn a scene, you can use either:
/// * [`SceneSpawner::spawn`](crate::SceneSpawner::spawn)
/// * adding the [`SceneRoot`](crate::components::SceneRoot) component to an entity.
Expand Down

0 comments on commit 5a0bd23

Please sign in to comment.