MCPcopy Create free account
hub / github.com/Illation/ETEngine / Clear

Method Clear

Engine/source/EtFramework/SceneGraph/EntityLink.cpp:180–183  ·  view source on GitHub ↗

--------------------------- EntityLinkResolver::Clear After all entities have been deserialized, we can clear the list

Source from the content-addressed store, hash-verified

178// After all entities have been deserialized, we can clear the list
179//
180void EntityLinkResolver::Clear()
181{
182 m_RegisteredLinks.clear();
183}
184
185
186} // namespace fw

Callers 1

LoadSceneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected