Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Do
Method
Do
Source/Engine/Level/Level.cpp:116–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
};
115
116
virtual SceneResult Do(Context& context)
117
{
118
return SceneResult::Failed;
119
}
120
};
121
122
#if USE_EDITOR
Callers
3
flushActions
Method · 0.45
SaveScene
Method · 0.45
SaveAllScenes
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected