Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/URLab-Sim/UnrealRoboticsLab
/ GetSimTime
Method
GetSimTime
Source/URLab/Private/MuJoCo/Core/AMjManager.cpp:592–595 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
590
}
591
592
float AAMjManager::GetSimTime() const
593
{
594
return PhysicsEngine ? PhysicsEngine->GetSimTime() : 0.0f;
595
}
596
597
float AAMjManager::GetTimestep() const
598
{
Callers
1
NativeTick
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected