|
lmgl 1.0.0
A lightweight OpenGL graphics engine library written in C++
|
Result of UI loading operation. More...
#include <ui_loader.hpp>
Public Attributes | |
| bool | success {false} |
| Whether loading succeeded. | |
| std::string | error |
| Error message if loading failed. | |
| std::shared_ptr< Canvas > | canvas |
| Loaded canvas. | |
| std::map< std::string, std::shared_ptr< UIElement > > | elements |
| Map of element names to elements. | |
Result of UI loading operation.