Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BatchDrake/SigDigger
/ beginReparenting
Method
beginReparenting
Default/GenericInspector/InspectorUI.cpp:100–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
void
101
InspectorUI::beginReparenting(void)
102
{
103
if (this->glWf != nullptr) {
104
delete this->glWf;
105
this->glWf = nullptr;
106
}
107
}
108
109
void
110
InspectorUI::doneReparenting(void)
Callers
1
floatStart
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected