Expand description
Scene management re-exports.
The scene management implementation lives in crate::context_registry::scene.
This module re-exports those types for backward compatibility with
existing SDK consumers.
Structs§
- Scene
Manager - Manages multiple isolated ECS worlds (scenes).
Constants§
- DEFAULT_
SCENE_ NAME - Name assigned to the auto-created default scene.
Type Aliases§
- SceneId
- Unique identifier for a scene within a
SceneManager.