Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ finalizeEditable
Method
finalizeEditable
Engine/source/ts/tsShape.cpp:2490–2499 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2488
}
2489
2490
void TSShape::finalizeEditable()
2491
{
2492
for (U32 i = 0; i < meshes.size(); i++)
2493
{
2494
if (meshes[i])
2495
{
2496
meshes[i]->clearEditable();
2497
}
2498
}
2499
}
Callers
1
install
Method · 0.80
Calls
2
clearEditable
Method · 0.80
size
Method · 0.45
Tested by
no test coverage detected