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

Method UnloadSceneAsync

Source/Engine/Level/Level.cpp:1719–1724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1717}
1718
1719void Level::UnloadSceneAsync(Scene* scene)
1720{
1721 CHECK(scene);
1722 ScopeLock lock(_sceneActionsLocker);
1723 _sceneActions.Enqueue(New<UnloadSceneAction>(scene));
1724}
1725
1726bool Level::UnloadAllScenes()
1727{

Callers 3

OnEnterMethod · 0.80
CloseSceneMethod · 0.80
CloseAllScenesExceptMethod · 0.80

Calls 1

EnqueueMethod · 0.45

Tested by

no test coverage detected