MCPcopy 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
2490void 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

installMethod · 0.80

Calls 2

clearEditableMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected