|
Capycore Engine
0.1.0
A simple and lightweight game engine written in C++ based on the Unity API architecture.
|
This is the complete list of members for Text, including all inherited members.
| active() const noexcept | Component | |
| active(bool value) noexcept | Component | |
| add_on_attach(const std::function< void(Component &)> &action) | Component | |
| add_on_detach(const std::function< void(Component &)> &action) | Component | |
| alignment() const | Text | |
| alignment(TextAlignment alignment) | Text | |
| color() const | Text | |
| color(Color color) | Text | |
| Component() | Component | explicit |
| dirty() const | Text | |
| disable_draw() noexcept | Renderable | |
| draw | Renderable | protected |
| enable_draw() noexcept | Renderable | |
| font() const | Text | |
| font(const std::string &font) | Text | |
| font_path() const | Text | |
| font_path(const std::string &font_path) | Text | |
| font_size() const | Text | |
| font_size(int font_size) | Text | |
| mark_dirty(bool dirty=true) | Text | |
| mark_for_deletion() noexcept | Component | |
| marked_for_deletion() const noexcept | Component | |
| offset() const | Text | |
| offset(Point offset) | Text | |
| on_attach() | Component | virtual |
| on_deserialize(const std::vector< uint8_t > &, size_t &) | Component | virtual |
| on_detach() | Component | virtual |
| on_serialize(std::vector< uint8_t > &) const | Component | virtual |
| order_in_layer(int layer) | Renderable | |
| order_in_layer() const | Renderable | |
| ordering_layer_ | Renderable | protected |
| parent() const noexcept | Component | |
| parent() noexcept | Component | |
| parent(GameObject &parent) | Component | |
| parent(std::nullopt_t nullopt) | Component | |
| remove_on_attach(size_t index) | Component | |
| remove_on_detach(size_t index) | Component | |
| render_strategy() const | Renderable | virtual |
| render_strategy_ | Renderable | protected |
| Renderable() | Renderable | explicit |
| Renderable(int layer) | Renderable | explicit |
| set_render_strategy(Component &component) | Renderable | |
| should_draw() const noexcept | Renderable | |
| text() const | Text | |
| text(const std::string &text) | Text | |
| Text(std::string text, std::string font, std::string font_path, int font_size, Color color) | Text | |
| type_name() const override | Text | virtual |
| update(float dt) override | Text | inlinevirtual |
| ~Component()=default | Component | virtual |
| ~Renderable() override=default | Renderable |