Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
501
void Engine::OnPause()
502
{
503
LOG(Info,
"App paused"
);
504
Pause();
505
506
RenderTargetPool::Flush(true);
507
}
508
509
void Engine::OnUnpause()
510
{
Callers
nothing calls this directly
Calls
1
Flush
Function · 0.50
Tested by
no test coverage detected