MCPcopy 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}
22void Time::Update()
23{
24 auto end = Now();
25 m_DeltaTime = HRTCast<float>( Diff( last, end ) );
26 last = end;
27}
28
29float Time::GetTime() const
30{

Callers 2

TickMethod · 0.45
EndTickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected