|
Capycore Engine
0.1.0
A simple and lightweight game engine written in C++ based on the Unity API architecture.
|
#include <engine/core/rendering/renderable.h>#include <engine/public/component.h>#include <engine/public/util/color.h>#include <engine/public/util/point.h>#include <string>Go to the source code of this file.
Classes | |
| class | Text |
| UI Text Component. More... | |
Enumerations | |
| enum | TextAlignment : uint8_t { Left = 0 , Center = 1 , Right = 2 } |
| Text alignment options. More... | |
| enum TextAlignment : uint8_t |
Text alignment options.
| Enumerator | |
|---|---|
| Left | |
| Center | |
| Right | |