MCPcopy 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
29float Time::GetTime() const
30{
31 auto end = Now();
32 return HRTCast<float>( Diff( begin, end ) );
33}
34float Time::DeltaTime() const
35{
36 return m_DeltaTime;

Callers 4

UpdateMethod · 0.80
StartFrameTimerMethod · 0.80
UpdataDataMethod · 0.80
DrawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected