babylonjs-inspector 7.38.0 → 7.39.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.inspector.d.ts
CHANGED
|
@@ -2541,6 +2541,7 @@ declare module INSPECTOR {
|
|
|
2541
2541
|
light: BABYLON.SpotLight;
|
|
2542
2542
|
lockObject: INSPECTOR.SharedUIComponents.LockObject;
|
|
2543
2543
|
onPropertyChangedObservable?: BABYLON.Observable<PropertyChangedEvent>;
|
|
2544
|
+
onSelectionChangedObservable?: BABYLON.Observable<any>;
|
|
2544
2545
|
}
|
|
2545
2546
|
export class SpotLightPropertyGridComponent extends React.Component<ISpotLightPropertyGridComponentProps> {
|
|
2546
2547
|
constructor(props: ISpotLightPropertyGridComponentProps);
|
|
@@ -3282,6 +3282,7 @@ interface ISpotLightPropertyGridComponentProps {
|
|
|
3282
3282
|
light: SpotLight;
|
|
3283
3283
|
lockObject: LockObject;
|
|
3284
3284
|
onPropertyChangedObservable?: Observable<PropertyChangedEvent>;
|
|
3285
|
+
onSelectionChangedObservable?: Observable<any>;
|
|
3285
3286
|
}
|
|
3286
3287
|
export class SpotLightPropertyGridComponent extends React.Component<ISpotLightPropertyGridComponentProps> {
|
|
3287
3288
|
constructor(props: ISpotLightPropertyGridComponentProps);
|
|
@@ -10645,6 +10646,7 @@ declare module INSPECTOR {
|
|
|
10645
10646
|
light: BABYLON.SpotLight;
|
|
10646
10647
|
lockObject: INSPECTOR.SharedUIComponents.LockObject;
|
|
10647
10648
|
onPropertyChangedObservable?: BABYLON.Observable<PropertyChangedEvent>;
|
|
10649
|
+
onSelectionChangedObservable?: BABYLON.Observable<any>;
|
|
10648
10650
|
}
|
|
10649
10651
|
export class SpotLightPropertyGridComponent extends React.Component<ISpotLightPropertyGridComponentProps> {
|
|
10650
10652
|
constructor(props: ISpotLightPropertyGridComponentProps);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "babylonjs-inspector",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.39.1",
|
|
4
4
|
"main": "babylon.inspector.bundle.max.js",
|
|
5
5
|
"types": "babylon.inspector.module.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
"clean": "rimraf dist && rimraf babylon*.* -g"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"babylonjs": "^7.
|
|
18
|
-
"babylonjs-gui": "^7.
|
|
19
|
-
"babylonjs-gui-editor": "^7.
|
|
20
|
-
"babylonjs-loaders": "^7.
|
|
21
|
-
"babylonjs-materials": "^7.
|
|
22
|
-
"babylonjs-serializers": "^7.
|
|
17
|
+
"babylonjs": "^7.39.1",
|
|
18
|
+
"babylonjs-gui": "^7.39.1",
|
|
19
|
+
"babylonjs-gui-editor": "^7.39.1",
|
|
20
|
+
"babylonjs-loaders": "^7.39.1",
|
|
21
|
+
"babylonjs-materials": "^7.39.1",
|
|
22
|
+
"babylonjs-serializers": "^7.39.1"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@dev/build-tools": "1.0.0",
|