Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/URLab-Sim/UnrealRoboticsLab
/ SetPaused
Method
SetPaused
Source/URLab/Private/MuJoCo/Core/AMjManager.cpp:529–533 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
527
}
528
529
void AAMjManager::SetPaused(bool bPaused)
530
{
531
if (PhysicsEngine)
532
PhysicsEngine->SetPaused(bPaused);
533
}
534
535
bool AAMjManager::IsRunning() const
536
{
Callers
5
StartReplay
Method · 0.45
HandleSetPaused
Method · 0.45
SetActiveStepMode
Method · 0.45
OnPlayPauseClicked
Method · 0.45
ProcessHotkeys
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected