Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ Validate
Function
Validate
engine/modelc/src/modelimporter.cpp:179–184 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
177
}
178
179
bool Validate(Scene* scene)
180
{
181
if (scene->m_ValidateFn)
182
return scene->m_ValidateFn(scene);
183
return true;
184
}
185
186
bool LoadFinalize(Scene* scene)
187
{
Callers
4
LoadFromBufferInternal
Function · 0.85
LoadScene
Function · 0.85
TEST
Function · 0.85
RebuildBottomUp
Method · 0.85
Calls
no outgoing calls
Tested by
2
LoadScene
Function · 0.68
TEST
Function · 0.68