Flecs
v4.0
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
mixin.inl
Go to the documentation of this file.
1
11
template
<
typename
T,
typename
... Args>
12
flecs::component<T>
component
(Args &&... args)
const
;
13
20
template
<
typename
... Args>
21
flecs::untyped_component
component
(Args &&... args)
const
;
flecs::world::component
flecs::component< T > component(Args &&... args) const
Find or register component.
flecs::world::component
flecs::untyped_component component(Args &&... args) const
Find or register untyped component.
flecs::component
Component class.
Definition
component.hpp:367
flecs::untyped_component
Untyped component class.
Definition
component.hpp:350