@galacean/effects 2.0.0-alpha.3 → 2.0.0-alpha.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.
package/dist/player.d.ts CHANGED
@@ -158,7 +158,7 @@ export declare class Player implements Disposable, LostHandler, RestoreHandler {
158
158
  private resumePending;
159
159
  private offscreenMode;
160
160
  private disposed;
161
- private assetManager;
161
+ private assetManagers;
162
162
  private speed;
163
163
  private baseCompositionIndex;
164
164
  /**