![]() |
Gaia-ECS v0.9.3
A simple and powerful entity component system
|
Inheritance diagram for gaia::ecs::ComponentGetter:Public Member Functions | |
| template<typename T > | |
| GAIA_NODISCARD decltype(auto) | get () const |
| Returns the value stored in the component T on entity. | |
Public Attributes | |
| const Chunk * | m_pChunk |
| uint16_t | m_row |
|
inline |
Returns the value stored in the component T on entity.
| T | Component |