Flecs v3.1
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
ecs_from_json_desc_t Struct Reference

Used with ecs_ptr_from_json, ecs_entity_from_json. More...

#include <json.h>

Public Attributes

const char * name
 
const char * expr
 
ecs_entity_t(* lookup_action )(const ecs_world_t *, const char *value, void *ctx)
 
void * lookup_ctx
 

Detailed Description

Used with ecs_ptr_from_json, ecs_entity_from_json.

Definition at line 33 of file json.h.

Member Data Documentation

◆ expr

const char* ecs_from_json_desc_t::expr

Definition at line 35 of file json.h.

◆ lookup_action

ecs_entity_t(* ecs_from_json_desc_t::lookup_action) (const ecs_world_t *, const char *value, void *ctx)

Definition at line 37 of file json.h.

◆ lookup_ctx

void* ecs_from_json_desc_t::lookup_ctx

Definition at line 41 of file json.h.

◆ name

const char* ecs_from_json_desc_t::name

Definition at line 34 of file json.h.


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