2D_Game_Engine
Loading...
Searching...
No Matches
TextComponent Member List

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

m_ColorTextComponent
m_IgnoreLightingTextComponent
m_LayerTextComponent
m_OffsetTextComponent
m_ScaleTextComponent
m_TextTextComponent
m_TextRendererTextComponent
m_UIDTextComponent
operator=(const TextComponent &other)TextComponent
operator=(TextComponent &&other)TextComponent
SetCentered(float width, float height)TextComponent
TextComponent()TextComponentinline
TextComponent(uint32_t uid)TextComponentinline
TextComponent(std::shared_ptr< TextRenderer > textRenderer, const std::string &text, Vec2 offset, Vec3 color, float scale, uint32_t uid)TextComponentinline
TextComponent(const std::string &path, float glyph_size, bool fixed, uint32_t uid)TextComponentinline
TextComponent(const std::string &path, float glyph_size, bool fixed, const std::string &text, Vec2 offset, Vec3 color, float scale, int layer, bool ignore_lighting, uint32_t uid)TextComponentinline
TextComponent(const TextComponent &other)TextComponent
TextComponent(TextComponent &&other)TextComponent