babylonjs-gui-editor 9.16.1 → 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.
package/babylon.guiEditor.d.ts
CHANGED
|
@@ -2247,7 +2247,7 @@ declare namespace BABYLON.GuiEditor.SharedUIComponents {
|
|
|
2247
2247
|
/**
|
|
2248
2248
|
* The types of scene objects that can be targeted by overrides.
|
|
2249
2249
|
*/
|
|
2250
|
-
export type OverrideTargetType = "meshes" | "materials" | "textures" | "lights" | "cameras" | "animationGroups" | "scene";
|
|
2250
|
+
export type OverrideTargetType = "meshes" | "transformNodes" | "materials" | "textures" | "lights" | "cameras" | "animationGroups" | "scene";
|
|
2251
2251
|
/**
|
|
2252
2252
|
* An override value. Supports scalars, color/vector arrays, object references,
|
|
2253
2253
|
* and null (used to clear a slot, e.g. removing a material assignment).
|
|
@@ -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).
|
|
@@ -11769,7 +11769,7 @@ declare namespace BABYLON.GuiEditor.SharedUIComponents {
|
|
|
11769
11769
|
/**
|
|
11770
11770
|
* The types of scene objects that can be targeted by overrides.
|
|
11771
11771
|
*/
|
|
11772
|
-
export type OverrideTargetType = "meshes" | "materials" | "textures" | "lights" | "cameras" | "animationGroups" | "scene";
|
|
11772
|
+
export type OverrideTargetType = "meshes" | "transformNodes" | "materials" | "textures" | "lights" | "cameras" | "animationGroups" | "scene";
|
|
11773
11773
|
/**
|
|
11774
11774
|
* An override value. Supports scalars, color/vector arrays, object references,
|
|
11775
11775
|
* 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": "babylon.guiEditor.js",
|
|
5
5
|
"types": "babylon.guiEditor.module.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"clean": "rimraf dist && rimraf babylon*.* -g"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"babylonjs": "9.16.
|
|
19
|
-
"babylonjs-gui": "9.16.
|
|
18
|
+
"babylonjs": "9.16.2",
|
|
19
|
+
"babylonjs-gui": "9.16.2"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@dev/build-tools": "1.0.0",
|