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

Method clear

Engine/source/postFx/postEffectVis.cpp:169–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

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