Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ AddGroupImage
Method
AddGroupImage
MyGUIEngine/src/MyGUI_ResourceImageSet.cpp:191–194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
189
}
190
191
void ResourceImageSet::AddGroupImage(const GroupImage& _group)
192
{
193
mGroups.push_back(_group);
194
}
195
196
} // namespace MyGUI
Callers
1
createScene
Method · 0.80
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected