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

Method Close

Source/Editor/Windows/SplashScreen.cpp:228–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228void SplashScreen::Close()
229{
230 if (!IsVisible())
231 return;
232
233 LOG(Info, "Closing splash screen");
234
235 // Close window
236 _window->Close(ClosingReason::CloseEvent);
237 _window = nullptr;
238
239 _titleFont = nullptr;
240 _subtitleFont = nullptr;
241 _splashTexture = nullptr;
242}
243
244void SplashScreen::OnShown()
245{

Callers 15

OnScriptsReloadBeginMethod · 0.45
NewProjectMethod · 0.45
OpenProjectMethod · 0.45
VisjectCMMethod · 0.45
AddGroupMethod · 0.45
AddGroupsMethod · 0.45
CloseAllEditorsMethod · 0.45
LoadLayoutMethod · 0.45
MainWindow_OnClosingMethod · 0.45
OnExitMethod · 0.45
InitMainMenuMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected