Jazz2::Episode struct

Describes an episode.

Constructors, destructors, conversion operators

Episode() noexcept

Public variables

String Name
Internal name.
String DisplayName
Display name.
String FirstLevel
Name of the first level in the episode.
String PreviousEpisode
Name of the previous episode.
String NextEpisode
Name of the next episode.
std::uint16_t Position
Position in episode selection list.
std::unique_ptr<Texture> TitleImage
Texture for title image.
std::unique_ptr<Texture> BackgroundImage
Texture for background image.