Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BabylonJS/BabylonNative
/ Update
Method
Update
Plugins/NativeXr/Source/NativeXr.cpp:752–756 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
750
}
751
752
void Update(const Napi::CallbackInfo& /*info*/, const xr::Pose& pose)
753
{
754
// Update the transform.
755
m_transform.Update(pose);
756
}
757
758
private:
759
Napi::ObjectReference m_jsTransform{};
Callers
nothing calls this directly
Calls
1
Update
Method · 0.45
Tested by
no test coverage detected