MCPcopy 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
39GuiImageList::GuiImageList()
40{
41 VECTOR_SET_ASSOCIATION(mTextures);
42 mTextures.clear();
43 mUniqueId = 0;
44}
45
46U32 GuiImageList::Insert( const char* texturePath, GFXTextureProfile *Type )
47{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected