SceneController
#include <scenecontroller.h>
Inherits from Serenity::Entity
Inherited by DriverAssistController, OsmController, ShowroomController, StaticSceneController
Public Functions
Protected Attributes
Public Functions Documentation
function SceneController
 | explicit SceneController(
    Serenity::LayerManager * layerManager
)
  | 
 
function ~SceneController
 | ~SceneController() override
  | 
 
function deleteLater
function cleanup
 | virtual void cleanup() =0
  | 
 
Reimplemented by: DriverAssistController::cleanup, OsmController::cleanup, ShowroomController::cleanup, StaticSceneController::cleanup
Protected Attributes Documentation
variable m_assetCollections
 | Kuesa::Serenity::AssetCollections m_assetCollections {};
  | 
 
variable m_layerManager
 | Serenity::LayerManager * m_layerManager = nullptr;
  | 
 
Updated on 2023-07-03 at 11:02:07 +0000