Public Attributes | |
| std::string | label |
| ImVec2 | screen_pos |
| ImVec2 | screen_size |
| ImU32 | color = 0 |
| int | target_room_id = -1 |
| std::optional< size_t > | target_door_index |
| int | target_tile_x = -1 |
| int | target_tile_y = -1 |
Definition at line 127 of file door_interaction_handler.h.
| std::string yaze::editor::DoorInteractionHandler::PairBadgeOverlay::label |
Definition at line 128 of file door_interaction_handler.h.
Referenced by yaze::editor::DoorInteractionHandler::BuildPairBadgeOverlay().
| ImVec2 yaze::editor::DoorInteractionHandler::PairBadgeOverlay::screen_pos |
Definition at line 129 of file door_interaction_handler.h.
Referenced by yaze::editor::DoorInteractionHandler::BuildPairBadgeOverlay().
| ImVec2 yaze::editor::DoorInteractionHandler::PairBadgeOverlay::screen_size |
Definition at line 130 of file door_interaction_handler.h.
Referenced by yaze::editor::DoorInteractionHandler::BuildPairBadgeOverlay().
| ImU32 yaze::editor::DoorInteractionHandler::PairBadgeOverlay::color = 0 |
Definition at line 131 of file door_interaction_handler.h.
Referenced by yaze::editor::DoorInteractionHandler::BuildPairBadgeOverlay().
| int yaze::editor::DoorInteractionHandler::PairBadgeOverlay::target_room_id = -1 |
Definition at line 132 of file door_interaction_handler.h.
Referenced by yaze::editor::DoorInteractionHandler::BuildPairBadgeOverlay(), and yaze::editor::DoorInteractionHandler::NavigateToPairBadge().
| std::optional<size_t> yaze::editor::DoorInteractionHandler::PairBadgeOverlay::target_door_index |
Definition at line 133 of file door_interaction_handler.h.
Referenced by yaze::editor::DoorInteractionHandler::BuildPairBadgeOverlay(), and yaze::editor::DoorInteractionHandler::NavigateToPairBadge().
| int yaze::editor::DoorInteractionHandler::PairBadgeOverlay::target_tile_x = -1 |
Definition at line 134 of file door_interaction_handler.h.
Referenced by yaze::editor::DoorInteractionHandler::BuildPairBadgeOverlay(), and yaze::editor::DoorInteractionHandler::NavigateToPairBadge().
| int yaze::editor::DoorInteractionHandler::PairBadgeOverlay::target_tile_y = -1 |
Definition at line 135 of file door_interaction_handler.h.
Referenced by yaze::editor::DoorInteractionHandler::BuildPairBadgeOverlay(), and yaze::editor::DoorInteractionHandler::NavigateToPairBadge().