Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ attachResourceManager
Method
attachResourceManager
src/Core/Engine/ResourceManager.cpp:104–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
}
103
104
void ResourceManagedObject::attachResourceManager(ResourceManager& resources)
105
{
106
m_resources = &resources;
107
}
108
} // namespace obe::Graphics
Callers
1
initScene
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected