babylonjs-gui 5.0.0-rc.0 → 5.0.0-rc.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.js +6 -6
- package/babylon.gui.js.map +1 -1
- package/babylon.gui.min.js +2 -2
- package/babylon.gui.module.d.ts +2 -0
- package/package.json +2 -2
package/babylon.gui.module.d.ts
CHANGED
|
@@ -6965,6 +6965,7 @@ declare module "babylonjs-gui/3D/controls/slider3D" {
|
|
|
6965
6965
|
private _maximum;
|
|
6966
6966
|
private _value;
|
|
6967
6967
|
private _step;
|
|
6968
|
+
private _draggedPosition;
|
|
6968
6969
|
/** Observable raised when the sldier value changes */
|
|
6969
6970
|
onValueChangedObservable: Observable<number>;
|
|
6970
6971
|
/**
|
|
@@ -13713,6 +13714,7 @@ declare module BABYLON.GUI {
|
|
|
13713
13714
|
private _maximum;
|
|
13714
13715
|
private _value;
|
|
13715
13716
|
private _step;
|
|
13717
|
+
private _draggedPosition;
|
|
13716
13718
|
/** BABYLON.Observable raised when the sldier value changes */
|
|
13717
13719
|
onValueChangedObservable: BABYLON.Observable<number>;
|
|
13718
13720
|
/**
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
},
|
|
5
5
|
"name": "babylonjs-gui",
|
|
6
6
|
"description": "The Babylon.js GUI library is an extension you can use to generate interactive user interface. It is build on top of the DynamicTexture.",
|
|
7
|
-
"version": "5.0.0-rc.
|
|
7
|
+
"version": "5.0.0-rc.1",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
10
|
"url": "https://github.com/BabylonJS/Babylon.js.git"
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
],
|
|
29
29
|
"license": "Apache-2.0",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"babylonjs": "5.0.0-rc.
|
|
31
|
+
"babylonjs": "5.0.0-rc.1"
|
|
32
32
|
},
|
|
33
33
|
"engines": {
|
|
34
34
|
"node": "*"
|