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