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

Used with ecs_iter_to_json. More...

#include <json.h>

Public Attributes

bool serialize_builtin
 
bool serialize_modules
 

Detailed Description

Used with ecs_iter_to_json.

Definition at line 309 of file json.h.

Member Data Documentation

◆ serialize_builtin

bool ecs_world_to_json_desc_t::serialize_builtin

Definition at line 310 of file json.h.

◆ serialize_modules

bool ecs_world_to_json_desc_t::serialize_modules

Definition at line 311 of file json.h.


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