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

Semantic value projected from opaque runtime storage. More...

#include <component_desc.h>

Public Attributes

Entity type = EntityBad
 Semantic runtime type entity for projected bytes. EntityBad uses opaqueAsType.
 
const void * data = nullptr
 Read-only projected semantic bytes.
 
void * mutData = nullptr
 Mutable projected semantic bytes. Null for read-only traversal.
 
uint32_t size = 0
 Size of projected semantic bytes.
 
void * token = nullptr
 Adapter-owned projection token.
 

Detailed Description

Semantic value projected from opaque runtime storage.


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