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