MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / preDrawUpdate

Method preDrawUpdate

source/MRViewer/MRStatePluginUpdate.cpp:65–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65void PluginUpdateOnChangeMeshPart::preDrawUpdate()
66{
67 if ( !dirty_ || !func_ )
68 return;
69 func_();
70 dirty_ = false;
71}
72
73void PluginUpdateOnChangeMeshPart::onPluginEnable_()
74{

Callers 1

drawItemDialog_Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected