Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ UnloadAllScenesAsync
Method
UnloadAllScenesAsync
Source/Engine/Level/Level.cpp:1732–1736 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1730
}
1731
1732
void Level::UnloadAllScenesAsync()
1733
{
1734
ScopeLock lock(_sceneActionsLocker);
1735
_sceneActions.Enqueue(New<UnloadScenesAction>());
1736
}
1737
1738
#if USE_EDITOR
1739
Callers
2
OpenScene
Method · 0.80
CloseAllScenes
Method · 0.80
Calls
1
Enqueue
Method · 0.45
Tested by
no test coverage detected