Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Illation/ETEngine
/ DeltaTime
Method
DeltaTime
Engine/source/EtCore/Util/Time.cpp:34–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
return HRTCast<float>( Diff( begin, end ) );
33
}
34
float Time::DeltaTime() const
35
{
36
return m_DeltaTime;
37
}
38
float Time::FPS() const
39
{
40
return (1.f / m_DeltaTime);
Callers
10
Process
Method · 0.80
Process
Method · 0.80
Process
Method · 0.80
Process
Method · 0.80
OnTick
Method · 0.80
Process
Method · 0.80
Process
Method · 0.80
Update
Method · 0.80
Update
Method · 0.80
UpdataData
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected