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

installMethod · 0.80

Calls 2

clearEditableMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected