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
 Exclude flecs modules & contents.
 
bool serialize_modules
 Exclude modules & contents.
 

Detailed Description

Used with ecs_iter_to_json().

Definition at line 352 of file json.h.

Member Data Documentation

◆ serialize_builtin

bool ecs_world_to_json_desc_t::serialize_builtin

Exclude flecs modules & contents.

Definition at line 353 of file json.h.

◆ serialize_modules

bool ecs_world_to_json_desc_t::serialize_modules

Exclude modules & contents.

Definition at line 354 of file json.h.


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