Flecs v4.0
A fast entity component system (ECS) for C & C++
|
Registering and working with components. More...
Classes | |
struct | flecs::untyped_component |
Untyped component class. More... | |
struct | flecs::component< T > |
Component class. More... | |
Functions | |
template<typename T , typename... Args> | |
flecs::component< T > | flecs::world::component (Args &&... args) const |
Find or register component. | |
template<typename... Args> | |
flecs::untyped_component | flecs::world::component (Args &&... args) const |
Find or register untyped component. | |
Registering and working with components.
flecs::untyped_component component | ( | Args &&... | args | ) | const |
Find or register untyped component.
Method available on flecs::world class.