Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H A Decs_serializer.cpp562 json::standalone_value entityRefJson; in WriteEntityCollection() local
563 if (EntityToJson(ec, entity, entityRefJson)) { in WriteEntityCollection()
564 componentJson["entity"] = move(entityRefJson); in WriteEntityCollection()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_serializer.cpp624 json::standalone_value entityRefJson; in WriteEntityCollection() local
625 if (EntityToJson(ec, entity, entityRefJson)) { in WriteEntityCollection()
626 componentJson["entity"] = move(entityRefJson); in WriteEntityCollection()

Completed in 5 milliseconds