Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
186
bool LoadFinalize(Scene* scene)
187
{
188
if (scene->m_LoadFinalizeFn)
189
return scene->m_LoadFinalizeFn(scene);
190
return true;
191
}
192
193
void ClearScene(Scene* scene)
194
{
Callers
4
LoadFromBufferInternal
Function · 0.85
LoadFromPath
Function · 0.85
LoadScene
Function · 0.85
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
2
LoadScene
Function · 0.68
TEST
Function · 0.68