![]() |
Peoplemon
0.1.0
Peoplemon 3 game source documentation
|
Subpage for selecting level transitions to place on the map. More...
#include <LevelTransitions.hpp>
Public Member Functions | |
LevelTransitions () | |
Construct a new Level Transitions GUI page. More... | |
bl::gui::Element::Ptr | getContent () |
Returns a packable GUI element to add this page to the GUI. More... | |
core::map::LevelTransition | getActive () const |
Returns the currently selected level transition type. More... | |
Subpage for selecting level transitions to place on the map.
Definition at line 17 of file LevelTransitions.hpp.
editor::page::LevelTransitions::LevelTransitions | ( | ) |
Construct a new Level Transitions GUI page.
Definition at line 24 of file LevelTransitions.cpp.
LevelTransition editor::page::LevelTransitions::getActive | ( | ) | const |
Returns the currently selected level transition type.
Definition at line 64 of file LevelTransitions.cpp.
Element::Ptr editor::page::LevelTransitions::getContent | ( | ) |
Returns a packable GUI element to add this page to the GUI.
Definition at line 62 of file LevelTransitions.cpp.