MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / pushPathEdit

Method pushPathEdit

Engine/source/Verve/VPath/VPathEditor.cpp:1319–1329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1317}
1318
1319void VPathEditor::pushPathEdit( void )
1320{
1321 // Clear Current Edit Dirty.
1322 mPathEdit.Dirty = false;
1323
1324 if ( mSelection.Path != NULL )
1325 {
1326 // Store Node Details.
1327 mPathEdit.Transform = mSelection.Path->getTransform();
1328 }
1329}
1330
1331void VPathEditor::popPathEdit( void )
1332{

Callers

nothing calls this directly

Calls 1

getTransformMethod · 0.45

Tested by

no test coverage detected