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
11template <typename T, typename... Args>
12flecs::component<T> component(Args &&... args) const;
13
20template <typename... Args>
21flecs::untyped_component component(Args &&... args) const;
flecs::component< T > component(Args &&... args) const
Find or register component.
flecs::untyped_component component(Args &&... args) const
Find or register untyped component.
Component class.
Untyped component class.