You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param {object} frame - [XRFrame](https://developer.mozilla.org/en-US/docs/Web/API/XRFrame) object that can be used for interfacing directly with WebXR APIs.
132
+
* @description Fired when XR session is updated, providing relevant XRFrame object.
133
+
* @example
134
+
* app.xr.on('update', function (frame) {
135
+
*
136
+
* });
137
+
*/
138
+
139
+
127
140
/**
128
141
* @event
129
142
* @name pc.XrManager#error
@@ -457,7 +470,7 @@ XrManager.prototype.update = function (frame) {
0 commit comments