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

Method inspectPostApply

Engine/source/scene/simPath.cpp:488–493  ·  view source on GitHub ↗

Tell our parent that this Path has been modified

Source from the content-addressed store, hash-verified

486
487/// Tell our parent that this Path has been modified
488void Marker::inspectPostApply()
489{
490 SimPath::Path *path = dynamic_cast<SimPath::Path*>(getGroup());
491 if (path)
492 path->updatePath();
493}
494
495
496//--------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

updatePathMethod · 0.45

Tested by

no test coverage detected