Struct containing VexUI class. More...
#include <UiComponent.hpp>
Public Member Functions | |
| UiComponent (std::shared_ptr< VexUI > ui) | |
| Constructor for UiComponent, initializes the VexUI instance. | |
Public Attributes | |
| std::shared_ptr< VexUI > | m_vexUI |
| bool | visible = true |
Struct containing VexUI class.
Definition at line 12 of file UiComponent.hpp.
|
inline |
Constructor for UiComponent, initializes the VexUI instance.
Definition at line 14 of file UiComponent.hpp.
| std::shared_ptr<VexUI> vex::UiComponent::m_vexUI |
Definition at line 15 of file UiComponent.hpp.
| bool vex::UiComponent::visible = true |
Definition at line 16 of file UiComponent.hpp.