![]() |
Gaia-ECS v1.0.0
A simple and powerful entity component system
|
Semantic value projected from opaque runtime storage. More...
#include <component_desc.h>
Public Attributes | |
| Entity | type = EntityBad |
| Semantic runtime type entity for projected bytes. EntityBad uses opaqueAsType. | |
| const void * | data = nullptr |
| Read-only projected semantic bytes. | |
| void * | mutData = nullptr |
| Mutable projected semantic bytes. Null for read-only traversal. | |
| uint32_t | size = 0 |
| Size of projected semantic bytes. | |
| void * | token = nullptr |
| Adapter-owned projection token. | |
Semantic value projected from opaque runtime storage.