Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Illation/ETEngine
/ GetTime
Method
GetTime
Engine/source/EtCore/Util/Time.cpp:29–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
float Time::GetTime() const
30
{
31
auto end = Now();
32
return HRTCast<float>( Diff( begin, end ) );
33
}
34
float Time::DeltaTime() const
35
{
36
return m_DeltaTime;
Callers
4
Update
Method · 0.80
StartFrameTimer
Method · 0.80
UpdataData
Method · 0.80
Draw
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected