Transient highlight for focusing a tile in the pixel editor. More...
#include <graphics_editor_state.h>
Public Member Functions | |
| void | Clear () |
Public Attributes | |
| uint16_t | sheet_id = 0 |
| uint16_t | tile_index = 0 |
| double | start_time = 0.0 |
| double | duration = 0.0 |
| bool | active = false |
| std::string | label |
Transient highlight for focusing a tile in the pixel editor.
Definition at line 56 of file graphics_editor_state.h.
|
inline |
Definition at line 64 of file graphics_editor_state.h.
References active, duration, label, and start_time.
Referenced by yaze::editor::PixelEditorPanel::DrawTileHighlight().
| uint16_t yaze::editor::TileHighlight::sheet_id = 0 |
Definition at line 57 of file graphics_editor_state.h.
Referenced by yaze::editor::PixelEditorPanel::DrawStatusBar(), yaze::editor::PixelEditorPanel::DrawTileHighlight(), and yaze::editor::GraphicsEditorState::HighlightTile().
| uint16_t yaze::editor::TileHighlight::tile_index = 0 |
Definition at line 58 of file graphics_editor_state.h.
Referenced by yaze::editor::PixelEditorPanel::DrawStatusBar(), yaze::editor::PixelEditorPanel::DrawTileHighlight(), and yaze::editor::GraphicsEditorState::HighlightTile().
| double yaze::editor::TileHighlight::start_time = 0.0 |
Definition at line 59 of file graphics_editor_state.h.
Referenced by Clear(), yaze::editor::PixelEditorPanel::DrawTileHighlight(), and yaze::editor::GraphicsEditorState::HighlightTile().
| double yaze::editor::TileHighlight::duration = 0.0 |
Definition at line 60 of file graphics_editor_state.h.
Referenced by Clear(), yaze::editor::PixelEditorPanel::DrawTileHighlight(), and yaze::editor::GraphicsEditorState::HighlightTile().
| bool yaze::editor::TileHighlight::active = false |
Definition at line 61 of file graphics_editor_state.h.
Referenced by Clear(), yaze::editor::PixelEditorPanel::DrawStatusBar(), yaze::editor::PixelEditorPanel::DrawTileHighlight(), and yaze::editor::GraphicsEditorState::HighlightTile().
| std::string yaze::editor::TileHighlight::label |
Definition at line 62 of file graphics_editor_state.h.
Referenced by Clear(), yaze::editor::PixelEditorPanel::DrawTileHighlight(), and yaze::editor::GraphicsEditorState::HighlightTile().