Peoplemon  0.1.0
Peoplemon 3 game source documentation
Public Member Functions | List of all members
editor::component::rdr::EditMapComponent Class Reference

GUI renderer component for the map itself. More...

#include <EditMapComponent.hpp>

+ Inheritance diagram for editor::component::rdr::EditMapComponent:

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...
 

Detailed Description

GUI renderer component for the map itself.

Definition at line 17 of file EditMapComponent.hpp.

Constructor & Destructor Documentation

◆ EditMapComponent()

editor::component::rdr::EditMapComponent::EditMapComponent ( )

Creates the component.

Definition at line 12 of file EditMapComponent.cpp.

◆ ~EditMapComponent()

virtual editor::component::rdr::EditMapComponent::~EditMapComponent ( )
virtualdefault

Destroys the component.

Member Function Documentation

◆ getTarget()

bl::rc::RenderTarget* editor::component::rdr::EditMapComponent::getTarget ( )
inline

Returns the render target the map is being rendered to.

Definition at line 32 of file EditMapComponent.hpp.


The documentation for this class was generated from the following files: