MCPcopy 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
49void 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

OnTickMethod · 0.45

Calls 1

DeltaTimeMethod · 0.80

Tested by

no test coverage detected