MCPcopy 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}
34float Time::DeltaTime() const
35{
36 return m_DeltaTime;
37}
38float Time::FPS() const
39{
40 return (1.f / m_DeltaTime);

Callers 10

ProcessMethod · 0.80
ProcessMethod · 0.80
ProcessMethod · 0.80
ProcessMethod · 0.80
OnTickMethod · 0.80
ProcessMethod · 0.80
ProcessMethod · 0.80
UpdateMethod · 0.80
UpdateMethod · 0.80
UpdataDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected