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

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

add_child(GameObject &child)GameObject
add_component(Args &&... args)GameObjectinline
anchor() constUIObject
anchor(Point anchor)UIObject
anchor_UIObjectprotected
children()GameObject
color() constUIText
color(Color color)UIText
deserialize(const std::vector< uint8_t > &data, size_t &offset)GameObject
dont_destroy_on_load() const noexceptGameObject
font() constUIText
font(const std::string &font)UIText
font_path() constUIText
font_path(const std::string &font_path)UIText
font_size() constUIText
font_size(int font_size)UIText
GameObject(Scene &scene)GameObjectexplicit
GameObject(const GameObject &)=deleteGameObject
GameObject(GameObject &&)=defaultGameObject
get_component() const noexceptGameObjectinline
get_components() constGameObjectinline
get_components_all() constGameObject
get_components_from_children() constGameObjectinline
get_script() const noexceptGameObjectinline
height() constUIObject
height(float height)UIObject
height_UIObjectprotected
id() const noexceptGameObject
is_active() const noexceptGameObject
is_active_in_world() const noexceptGameObject
layer(int layer)GameObject
layer() constGameObject
mark_dont_destroy_on_load(bool dont_destroy) noexceptGameObject
mark_for_deletion() noexceptGameObject
marked_for_deletion() const noexceptGameObject
name(const std::string &name)GameObject
name() constGameObject
operator=(const GameObject &)=deleteGameObject
operator=(GameObject &&)=defaultGameObject
parent() constGameObject
parent(GameObject &parent)GameObject
parent(std::nullopt_t null_opt)GameObject
pivot() constUIObject
pivot(Point pivot)UIObject
pivot_UIObjectprotected
prefab_type_id(const std::string &id)GameObject
prefab_type_id() constGameObject
remove_all_components()GameObject
remove_child(GameObject &child)GameObject
remove_component(T &component)GameObjectinline
render() constUIObjectinlinevirtual
scene() const noexceptGameObject
scene(Scene &scene) noexceptGameObject
serialize(std::vector< uint8_t > &out) constGameObject
set_active() noexceptGameObject
set_active_in_world() noexceptGameObject
set_inactive() noexceptGameObject
set_inactive_in_world() noexceptGameObject
tag(const std::string &tag)GameObject
tag() constGameObject
text() constUIText
text(const std::string &text)UIText
transform(Transform transform)GameObject
transform()GameObject
transform() constGameObject
UIObject(Scene &scene, float width, float height, Point pivot, Point anchor)UIObject
UIText(Scene &scene, std::string text, std::string font, std::string font_path, float width, float height, Point pivot, Point anchor)UIText
update(float dt) overrideUITextvirtual
width() constUIObject
width(float width)UIObject
width_UIObjectprotected
~GameObject()=defaultGameObjectvirtual