Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
void PluginUpdateOnChangeMeshPart::preDrawUpdate()
66
{
67
if ( !dirty_ || !func_ )
68
return;
69
func_();
70
dirty_ = false;
71
}
72
73
void PluginUpdateOnChangeMeshPart::onPluginEnable_()
74
{
Callers
1
drawItemDialog_
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected