MCPcopy 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
671void GuiShapeEdPreview::unmountAll()
672{
673 for ( S32 i = 0; i < mMounts.size(); i++)
674 delete mMounts[i];
675 mMounts.clear();
676}
677
678void GuiShapeEdPreview::refreshShape()
679{

Callers 3

shapeEditor.ed.csFile · 0.80
shapeEditor.ed.csFile · 0.80
DefineEngineMethodFunction · 0.80

Calls 2

sizeMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected