MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / OnPause

Method OnPause

Source/Engine/Engine/Engine.cpp:501–507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

499}
500
501void Engine::OnPause()
502{
503 LOG(Info, "App paused");
504 Pause();
505
506 RenderTargetPool::Flush(true);
507}
508
509void Engine::OnUnpause()
510{

Callers

nothing calls this directly

Calls 1

FlushFunction · 0.50

Tested by

no test coverage detected