Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ unmountAll
Method
unmountAll
Engine/source/gui/editor/guiShapeEdPreview.cpp:671–676 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
669
}
670
671
void GuiShapeEdPreview::unmountAll()
672
{
673
for ( S32 i = 0; i < mMounts.size(); i++)
674
delete mMounts[i];
675
mMounts.clear();
676
}
677
678
void GuiShapeEdPreview::refreshShape()
679
{
Callers
3
shapeEditor.ed.cs
File · 0.80
shapeEditor.ed.cs
File · 0.80
DefineEngineMethod
Function · 0.80
Calls
2
size
Method · 0.45
clear
Method · 0.45
Tested by
no test coverage detected