Destructor Function.
Destroy our Specific World.
Release ThreadPool.
Destroy all Systems.
Shutdown Log Class.
Destroy our Specific World.
Release ThreadPool.
Destroy all Systems.
Shutdown Log Class.
Definition at line 48 of file Application.cpp.
49 {
51
56
61
70
75 }
#define SPICES_PROFILE_ZONE
static FrameInfo & Get()
Get FrameInfo.
std::shared_ptr< World > m_World
The shared pointer of specific world.
static void ShutDown()
Shutdown Log.
static SystemManager & Get()
Get Static SystemManager.
SystemManager & PopSystem(const std::string &systemName)
Push a system to this manager.
static std::shared_ptr< ThreadModel > Get()
Get ThreadModel single instance.
References Spices::FrameInfo::Get(), Spices::SystemManager::Get(), Spices::SystemManager::PopSystem(), and Spices::Log::ShutDown().