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

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.
 

Detailed Description

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


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