Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BabylonJS/BabylonNative
/ New
Method
New
Plugins/NativeXr/Source/NativeXr.cpp:740–743 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
738
}
739
740
static Napi::Object New(const Napi::CallbackInfo& info)
741
{
742
return info.Env().Global().Get(JS_CLASS_NAME).As<Napi::Function>().New({});
743
}
744
745
XRPose(const Napi::CallbackInfo& info)
746
: Napi::ObjectWrap<XRPose>{info}
Callers
nothing calls this directly
Calls
4
Global
Method · 0.80
New
Method · 0.45
Get
Method · 0.45
Env
Method · 0.45
Tested by
no test coverage detected