@babylonjs/inspector 7.43.0 → 7.44.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -3124,7 +3124,7 @@ export class TextureCanvasManager {
|
|
3124
3124
|
private updateDisplay;
|
3125
3125
|
set channels(channels: IChannel[]);
|
3126
3126
|
paintPixelsOnCanvas(pixelData: Uint8Array, canvas: HTMLCanvasElement): void;
|
3127
|
-
grabOriginalTexture(): Promise<Uint8Array
|
3127
|
+
grabOriginalTexture(): Promise<Uint8Array<ArrayBufferLike>>;
|
3128
3128
|
getMouseCoordinates(pointerInfo: PointerInfo): Vector2;
|
3129
3129
|
get scene(): Scene;
|
3130
3130
|
get canvas2D(): HTMLCanvasElement;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@babylonjs/inspector",
|
3
|
-
"version": "7.
|
3
|
+
"version": "7.44.0",
|
4
4
|
"module": "dist/babylon.inspector.bundle.max.js",
|
5
5
|
"main": "dist/babylon.inspector.bundle.max.js",
|
6
6
|
"typings": "dist/babylon.inspector.module.d.ts",
|
@@ -32,12 +32,12 @@
|
|
32
32
|
"@types/react-dom": ">=16.0.9"
|
33
33
|
},
|
34
34
|
"devDependencies": {
|
35
|
-
"@babylonjs/core": "^7.
|
36
|
-
"@babylonjs/gui": "^7.
|
37
|
-
"@babylonjs/gui-editor": "^7.
|
38
|
-
"@babylonjs/loaders": "^7.
|
39
|
-
"@babylonjs/materials": "^7.
|
40
|
-
"@babylonjs/serializers": "^7.
|
35
|
+
"@babylonjs/core": "^7.44.0",
|
36
|
+
"@babylonjs/gui": "^7.44.0",
|
37
|
+
"@babylonjs/gui-editor": "^7.44.0",
|
38
|
+
"@babylonjs/loaders": "^7.44.0",
|
39
|
+
"@babylonjs/materials": "^7.44.0",
|
40
|
+
"@babylonjs/serializers": "^7.44.0",
|
41
41
|
"@lts/gui": "1.0.0",
|
42
42
|
"react": "^17.0.2",
|
43
43
|
"react-dom": "^17.0.2"
|