MCPcopy Create free account
hub / github.com/MyGUI/mygui / unloadAll

Method unloadAll

MyGUIEngine/src/MyGUI_DynLibManager.cpp:77–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 }
76
77 void DynLibManager::unloadAll()
78 {
79 // unload and delete resources
80 for (const auto& it : mLibsMap)
81 {
82 mDelayDynLib.push_back(it.second);
83 }
84 // Empty the list
85 mLibsMap.clear();
86 }
87
88 void DynLibManager::notifyEventFrameStart(float _time)
89 {

Callers

nothing calls this directly

Calls 2

push_backMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected