@galacean/engine-core 1.3.6 → 1.3.8

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.6",
3
+ "version": "1.3.8",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -15,10 +15,10 @@
15
15
  "types/**/*"
16
16
  ],
17
17
  "dependencies": {
18
- "@galacean/engine-math": "1.3.6"
18
+ "@galacean/engine-math": "1.3.8"
19
19
  },
20
20
  "devDependencies": {
21
- "@galacean/engine-design": "1.3.6"
21
+ "@galacean/engine-design": "1.3.8"
22
22
  },
23
23
  "scripts": {
24
24
  "b:types": "tsc"
@@ -7,12 +7,10 @@ import { ParticleGeneratorModule } from "./ParticleGeneratorModule";
7
7
  export declare class TextureSheetAnimationModule extends ParticleGeneratorModule {
8
8
  private static readonly _frameCurveMacro;
9
9
  private static readonly _frameRandomCurvesMacro;
10
- private static readonly _cycleCountProperty;
11
- private static readonly _tillingParamsProperty;
12
10
  private static readonly _frameMinCurveProperty;
13
11
  private static readonly _frameMaxCurveProperty;
14
- /** Start frame of the texture sheet. */
15
- readonly startFrame: ParticleCompositeCurve;
12
+ private static readonly _cycleCountProperty;
13
+ private static readonly _tillingParamsProperty;
16
14
  /** Frame over time curve of the texture sheet. */
17
15
  readonly frameOverTime: ParticleCompositeCurve;
18
16
  /** Texture sheet animation type. */
@@ -20,7 +18,7 @@ export declare class TextureSheetAnimationModule extends ParticleGeneratorModule
20
18
  /** Cycle count. */
21
19
  cycleCount: number;
22
20
  private _tiling;
23
- private _textureSheetMacro;
21
+ private _frameCurveMacro;
24
22
  /**
25
23
  * Tiling of the texture sheet.
26
24
  * */