#include <Relationship.hpp>
Component that represents a relationship between entities
◆ children
| std::size_t Relationship::Component::Relationship::children = 0 |
◆ first
| std::optional<Engine::Entity> Relationship::Component::Relationship::first = std::nullopt |
◆ next
| std::optional<Engine::Entity> Relationship::Component::Relationship::next = std::nullopt |
◆ parent
| std::optional<Engine::Entity> Relationship::Component::Relationship::parent = std::nullopt |
◆ prev
| std::optional<Engine::Entity> Relationship::Component::Relationship::prev = std::nullopt |
The documentation for this struct was generated from the following file: