Unravel Engine C++ Reference
|
This is the complete list of members for unravel::owned_component, including all inherited members.
eto | unravel::basic_component | |
get_owner() const noexcept -> entt::const_handle | unravel::owned_component | inline |
get_owner() noexcept -> entt::handle | unravel::owned_component | inline |
on_create_component(entt::registry &r, entt::entity e) | unravel::owned_component | inlinestatic |
on_destroy_component(entt::registry &r, entt::entity e) | unravel::owned_component | inlinestatic |
operator=(const owned_component &other) -> owned_component &=default | unravel::owned_component | |
set_owner(entt::handle owner) | unravel::owned_component | inline |
touch() | unravel::basic_component | inline |