babylonjs-node-particle-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.
@@ -1796,7 +1796,7 @@ declare namespace BABYLON.NodeParticleEditor.SharedUIComponents {
1796
1796
  /**
1797
1797
  * The types of scene objects that can be targeted by overrides.
1798
1798
  */
1799
- export type OverrideTargetType = "meshes" | "materials" | "textures" | "lights" | "cameras" | "animationGroups" | "scene";
1799
+ export type OverrideTargetType = "meshes" | "transformNodes" | "materials" | "textures" | "lights" | "cameras" | "animationGroups" | "scene";
1800
1800
  /**
1801
1801
  * An override value. Supports scalars, color/vector arrays, object references,
1802
1802
  * and null (used to clear a slot, e.g. removing a material assignment).
@@ -2000,7 +2000,7 @@ export interface IOverrideEntry {
2000
2000
  /**
2001
2001
  * The types of scene objects that can be targeted by overrides.
2002
2002
  */
2003
- export type OverrideTargetType = "meshes" | "materials" | "textures" | "lights" | "cameras" | "animationGroups" | "scene";
2003
+ export type OverrideTargetType = "meshes" | "transformNodes" | "materials" | "textures" | "lights" | "cameras" | "animationGroups" | "scene";
2004
2004
  /**
2005
2005
  * An override value. Supports scalars, color/vector arrays, object references,
2006
2006
  * and null (used to clear a slot, e.g. removing a material assignment).
@@ -10808,7 +10808,7 @@ declare namespace BABYLON.NodeParticleEditor.SharedUIComponents {
10808
10808
  /**
10809
10809
  * The types of scene objects that can be targeted by overrides.
10810
10810
  */
10811
- export type OverrideTargetType = "meshes" | "materials" | "textures" | "lights" | "cameras" | "animationGroups" | "scene";
10811
+ export type OverrideTargetType = "meshes" | "transformNodes" | "materials" | "textures" | "lights" | "cameras" | "animationGroups" | "scene";
10812
10812
  /**
10813
10813
  * An override value. Supports scalars, color/vector arrays, object references,
10814
10814
  * 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-node-particle-editor",
3
- "version": "9.16.1",
3
+ "version": "9.16.2",
4
4
  "main": "babylon.nodeParticleEditor.js",
5
5
  "types": "babylon.nodeParticleEditor.module.d.ts",
6
6
  "files": [
@@ -15,7 +15,7 @@
15
15
  "clean": "rimraf dist && rimraf babylon*.* -g"
16
16
  },
17
17
  "dependencies": {
18
- "babylonjs": "9.16.1"
18
+ "babylonjs": "9.16.2"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@dev/build-tools": "1.0.0",