MCPcopy Create free account
hub / github.com/Illation/ETEngine / Start

Method Start

Engine/source/EtCore/Util/Time.cpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15{}
16
17void Time::Start()
18{
19 begin = Now();
20 last = begin;
21}
22void Time::Update()
23{
24 auto end = Now();

Callers 1

LoadSceneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected