|
Zappy GUI
C++ graphic client: renderer, camera, network
|
#include <SelectionFinder.hpp>
Collaboration diagram for SelectionFinder::Selection:Public Attributes | |
| EntityType | type = EntityType::None |
| int | id = -1 |
| int | tileX = -1 |
| int | tileY = -1 |
Definition at line 18 of file SelectionFinder.hpp.
| int SelectionFinder::Selection::id = -1 |
Definition at line 20 of file SelectionFinder.hpp.
Referenced by RaylibRenderer::_drawSelectionHighlight(), EntityTooltipWidget::_isPlayerCase(), EntityTooltipWidget::_rebuild(), SelectionFinder::findFromRay(), EntityTooltipWidget::handleInput(), and operator<<().
| int SelectionFinder::Selection::tileX = -1 |
Definition at line 21 of file SelectionFinder.hpp.
Referenced by RaylibRenderer::_drawSelectionHighlight(), EntityTooltipWidget::_rebuild(), SelectionFinder::findFromRay(), and operator<<().
| int SelectionFinder::Selection::tileY = -1 |
Definition at line 22 of file SelectionFinder.hpp.
Referenced by RaylibRenderer::_drawSelectionHighlight(), EntityTooltipWidget::_rebuild(), SelectionFinder::findFromRay(), and operator<<().
| EntityType SelectionFinder::Selection::type = EntityType::None |
Definition at line 19 of file SelectionFinder.hpp.
Referenced by RaylibRenderer::_drawSelectionHighlight(), EntityTooltipWidget::_isPlayerCase(), RaylibRenderer::_performRaycast(), EntityTooltipWidget::_rebuild(), EntityTooltipWidget::draw(), SelectionFinder::findFromRay(), SelectionFinder::getEmptySelection(), and operator<<().