Flecs v4.0
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
ecs_value_t Struct Reference

Utility to hold a value of a dynamic type. More...

#include <flecs.h>

Public Attributes

ecs_entity_t type
 Type of value.
 
void * ptr
 Pointer to value.
 

Detailed Description

Utility to hold a value of a dynamic type.

Definition at line 892 of file flecs.h.

Member Data Documentation

◆ ptr

void* ecs_value_t::ptr

Pointer to value.

Definition at line 894 of file flecs.h.

◆ type

ecs_entity_t ecs_value_t::type

Type of value.

Definition at line 893 of file flecs.h.


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