Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ initScene
Method
initScene
src/Core/Engine/Engine.cpp:121–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
}
120
121
void Engine::initScene()
122
{
123
m_scene = std::make_unique<Scene::Scene>(*m_triggers, *m_lua);
124
m_scene->attachResourceManager(*m_resources);
125
}
126
127
void Engine::initLogger() const
128
{
Callers
1
init
Method · 0.95
Calls
1
attachResourceManager
Method · 0.45
Tested by
no test coverage detected