![]() |
Gaia-ECS v1.0.0
A simple and powerful entity component system
|
Wraps a type as a unique entity kind with one value per chunk. More...
#include <id.h>
Public Types | |
| using | TType = T |
| Raw type with no additional sugar. | |
| using | TTypeFull = uni< TType > |
| uni<TType> | |
| using | TTypeOriginal = T |
| Original template type. | |
Static Public Attributes | |
| static constexpr EntityKind | Kind = EntityKind::EK_Uni |
| Component kind. | |
Wraps a type as a unique entity kind with one value per chunk.