Add scene summary (#15679)

# Objective

-- Fixes #14361
This commit is contained in:
Willem 2024-10-06 21:03:56 +02:00 committed by GitHub
parent 70269ef758
commit 5a0bd23106
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.