Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ unmountAll
Method
unmountAll
Engine/source/gui/editor/guiShapeEdPreview.cpp:729–734 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
727
}
728
729
void GuiShapeEdPreview::unmountAll()
730
{
731
for ( S32 i = 0; i < mMounts.size(); i++)
732
delete mMounts[i];
733
mMounts.clear();
734
}
735
736
void GuiShapeEdPreview::refreshShape()
737
{
Callers
1
DefineEngineMethod
Function · 0.80
Calls
2
size
Method · 0.45
clear
Method · 0.45
Tested by
no test coverage detected