MCPcopy Create free account
hub / github.com/axmolengine/axmol / createAsync

Method createAsync

core/3d/MeshRenderer.cpp:87–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87void MeshRenderer::createAsync(std::string_view modelPath,
88 const std::function<void(MeshRenderer*, void*)>& callback,
89 void* callbackparam)
90{
91 createAsync(modelPath, "", callback, callbackparam);
92}
93
94void MeshRenderer::createAsync(std::string_view modelPath,
95 std::string_view texturePath,

Callers

nothing calls this directly

Calls 8

getInstanceFunction · 0.85
loadFromCacheMethod · 0.80
autoreleaseMethod · 0.80
setModelTextureMethod · 0.80
fullPathForFilenameMethod · 0.80
loadFromFileMethod · 0.80
afterAsyncLoadMethod · 0.80
enqueueMethod · 0.45

Tested by

no test coverage detected