MCPcopy 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
1732void Level::UnloadAllScenesAsync()
1733{
1734 ScopeLock lock(_sceneActionsLocker);
1735 _sceneActions.Enqueue(New<UnloadScenesAction>());
1736}
1737
1738#if USE_EDITOR
1739

Callers 2

OpenSceneMethod · 0.80
CloseAllScenesMethod · 0.80

Calls 1

EnqueueMethod · 0.45

Tested by

no test coverage detected