MCPcopy 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

flushActionsMethod · 0.45
SaveSceneMethod · 0.45
SaveAllScenesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected