yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::SelectedEntity Struct Reference

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
 

Detailed Description

Represents a selected entity in the dungeon editor.

Definition at line 50 of file interaction_context.h.

Member Function Documentation

◆ operator==()

bool yaze::editor::SelectedEntity::operator== ( const SelectedEntity & other) const
inline

Definition at line 54 of file interaction_context.h.

References index, and type.

Member Data Documentation

◆ type

EntityType yaze::editor::SelectedEntity::type = EntityType::None

Definition at line 51 of file interaction_context.h.

Referenced by operator==().

◆ index

size_t yaze::editor::SelectedEntity::index = 0

Definition at line 52 of file interaction_context.h.

Referenced by operator==().


The documentation for this struct was generated from the following file: