.. _api_Scene: Scene ===== Inherited: None .. _api_Scene_description: Description ----------- The Scene class serves as a container for actors and entities within the application, providing methods to interact with the world and manage the associated resource. .. _api_Scene_public: Public Methods -------------- +----------------------------+----------------------------------------+ | :ref:`World` * | :ref:`world` () const | +----------------------------+----------------------------------------+ .. _api_Scene_static: Static Methods -------------- None .. _api_Scene_methods: Methods Description ------------------- .. _api_Scene_world: :ref:`World` * **Scene::world** () const Returns the World to which the scene belongs.