Border class that defines the texture and size of borders of the widgets.
More...
#include <widget.hpp>
|
| Border ()=default |
|
| Border (std::shared_ptr< Eng3D::Texture > _texture, glm::ivec2 _size, glm::ivec2 _texture_size, glm::ivec2 _offset=glm::ivec2(0)) |
|
Border class that defines the texture and size of borders of the widgets.
Definition at line 153 of file widget.hpp.
◆ Border() [1/2]
◆ Border() [2/2]
UI::Border::Border |
( |
std::shared_ptr< Eng3D::Texture > |
_texture, |
|
|
glm::ivec2 |
_size, |
|
|
glm::ivec2 |
_texture_size, |
|
|
glm::ivec2 |
_offset = glm::ivec2(0) |
|
) |
| |
|
inline |
◆ offset
glm::ivec2 UI::Border::offset = glm::ivec2(0, 0) |
◆ size
glm::ivec2 UI::Border::size |
◆ texture
◆ texture_size
glm::ivec2 UI::Border::texture_size |
The documentation for this class was generated from the following file: