Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Illation/ETEngine
/ Update
Method
Update
Engine/source/EtFramework/Physics/PhysicsWorld.cpp:49–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
void PhysicsWorld::Update()
50
{
51
if (!m_pWorld) return;
52
53
m_pWorld->stepSimulation(TIME->DeltaTime(), m_MaxSubsteps);
54
}
55
56
57
} // namespace fw
Callers
1
OnTick
Method · 0.45
Calls
1
DeltaTime
Method · 0.80
Tested by
no test coverage detected