@galacean/effects-core 2.7.3 → 2.7.4

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.
@@ -183,7 +183,8 @@ export declare class ParticleSystem extends Component implements Maskable {
183
183
  reset(): void;
184
184
  onStart(): void;
185
185
  onUpdate(dt: number): void;
186
- update(delta: number): void;
186
+ simulate(time: number): void;
187
+ private update;
187
188
  drawStencilMask(renderer: Renderer): void;
188
189
  onDestroy(): void;
189
190
  getParticleBoxes(): {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@galacean/effects-core",
3
- "version": "2.7.3",
3
+ "version": "2.7.4",
4
4
  "description": "Galacean Effects runtime core for the web",
5
5
  "module": "./dist/index.mjs",
6
6
  "main": "./dist/index.js",