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

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.
 

Detailed Description

Runtime sequence adapter input scope. The byte layout is owned by the adapter.


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