Flecs v3.2
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
mixin.inl
Go to the documentation of this file.
1
10template <typename T>
11flecs::id id() const;
12
17template <typename ... Args>
18flecs::id id(Args&&... args) const;
19
24template <typename First, typename Second>
26
31template <typename First>
32flecs::id pair(entity_t o) const;
33
38flecs::id pair(entity_t r, entity_t o) const;
Class that wraps around a flecs::id_t.
Definition decl.hpp:27
flecs::id pair(entity_t o) const
Get pair id from relationship, object.
flecs::id pair() const
Get pair id from relationship, object.
flecs::id id() const
Get id from a type.
flecs::id id(Args &&... args) const
Id factory.
flecs::id pair(entity_t r, entity_t o) const
Get pair id from relationship, object.