![]() |
Flecs v4.1
A fast entity component system (ECS) for C & C++
|
Enumeration constant data. More...
#include <enum.hpp>
Public Attributes | |
| int32_t | index |
| Global index used to obtain a world-local entity ID. | |
| T | value |
| The constant value. | |
| T | offset |
| Offset from the previous constant value. | |
| const char * | name |
| The constant name. | |
Enumeration constant data.
| T | The underlying type of the enum. |
| int32_t flecs::_::enum_constant< T >::index |
| const char* flecs::_::enum_constant< T >::name |
| T flecs::_::enum_constant< T >::offset |
| T flecs::_::enum_constant< T >::value |