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

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

add_child(GameObject &child)GameObject
add_component(Args &&... args)GameObjectinline
anchor() constUIObject
anchor(Point anchor)UIObject
anchor_UIObjectprotected
children()GameObject
deserialize(const std::vector< uint8_t > &data, size_t &offset)GameObject
dont_destroy_on_load() const noexceptGameObject
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
transform(Transform transform)GameObject
transform()GameObject
transform() constGameObject
UIFPS(Scene &Scene)UIFPSexplicit
UIObject(Scene &scene, float width, float height, Point pivot, Point anchor)UIObject
update(float dt) overrideUIFPSvirtual
width() constUIObject
width(float width)UIObject
width_UIObjectprotected
~GameObject()=defaultGameObjectvirtual