4#include "Etterna/Actor/Base/ActorFrame.h"
5#include "Etterna/Models/Misc/BackgroundUtil.h"
17 virtual void LoadFromSong(
const Song* pSong);
18 virtual void Unload();
20 void FadeToActualBrightness();
21 void SetBrightness(
float fBrightness);
30 void GetLoadedBackgroundChanges(
31 std::vector<BackgroundChange>** pBackgroundChangesOut);
A container for other Actors.
Definition ActorFrame.h:8
Definition Background.cpp:75
the Background that is behind the notes while playing.
Definition Background.h:11
bool EarlyAbortDraw() const override
Allow the Actor to be aborted early.
Definition Background.h:28
Holds all music metadata and steps for one song.
Definition Song.h:65