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

Runtime sequence element returned by an adapter. More...

#include <component_desc.h>

Public Attributes

Entity type = EntityBad
 Runtime type entity for the selected element value.
 
const void * data = nullptr
 Read-only element bytes.
 
void * mutData = nullptr
 Mutable element bytes. Null for read-only traversal.
 
uint32_t size = 0
 Size of the selected element bytes.
 
void * token = nullptr
 Adapter-owned token for projected elements.
 

Detailed Description

Runtime sequence element returned by an adapter.


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