MCPcopy Create free account
hub / github.com/URLab-Sim/UnrealRoboticsLab / StopDrag

Method StopDrag

Source/URLab/Private/MuJoCo/Input/MjPerturbation.cpp:429–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427}
428
429void UMjPerturbation::StopDrag()
430{
431 if (!Manager || !Manager->PhysicsEngine)
432 return;
433 FScopeLock Lock(&Manager->PhysicsEngine->CallbackMutex);
434 Perturb.active = 0;
435}
436
437void UMjPerturbation::DrawDebugSpring() const
438{

Callers 1

ProcessPerturbationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected