MCPcopy Create free account
hub / github.com/defold/defold / LoadFinalize

Function LoadFinalize

engine/modelc/src/modelimporter.cpp:186–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186bool LoadFinalize(Scene* scene)
187{
188 if (scene->m_LoadFinalizeFn)
189 return scene->m_LoadFinalizeFn(scene);
190 return true;
191}
192
193void ClearScene(Scene* scene)
194{

Callers 4

LoadFromBufferInternalFunction · 0.85
LoadFromPathFunction · 0.85
LoadSceneFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 2

LoadSceneFunction · 0.68
TESTFunction · 0.68