@babylonjs/gui-editor 9.16.0 → 9.16.2
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.
|
@@ -2510,7 +2510,7 @@ export interface IOverrideEntry {
|
|
|
2510
2510
|
/**
|
|
2511
2511
|
* The types of scene objects that can be targeted by overrides.
|
|
2512
2512
|
*/
|
|
2513
|
-
export type OverrideTargetType = "meshes" | "materials" | "textures" | "lights" | "cameras" | "animationGroups" | "scene";
|
|
2513
|
+
export type OverrideTargetType = "meshes" | "transformNodes" | "materials" | "textures" | "lights" | "cameras" | "animationGroups" | "scene";
|
|
2514
2514
|
/**
|
|
2515
2515
|
* An override value. Supports scalars, color/vector arrays, object references,
|
|
2516
2516
|
* and null (used to clear a slot, e.g. removing a material assignment).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@babylonjs/gui-editor",
|
|
3
|
-
"version": "9.16.
|
|
3
|
+
"version": "9.16.2",
|
|
4
4
|
"main": "dist/babylon.guiEditor.js",
|
|
5
5
|
"module": "dist/babylon.guiEditor.js",
|
|
6
6
|
"esnext": "dist/babylon.guiEditor.js",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"@types/react-dom": ">=16.0.9"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@babylonjs/core": "9.16.
|
|
28
|
-
"@babylonjs/gui": "9.16.
|
|
27
|
+
"@babylonjs/core": "9.16.2",
|
|
28
|
+
"@babylonjs/gui": "9.16.2",
|
|
29
29
|
"@tools/gui-editor": "1.0.0",
|
|
30
30
|
"react": "^18.2.0",
|
|
31
31
|
"react-dom": "^18.2.0"
|