Capycore Engine  0.1.0
A simple and lightweight game engine written in C++ based on the Unity API architecture.
Loading...
Searching...
No Matches
Text Member List

This is the complete list of members for Text, including all inherited members.

active() const noexceptComponent
active(bool value) noexceptComponent
add_on_attach(const std::function< void(Component &)> &action)Component
add_on_detach(const std::function< void(Component &)> &action)Component
alignment() constText
alignment(TextAlignment alignment)Text
color() constText
color(Color color)Text
Component()Componentexplicit
dirty() constText
disable_draw() noexceptRenderable
drawRenderableprotected
enable_draw() noexceptRenderable
font() constText
font(const std::string &font)Text
font_path() constText
font_path(const std::string &font_path)Text
font_size() constText
font_size(int font_size)Text
mark_dirty(bool dirty=true)Text
mark_for_deletion() noexceptComponent
marked_for_deletion() const noexceptComponent
offset() constText
offset(Point offset)Text
on_attach()Componentvirtual
on_deserialize(const std::vector< uint8_t > &, size_t &)Componentvirtual
on_detach()Componentvirtual
on_serialize(std::vector< uint8_t > &) constComponentvirtual
order_in_layer(int layer)Renderable
order_in_layer() constRenderable
ordering_layer_Renderableprotected
parent() const noexceptComponent
parent() noexceptComponent
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() constRenderablevirtual
render_strategy_Renderableprotected
Renderable()Renderableexplicit
Renderable(int layer)Renderableexplicit
set_render_strategy(Component &component)Renderable
should_draw() const noexceptRenderable
text() constText
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 overrideTextvirtual
update(float dt) overrideTextinlinevirtual
~Component()=defaultComponentvirtual
~Renderable() override=defaultRenderable