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

Used with ecs_world_to_json(). More...

#include <json.h>

Public Attributes

bool serialize_builtin
 Serialize Flecs built-in modules and contents.
 
bool serialize_modules
 Serialize modules and contents.
 

Detailed Description

Used with ecs_world_to_json().

Definition at line 404 of file json.h.

Member Data Documentation

◆ serialize_builtin

bool ecs_world_to_json_desc_t::serialize_builtin

Serialize Flecs built-in modules and contents.

Definition at line 405 of file json.h.

◆ serialize_modules

bool ecs_world_to_json_desc_t::serialize_modules

Serialize modules and contents.

Definition at line 406 of file json.h.


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