MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / clearGraph

Method clearGraph

Engine/source/gui/editor/guiParticleGraphCtrl.cpp:937–941  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

935}
936
937void GuiParticleGraphCtrl::clearGraph(S32 plotID)
938{
939 mPlots[plotID].mGraphData.clear();
940 mPlots[plotID].mNutList.clear();
941}
942
943bool GuiParticleGraphCtrl::renderGraphTooltip(Point2I cursorPos, StringTableEntry tooltip)
944{

Callers 1

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected