#include <gui_graphics.hpp>
Definition at line 37 of file gui_graphics.hpp.
◆ get_object_type()
◆ is_always_transparent()
bool ui::gfx_object::is_always_transparent |
( |
| ) |
const |
|
inline |
◆ is_clicky()
bool ui::gfx_object::is_clicky |
( |
| ) |
const |
|
inline |
◆ is_partially_transparent()
bool ui::gfx_object::is_partially_transparent |
( |
| ) |
const |
|
inline |
◆ is_vertically_flipped()
bool ui::gfx_object::is_vertically_flipped |
( |
| ) |
const |
|
inline |
◆ always_transparent
constexpr uint8_t ui::gfx_object::always_transparent = 0x10 |
|
staticconstexpr |
◆ do_transparency_check
constexpr uint8_t ui::gfx_object::do_transparency_check = 0x80 |
|
staticconstexpr |
◆ flags
◆ flip_v
constexpr uint8_t ui::gfx_object::flip_v = 0x20 |
|
staticconstexpr |
◆ has_click_sound
constexpr uint8_t ui::gfx_object::has_click_sound = 0x40 |
|
staticconstexpr |
◆ number_of_frames
uint8_t ui::gfx_object::number_of_frames = 1 |
◆ primary_texture_handle
dcon::texture_id ui::gfx_object::primary_texture_handle |
◆ size
◆ type_dependent
uint16_t ui::gfx_object::type_dependent = 0 |
◆ type_mask
constexpr uint8_t ui::gfx_object::type_mask = 0x0F |
|
staticconstexpr |
The documentation for this struct was generated from the following file: