GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
Public Member Functions | List of all members

Describe the content and set up of the loading screen. More...

#include <LoadingScreen.h>

Public Member Functions

bool IsGDevelopLogoShownDuringLoadingScreen () const
 Return true if the GDevelop logo should be shown while loading assets.
 
LoadingScreenShowGDevelopLogoDuringLoadingScreen (bool show)
 Set if the GDevelop logo should be shown while loading assets.
 
const gd::StringGetGDevelopLogoStyle () const
 
LoadingScreenSetGDevelopLogoStyle (const gd::String &value)
 
const gd::StringGetBackgroundImageResourceName () const
 
gd::StringGetBackgroundImageResourceName ()
 
LoadingScreenSetBackgroundImageResourceName (const gd::String &value)
 
int GetBackgroundColor () const
 
LoadingScreenSetBackgroundColor (int value)
 
double GetBackgroundFadeInDuration () const
 
LoadingScreenSetBackgroundFadeInDuration (double value)
 
double GetMinDuration () const
 
LoadingScreenSetMinDuration (double value)
 
double GetLogoAndProgressFadeInDuration () const
 
LoadingScreenSetLogoAndProgressFadeInDuration (double value)
 
double GetLogoAndProgressLogoFadeInDelay () const
 
LoadingScreenSetLogoAndProgressLogoFadeInDelay (double value)
 
bool GetShowProgressBar () const
 
LoadingScreenSetShowProgressBar (bool value)
 
double GetProgressBarMinWidth () const
 
LoadingScreenSetProgressBarMinWidth (double value)
 
double GetProgressBarMaxWidth () const
 
LoadingScreenSetProgressBarMaxWidth (double value)
 
double GetProgressBarWidthPercent () const
 
LoadingScreenSetProgressBarWidthPercent (double value)
 
double GetProgressBarHeight () const
 
LoadingScreenSetProgressBarHeight (double value)
 
int GetProgressBarColor () const
 
LoadingScreenSetProgressBarColor (int value)
 
Saving and loading
void SerializeTo (SerializerElement &element) const
 Serialize the loading screen setup.
 
void UnserializeFrom (const SerializerElement &element)
 Unserialize the loading screen setup.
 

Detailed Description

Describe the content and set up of the loading screen.

See also
gd::LoadingScreen

The documentation for this class was generated from the following files: