Class SplashScreen
Splash Screen popup
Inheritance
SplashScreen
Assembly: FlaxEngine.dll
File: Editor/Windows/SplashScreen.h
Syntax
public class SplashScreen
Constructors
~SplashScreen()
Methods
Close()
Closes popup.
Declaration
public void Close()
GetTitle()
IsVisible()
Determines whether this popup is visible.
Declaration
public bool IsVisible() const
Returns
bool
True if this popup is visible, otherwise false |
SetTitle(const String& title)
Sets the title text.
Declaration
public void SetTitle(const String& title)
Parameters
String
title
The title text. |
Show()
Shows popup.
Declaration
public void Show()