Flecs v4.0
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
untyped_component.inl
1
5
12
27template <typename Kind>
28untyped_component& metric(
29 flecs::entity_t parent = 0,
30 const char *brief = nullptr,
31 const char *name = nullptr);
32
untyped_component & metric(flecs::entity_t parent=0, const char *brief=nullptr, const char *name=nullptr)
Register member as metric.
flecs::string_view name() const
Return the entity name.
flecs::entity parent() const
Get parent of entity.
Definition impl.hpp:68