babylonjs-gui 5.27.0 → 5.27.1
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/babylon.gui.d.ts +1 -1
- package/babylon.gui.js +0 -1
- package/babylon.gui.js.map +1 -1
- package/babylon.gui.module.d.ts +2 -3
- package/package.json +2 -2
package/babylon.gui.d.ts
CHANGED
|
@@ -5039,7 +5039,7 @@ declare module BABYLON.GUI {
|
|
|
5039
5039
|
/**
|
|
5040
5040
|
* Class used to create the mrtkv3 button
|
|
5041
5041
|
*/
|
|
5042
|
-
export class
|
|
5042
|
+
export class TouchHolographicButtonV3 extends TouchButton3D {
|
|
5043
5043
|
/**
|
|
5044
5044
|
* Base Url for the frontplate model.
|
|
5045
5045
|
*/
|
package/babylon.gui.js
CHANGED
|
@@ -21223,7 +21223,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
21223
21223
|
|
|
21224
21224
|
|
|
21225
21225
|
|
|
21226
|
-
|
|
21227
21226
|
/***/ }),
|
|
21228
21227
|
|
|
21229
21228
|
/***/ "../../../lts/gui/dist/3D/controls/meshButton3D.js":
|