Home
last modified time | relevance | path

Searched refs:entityComponentsJson (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H A Decs_serializer.cpp558 auto& entityComponentsJson = (jsonOut["entity-components"] = json::standalone_value::array()); in WriteEntityCollection() local
566 entityComponentsJson.array_.emplace_back(move(componentJson)); in WriteEntityCollection()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_serializer.cpp620 auto& entityComponentsJson = (jsonOut["entity-components"] = json::standalone_value::array()); in WriteEntityCollection() local
628 entityComponentsJson.array_.emplace_back(move(componentJson)); in WriteEntityCollection()

Completed in 5 milliseconds