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

Method clear

Engine/source/postFx/postEffectVis.cpp:171–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171void PostEffectVis::clear()
172{
173 GuiControl *content = _getContentControl();
174
175 content->clear();
176 mWindows.clear();
177}
178
179void PostEffectVis::onStartOfFrame()
180{

Callers 9

postEffectVis.cppFile · 0.45
onRemoveMethod · 0.45
processMethod · 0.45
clearShaderMacrosMethod · 0.45
resetCompilationMethod · 0.45
resetNodeMethod · 0.45
resetParseMethod · 0.45
resetParseMethod · 0.45
resetParseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected