Represents a selected entity in the dungeon editor. More...
#include <interaction_context.h>
Public Member Functions | |
| bool | operator== (const SelectedEntity &other) const |
Public Attributes | |
| EntityType | type = EntityType::None |
| size_t | index = 0 |
Represents a selected entity in the dungeon editor.
Definition at line 50 of file interaction_context.h.
|
inline |
Definition at line 54 of file interaction_context.h.
| EntityType yaze::editor::SelectedEntity::type = EntityType::None |
Definition at line 51 of file interaction_context.h.
Referenced by operator==().
| size_t yaze::editor::SelectedEntity::index = 0 |
Definition at line 52 of file interaction_context.h.
Referenced by operator==().