MCPcopy 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
529void AAMjManager::SetPaused(bool bPaused)
530{
531 if (PhysicsEngine)
532 PhysicsEngine->SetPaused(bPaused);
533}
534
535bool AAMjManager::IsRunning() const
536{

Callers 5

StartReplayMethod · 0.45
HandleSetPausedMethod · 0.45
SetActiveStepModeMethod · 0.45
OnPlayPauseClickedMethod · 0.45
ProcessHotkeysMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected