Search Results for

    Show / Hide Table of Contents

    Class SplashScreen

    Splash Screen popup

    Inheritance
    SplashScreen
    Assembly: FlaxEngine.dll
    File: Editor/Windows/SplashScreen.h
    Syntax
    public class SplashScreen

    Constructors

    ~SplashScreen()

    Finalizes an instance of the SplashScreen class.

    Declaration
    public ~SplashScreen()

    Methods

    Close()

    Closes popup.

    Declaration
    public void Close()

    GetTitle()

    Gets the title text.

    Declaration
    public String GetTitle() const
    Returns
    String

    Title text.

    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()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat