![]() |
GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
|
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. | |
| LoadingScreen & | ShowGDevelopLogoDuringLoadingScreen (bool show) |
| Set if the GDevelop logo should be shown while loading assets. | |
| const gd::String & | GetGDevelopLogoStyle () const |
| LoadingScreen & | SetGDevelopLogoStyle (const gd::String &value) |
| const gd::String & | GetBackgroundImageResourceName () const |
| gd::String & | GetBackgroundImageResourceName () |
| LoadingScreen & | SetBackgroundImageResourceName (const gd::String &value) |
| int | GetBackgroundColor () const |
| LoadingScreen & | SetBackgroundColor (int value) |
| double | GetBackgroundFadeInDuration () const |
| LoadingScreen & | SetBackgroundFadeInDuration (double value) |
| double | GetMinDuration () const |
| LoadingScreen & | SetMinDuration (double value) |
| double | GetLogoAndProgressFadeInDuration () const |
| LoadingScreen & | SetLogoAndProgressFadeInDuration (double value) |
| double | GetLogoAndProgressLogoFadeInDelay () const |
| LoadingScreen & | SetLogoAndProgressLogoFadeInDelay (double value) |
| bool | GetShowProgressBar () const |
| LoadingScreen & | SetShowProgressBar (bool value) |
| double | GetProgressBarMinWidth () const |
| LoadingScreen & | SetProgressBarMinWidth (double value) |
| double | GetProgressBarMaxWidth () const |
| LoadingScreen & | SetProgressBarMaxWidth (double value) |
| double | GetProgressBarWidthPercent () const |
| LoadingScreen & | SetProgressBarWidthPercent (double value) |
| double | GetProgressBarHeight () const |
| LoadingScreen & | SetProgressBarHeight (double value) |
| int | GetProgressBarColor () const |
| LoadingScreen & | SetProgressBarColor (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. | |
Describe the content and set up of the loading screen.