Flecs
v3.1
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
entity.inl
1
7
const
char
*
from_json
(
const
char
*json) {
8
return
ecs_entity_from_json
(m_world, m_id, json,
nullptr
);
9
}
10
ecs_entity_from_json
FLECS_API const char * ecs_entity_from_json(ecs_world_t *world, ecs_entity_t entity, const char *json, const ecs_from_json_desc_t *desc)
Parse JSON object with multiple component values into entity.
flecs::entity::from_json
const char * from_json(const char *json)
Deserialize entity to JSON.
Definition:
entity.inl:7