![]() |
Gaia-ECS v1.0.0
A simple and powerful entity component system
|
Component used to describe the entity name. More...
#include <id.h>
Public Attributes | |
| const char * | name {} |
| Entity name text. | |
| uint32_t | name_len {} |
| Length of the entity name. | |
| const char * | alias {} |
| Entity alias text. | |
| uint32_t | alias_len {} |
| Length of the entity alias. | |
Component used to describe the entity name.