Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Illation/ETEngine
/ Update
Method
Update
Engine/source/EtCore/Util/Time.cpp:22–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
last = begin;
21
}
22
void Time::Update()
23
{
24
auto end = Now();
25
m_DeltaTime = HRTCast<float>( Diff( last, end ) );
26
last = end;
27
}
28
29
float Time::GetTime() const
30
{
Callers
2
Tick
Method · 0.45
EndTick
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected