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
16template<typename... Args>
17flecs::term term(Args &&... args) const;
18
21template<typename T>
23
26template<typename First, typename Second>
28
flecs::term term() const
Create a term for a (component) type.
flecs::term term() const
Create a term for a pair.
flecs::term term(Args &&... args) const
Create a term.
Class that describes a term.
Definition impl.hpp:16