@wonderlandengine/editor-api 1.5.0-rc.6 → 1.5.0-rc.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/data.d.ts +1 -1
- package/dist/data.js +2 -2
- package/package.json +1 -1
package/dist/data.d.ts
CHANGED
package/dist/data.js
CHANGED
|
@@ -247,7 +247,7 @@ export class WebXRSettings extends Access {
|
|
|
247
247
|
'plane-detection': false,
|
|
248
248
|
'light-estimation': false,
|
|
249
249
|
'anchors': false,
|
|
250
|
-
'
|
|
250
|
+
'depth-sensing': false,
|
|
251
251
|
'marker-tracking': false,
|
|
252
252
|
'layers': false,
|
|
253
253
|
};
|
|
@@ -262,7 +262,7 @@ export class WebXRSettings extends Access {
|
|
|
262
262
|
'plane-detection': false,
|
|
263
263
|
'light-estimation': false,
|
|
264
264
|
'anchors': false,
|
|
265
|
-
'
|
|
265
|
+
'depth-sensing': false,
|
|
266
266
|
'marker-tracking': false,
|
|
267
267
|
'layers': false,
|
|
268
268
|
};
|
package/package.json
CHANGED