Flecs v3.2
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
entity_view.inl
Go to the documentation of this file.
1
12 char *json = ecs_entity_to_json(m_world, m_id, desc);
13 return flecs::string(json);
14}
FLECS_API char * ecs_entity_to_json(const ecs_world_t *world, ecs_entity_t entity, const ecs_entity_to_json_desc_t *desc)
Serialize entity into JSON string.
flecs::string to_json(const flecs::entity_to_json_desc_t *desc=nullptr) const
Serialize entity to JSON.
Used with ecs_iter_to_json().
Definition json.h:212