MCPcopy 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
729void GuiShapeEdPreview::unmountAll()
730{
731 for ( S32 i = 0; i < mMounts.size(); i++)
732 delete mMounts[i];
733 mMounts.clear();
734}
735
736void GuiShapeEdPreview::refreshShape()
737{

Callers 1

DefineEngineMethodFunction · 0.80

Calls 2

sizeMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected