![]() |
Gaia-ECS v1.0.0
A simple and powerful entity component system
|
Runtime sequence adapter input scope. The byte layout is owned by the adapter. More...
#include <component_desc.h>
Public Attributes | |
| Entity | type = EntityBad |
| Runtime type entity for the selected sequence value. | |
| const void * | data = nullptr |
| Read-only sequence payload or handle bytes. | |
| void * | mutData = nullptr |
| Mutable sequence payload or handle bytes. Null for read-only traversal. | |
| uint32_t | size = 0 |
| Size of the selected sequence payload or handle bytes. | |
Runtime sequence adapter input scope. The byte layout is owned by the adapter.