Gaia-ECS v1.0.0
A simple and powerful entity component system
Loading...
Searching...
No Matches
gaia::ecs::EntityDesc Struct Reference

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.
 

Detailed Description

Component used to describe the entity name.


The documentation for this struct was generated from the following file: