![]() |
Peoplemon
0.1.0
Peoplemon 3 game source documentation
|
GUI renderer component for the map itself. More...
#include <EditMapComponent.hpp>
Public Member Functions | |
EditMapComponent () | |
Creates the component. More... | |
virtual | ~EditMapComponent ()=default |
Destroys the component. More... | |
bl::rc::RenderTarget * | getTarget () |
Returns the render target the map is being rendered to. More... | |
GUI renderer component for the map itself.
Definition at line 17 of file EditMapComponent.hpp.
editor::component::rdr::EditMapComponent::EditMapComponent | ( | ) |
Creates the component.
Definition at line 12 of file EditMapComponent.cpp.
|
virtualdefault |
Destroys the component.
|
inline |
Returns the render target the map is being rendered to.
Definition at line 32 of file EditMapComponent.hpp.