Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ GuiImageList
Method
GuiImageList
Engine/source/gui/editor/guiImageList.cpp:39–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
"@internal"
);
38
39
GuiImageList::GuiImageList()
40
{
41
VECTOR_SET_ASSOCIATION(mTextures);
42
mTextures.clear();
43
mUniqueId = 0;
44
}
45
46
U32 GuiImageList::Insert( const char* texturePath, GFXTextureProfile *Type )
47
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected