MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / ChangeIds

Method ChangeIds

Source/Engine/Serialization/JsonTools.cpp:82–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void JsonTools::ChangeIds(Document& doc, const Dictionary<Guid, Guid>& mapping)
83{
84 if (mapping.IsEmpty())
85 return;
86 PROFILE_CPU();
87 ::ChangeIds(doc, doc, mapping);
88}
89
90Float2 JsonTools::GetFloat2(const Value& value)
91{

Callers

nothing calls this directly

Calls 2

ChangeIdsFunction · 0.85
IsEmptyMethod · 0.45

Tested by

no test coverage detected