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

Method SaveAllScenesAsync

Source/Engine/Level/Level.cpp:1626–1631  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1624}
1625
1626void Level::SaveAllScenesAsync()
1627{
1628 ScopeLock lock(_sceneActionsLocker);
1629 for (int32 i = 0; i < Scenes.Count(); i++)
1630 _sceneActions.Enqueue(New<SaveSceneAction>(Scenes[i]));
1631}
1632
1633bool Level::LoadScene(const Guid& id)
1634{

Callers 1

SaveScenesMethod · 0.80

Calls 2

CountMethod · 0.45
EnqueueMethod · 0.45

Tested by

no test coverage detected