Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BabylonJS/BabylonNative
/ UpdateSize
Function
UpdateSize
Plugins/NativeWindow/Source/NativeWindow.cpp:83–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
void UpdateSize(Napi::Env env, size_t width, size_t height)
84
{
85
auto& window = NativeWindow::GetFromJavaScript(env);
86
window.Resize(static_cast<size_t>(width), static_cast<size_t>(height));
87
}
88
}
Callers
7
NativeEngine
Method · 0.85
UpdateWindowSize
Function · 0.85
App.cpp
File · 0.85
UpdateWindowSize
Function · 0.85
Initialize
Function · 0.85
WndProc
Function · 0.85
UpdateWindowSize
Function · 0.85
Calls
1
Resize
Method · 0.80
Tested by
no test coverage detected