|
Capycore Engine
0.1.0
A simple and lightweight game engine written in C++ based on the Unity API architecture.
|
This is the complete list of members for NetworkIdentity, including all inherited members.
| active() const noexcept | Component | |
| active(bool value) noexcept | Component | |
| add_on_attach(const std::function< void(Component &)> &action) | Component | |
| add_on_detach(const std::function< void(Component &)> &action) | Component | |
| clear_dirty() noexcept | NetworkIdentity | |
| Component() | Component | explicit |
| is_dirty() const noexcept | NetworkIdentity | |
| mark_dirty() noexcept | NetworkIdentity | |
| mark_for_deletion() noexcept | Component | |
| marked_for_deletion() const noexcept | Component | |
| NetworkIdentity() | NetworkIdentity | |
| NetworkIdentity(const std::string &uuid) | NetworkIdentity | explicit |
| on_attach() | Component | virtual |
| on_deserialize(const std::vector< uint8_t > &, size_t &) override | NetworkIdentity | virtual |
| on_detach() | Component | virtual |
| on_serialize(std::vector< uint8_t > &) const override | NetworkIdentity | virtual |
| owner_uuid() const noexcept | NetworkIdentity | |
| parent() const noexcept | Component | |
| parent() noexcept | Component | |
| parent(GameObject &parent) | Component | |
| parent(std::nullopt_t nullopt) | Component | |
| remove_on_attach(size_t index) | Component | |
| remove_on_detach(size_t index) | Component | |
| set_owner_uuid(const std::string &owner) noexcept | NetworkIdentity | |
| set_uuid(const std::string &uuid) noexcept | NetworkIdentity | |
| type_name() const override | NetworkIdentity | inlinevirtual |
| update(float) override | NetworkIdentity | inlinevirtual |
| uuid() const noexcept | NetworkIdentity | |
| ~Component()=default | Component | virtual |