MCPcopy 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
179bool Validate(Scene* scene)
180{
181 if (scene->m_ValidateFn)
182 return scene->m_ValidateFn(scene);
183 return true;
184}
185
186bool LoadFinalize(Scene* scene)
187{

Callers 4

LoadFromBufferInternalFunction · 0.85
LoadSceneFunction · 0.85
TESTFunction · 0.85
RebuildBottomUpMethod · 0.85

Calls

no outgoing calls

Tested by 2

LoadSceneFunction · 0.68
TESTFunction · 0.68