Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ finalizeEditable
Method
finalizeEditable
Engine/source/ts/tsShape.cpp:2436–2445 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2434
}
2435
2436
void TSShape::finalizeEditable()
2437
{
2438
for (U32 i = 0; i < meshes.size(); i++)
2439
{
2440
if (meshes[i])
2441
{
2442
meshes[i]->clearEditable();
2443
}
2444
}
2445
}
Callers
1
install
Method · 0.80
Calls
2
clearEditable
Method · 0.80
size
Method · 0.45
Tested by
no test coverage detected