![]() |
Flecs v4.1
A fast entity component system (ECS) for C & C++
|
Public Types | |
| using | type = T |
| using | construct_type = Construct |
Public Member Functions | |
| flecs::entity_t | owner (world_t *world) const |
Public Attributes | |
| flecs::id_t | id |
| flecs::entity_t | entity |
Static Public Attributes | |
| static constexpr bool | sparse = Sparse |
Definition at line 7 of file component_id.hpp.
| using flecs::_::component_id< T, Sparse, Owner, Construct >::construct_type = Construct |
Definition at line 9 of file component_id.hpp.
| using flecs::_::component_id< T, Sparse, Owner, Construct >::type = T |
Definition at line 8 of file component_id.hpp.
|
inline |
Definition at line 14 of file component_id.hpp.
| flecs::entity_t flecs::_::component_id< T, Sparse, Owner, Construct >::entity |
Definition at line 12 of file component_id.hpp.
| flecs::id_t flecs::_::component_id< T, Sparse, Owner, Construct >::id |
Definition at line 11 of file component_id.hpp.
|
staticconstexpr |
Definition at line 10 of file component_id.hpp.