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

Method IsRunning

Source/URLab/Private/MuJoCo/Core/AMjManager.cpp:535–538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533}
534
535bool AAMjManager::IsRunning() const
536{
537 return PhysicsEngine ? PhysicsEngine->IsRunning() : false;
538}
539
540bool AAMjManager::IsInitialized() const
541{

Callers 1

BeginPlayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected