Skip to main content

Module scene

Module scene 

Source
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§

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