Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ addResourceLocation
Method
addResourceLocation
Common/Base/DirectX11/BaseManager.cpp:176–179 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
174
}
175
176
void BaseManager::addResourceLocation(const std::string& _name, bool _recursive)
177
{
178
mPlatform->getDataManagerPtr()->addResourceLocation(_name, _recursive);
179
}
180
181
}
Callers
nothing calls this directly
Calls
1
getDataManagerPtr
Method · 0.45
Tested by
no test coverage detected