MCPcopy Create free account
hub / github.com/BabylonJS/BabylonNative / LoadScript

Method LoadScript

Core/ScriptLoader/Source/ScriptLoader.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 }
56
57 void ScriptLoader::LoadScript(std::string url)
58 {
59 m_impl->LoadScript(std::move(url));
60 }
61
62 void ScriptLoader::Eval(std::string source, std::string url)
63 {

Callers 7

RefreshBabylonFunction · 0.45
RestartRuntimeMethod · 0.45
InitBabylonFunction · 0.45
InitializeFunction · 0.45
InitBabylonFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected