Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Java_BabylonNative_Wrapper_surfaceCreated
Function · 0.45
Java_BabylonNative_Wrapper_loadScript
Function · 0.45
RefreshBabylon
Function · 0.45
RestartRuntime
Method · 0.45
InitBabylon
Function · 0.45
Initialize
Function · 0.45
InitBabylon
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected