@galacean/effects-core 2.0.0-alpha.22 → 2.0.0-alpha.24

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.
@@ -158,6 +158,7 @@ export declare class ParticleSystem extends Component {
158
158
  get timePassed(): number;
159
159
  get lifetime(): number;
160
160
  get particleCount(): number;
161
+ isFrozen(): boolean;
161
162
  initEmitterTransform(): void;
162
163
  private updateEmitterTransform;
163
164
  private addParticle;
@@ -7,7 +7,6 @@ import { ParticleSystem } from './particle-system';
7
7
  */
8
8
  export declare class ParticleBehaviourPlayable extends Playable {
9
9
  particleSystem: ParticleSystem;
10
- lastTime: number;
11
10
  start(context: FrameContext): void;
12
11
  processFrame(context: FrameContext): void;
13
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@galacean/effects-core",
3
- "version": "2.0.0-alpha.22",
3
+ "version": "2.0.0-alpha.24",
4
4
  "description": "Galacean Effects runtime core for the web",
5
5
  "module": "./dist/index.mjs",
6
6
  "main": "./dist/index.js",