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.module.d.ts
CHANGED
|
@@ -5400,8 +5400,7 @@ export * from "babylonjs-gui/3D/controls/touchMeshButton3D";
|
|
|
5400
5400
|
export * from "babylonjs-gui/3D/controls/touchHolographicButton";
|
|
5401
5401
|
export * from "babylonjs-gui/3D/controls/touchHolographicMenu";
|
|
5402
5402
|
export * from "babylonjs-gui/3D/controls/volumeBasedPanel";
|
|
5403
|
-
|
|
5404
|
-
export { TouchHolographicButton as TouchHolographicButtonV3 };
|
|
5403
|
+
export { TouchHolographicButton as TouchHolographicButtonV3 } from "babylonjs-gui/3D/controls/MRTK3/touchHolographicButton";
|
|
5405
5404
|
|
|
5406
5405
|
}
|
|
5407
5406
|
declare module "babylonjs-gui/3D/controls/meshButton3D" {
|
|
@@ -13430,7 +13429,7 @@ declare module BABYLON.GUI {
|
|
|
13430
13429
|
/**
|
|
13431
13430
|
* Class used to create the mrtkv3 button
|
|
13432
13431
|
*/
|
|
13433
|
-
export class
|
|
13432
|
+
export class TouchHolographicButtonV3 extends TouchButton3D {
|
|
13434
13433
|
/**
|
|
13435
13434
|
* Base Url for the frontplate model.
|
|
13436
13435
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "babylonjs-gui",
|
|
3
|
-
"version": "5.27.
|
|
3
|
+
"version": "5.27.1",
|
|
4
4
|
"main": "babylon.gui.js",
|
|
5
5
|
"types": "babylon.gui.module.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"clean": "rimraf dist && rimraf babylon*.*"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"babylonjs": "^5.27.
|
|
17
|
+
"babylonjs": "^5.27.1"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@dev/build-tools": "1.0.0",
|