![]() |
Flecs v4.1
A fast entity component system (ECS) for C & C++
|
A (string) identifier. More...
#include <flecs.h>
Public Attributes | |
| char * | value |
| Identifier string. | |
| ecs_size_t | length |
| Length of identifier. | |
| uint64_t | hash |
| Hash of current value. | |
| uint64_t | index_hash |
| Hash of existing record in current index. | |
| ecs_hashmap_t * | index |
| Current index. | |
| uint64_t EcsIdentifier::index_hash |