module
Color RectAdds color rectangle elements.
Files
- file color_rect.hpp
- Component cubos::
engine:: UIColorRect. - file plugin.hpp
- Plugin entry point.
Classes
- struct cubos::engine::UIColorRect
- Component that draws a UI element as a solid color.
Functions
-
auto colorRectPlugin(Cubos& cubos) -> CUBOS_
ENGINE_ API void - Plugin entry function.
Function documentation
CUBOS_ ENGINE_ API void colorRectPlugin(Cubos& cubos)
#include <engine/ui/color_rect/plugin.hpp>
Plugin entry function.
Parameters | |
---|---|
cubos | Cubos main class |