@babylonjs/inspector 5.0.0-alpha.57 → 5.0.0-alpha.58
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.
@@ -1635,7 +1635,9 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/an
|
|
1635
1635
|
interface ICanvasComponentState {
|
1636
1636
|
}
|
1637
1637
|
export class CanvasComponent extends React.Component<ICanvasComponentProps, ICanvasComponentState> {
|
1638
|
+
private _onActiveAnimationChangedObserver;
|
1638
1639
|
constructor(props: ICanvasComponentProps);
|
1640
|
+
componentWillUnmount(): void;
|
1639
1641
|
render(): JSX.Element;
|
1640
1642
|
}
|
1641
1643
|
}
|
@@ -2184,8 +2186,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/ma
|
|
2184
2186
|
private _originalTexture;
|
2185
2187
|
/** This is a hidden texture which is only responsible for holding the actual texture memory in the original engine */
|
2186
2188
|
private _target;
|
2187
|
-
|
2188
|
-
private _originalInternalTexture;
|
2189
|
+
private _originalTextureProperties;
|
2189
2190
|
/** Keeps track of whether we have modified the texture */
|
2190
2191
|
private _didEdit;
|
2191
2192
|
private _plane;
|
package/package.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
},
|
5
5
|
"name": "@babylonjs/inspector",
|
6
6
|
"description": "The Babylon.js inspector.",
|
7
|
-
"version": "5.0.0-alpha.
|
7
|
+
"version": "5.0.0-alpha.58",
|
8
8
|
"repository": {
|
9
9
|
"type": "git",
|
10
10
|
"url": "https://github.com/BabylonJS/Babylon.js.git"
|
@@ -27,12 +27,12 @@
|
|
27
27
|
],
|
28
28
|
"license": "Apache-2.0",
|
29
29
|
"dependencies": {
|
30
|
-
"@babylonjs/core": "5.0.0-alpha.
|
31
|
-
"@babylonjs/gui": "5.0.0-alpha.
|
32
|
-
"@babylonjs/loaders": "5.0.0-alpha.
|
33
|
-
"@babylonjs/materials": "5.0.0-alpha.
|
34
|
-
"@babylonjs/serializers": "5.0.0-alpha.
|
35
|
-
"babylonjs-gltf2interface": "5.0.0-alpha.
|
30
|
+
"@babylonjs/core": "5.0.0-alpha.58",
|
31
|
+
"@babylonjs/gui": "5.0.0-alpha.58",
|
32
|
+
"@babylonjs/loaders": "5.0.0-alpha.58",
|
33
|
+
"@babylonjs/materials": "5.0.0-alpha.58",
|
34
|
+
"@babylonjs/serializers": "5.0.0-alpha.58",
|
35
|
+
"babylonjs-gltf2interface": "5.0.0-alpha.58",
|
36
36
|
"tslib": "^2.3.1"
|
37
37
|
},
|
38
38
|
"peerDependencies": {
|