@galacean/engine-core 1.3.14 → 1.3.16

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@galacean/engine-core",
3
- "version": "1.3.14",
3
+ "version": "1.3.16",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -18,10 +18,10 @@
18
18
  "types/**/*"
19
19
  ],
20
20
  "dependencies": {
21
- "@galacean/engine-math": "1.3.14"
21
+ "@galacean/engine-math": "1.3.16"
22
22
  },
23
23
  "devDependencies": {
24
- "@galacean/engine-design": "1.3.14"
24
+ "@galacean/engine-design": "1.3.16"
25
25
  },
26
26
  "scripts": {
27
27
  "b:types": "tsc"
@@ -5,7 +5,7 @@ import { ParticleSimulationSpace } from "../enums/ParticleSimulationSpace";
5
5
  import { ParticleCompositeCurve } from "./ParticleCompositeCurve";
6
6
  import { ParticleCompositeGradient } from "./ParticleCompositeGradient";
7
7
  export declare class MainModule implements ICustomClone {
8
- private static _tempVector40;
8
+ private _tempVector40;
9
9
  private static _vector3One;
10
10
  private static readonly _positionScale;
11
11
  private static readonly _sizeScale;
@@ -50,7 +50,6 @@ export declare class MainModule implements ICustomClone {
50
50
  private _gravityModifier;
51
51
  private _simulationSpace;
52
52
  private _generator;
53
- private _gravity;
54
53
  /**
55
54
  * The initial lifetime of particles when emitted.
56
55
  */