@dcl/playground-assets 7.22.4-24475947109.commit-33014a1 → 7.22.4-24516040558.commit-1309a55

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/alpha.d.ts CHANGED
@@ -5547,7 +5547,7 @@ export declare interface PBParticleSystem {
5547
5547
  /** --- Playback --- */
5548
5548
  playbackState?: PBParticleSystem_PlaybackState | undefined;
5549
5549
  /** --- Emission Bursts --- */
5550
- bursts: PBParticleSystem_Burst[];
5550
+ bursts?: PBParticleSystem_BurstConfiguration | undefined;
5551
5551
  }
5552
5552
 
5553
5553
  /**
@@ -5589,7 +5589,6 @@ export declare namespace PBParticleSystem_Box {
5589
5589
  export function decode(input: _m0.Reader | Uint8Array, length?: number): PBParticleSystem_Box;
5590
5590
  }
5591
5591
 
5592
- /** Emission burst configuration. */
5593
5592
  /**
5594
5593
  * @public
5595
5594
  */
@@ -5614,6 +5613,22 @@ export declare namespace PBParticleSystem_Burst {
5614
5613
  export function decode(input: _m0.Reader | Uint8Array, length?: number): PBParticleSystem_Burst;
5615
5614
  }
5616
5615
 
5616
+ /** Emission burst configuration. */
5617
+ /**
5618
+ * @public
5619
+ */
5620
+ export declare interface PBParticleSystem_BurstConfiguration {
5621
+ values: PBParticleSystem_Burst[];
5622
+ }
5623
+
5624
+ /**
5625
+ * @public
5626
+ */
5627
+ export declare namespace PBParticleSystem_BurstConfiguration {
5628
+ export function encode(message: PBParticleSystem_BurstConfiguration, writer?: _m0.Writer): _m0.Writer;
5629
+ export function decode(input: _m0.Reader | Uint8Array, length?: number): PBParticleSystem_BurstConfiguration;
5630
+ }
5631
+
5617
5632
  /** Emitter spawns particles from the base of a cone and projects them outward. */
5618
5633
  /**
5619
5634
  * @public
package/dist/beta.d.ts CHANGED
@@ -5519,7 +5519,7 @@ export declare interface PBParticleSystem {
5519
5519
  /** --- Playback --- */
5520
5520
  playbackState?: PBParticleSystem_PlaybackState | undefined;
5521
5521
  /** --- Emission Bursts --- */
5522
- bursts: PBParticleSystem_Burst[];
5522
+ bursts?: PBParticleSystem_BurstConfiguration | undefined;
5523
5523
  }
5524
5524
 
5525
5525
  /**
@@ -5561,7 +5561,6 @@ export declare namespace PBParticleSystem_Box {
5561
5561
  export function decode(input: _m0.Reader | Uint8Array, length?: number): PBParticleSystem_Box;
5562
5562
  }
5563
5563
 
5564
- /** Emission burst configuration. */
5565
5564
  /**
5566
5565
  * @public
5567
5566
  */
@@ -5586,6 +5585,22 @@ export declare namespace PBParticleSystem_Burst {
5586
5585
  export function decode(input: _m0.Reader | Uint8Array, length?: number): PBParticleSystem_Burst;
5587
5586
  }
5588
5587
 
5588
+ /** Emission burst configuration. */
5589
+ /**
5590
+ * @public
5591
+ */
5592
+ export declare interface PBParticleSystem_BurstConfiguration {
5593
+ values: PBParticleSystem_Burst[];
5594
+ }
5595
+
5596
+ /**
5597
+ * @public
5598
+ */
5599
+ export declare namespace PBParticleSystem_BurstConfiguration {
5600
+ export function encode(message: PBParticleSystem_BurstConfiguration, writer?: _m0.Writer): _m0.Writer;
5601
+ export function decode(input: _m0.Reader | Uint8Array, length?: number): PBParticleSystem_BurstConfiguration;
5602
+ }
5603
+
5589
5604
  /** Emitter spawns particles from the base of a cone and projects them outward. */
5590
5605
  /**
5591
5606
  * @public
@@ -5519,7 +5519,7 @@ export declare interface PBParticleSystem {
5519
5519
  /** --- Playback --- */
5520
5520
  playbackState?: PBParticleSystem_PlaybackState | undefined;
5521
5521
  /** --- Emission Bursts --- */
5522
- bursts: PBParticleSystem_Burst[];
5522
+ bursts?: PBParticleSystem_BurstConfiguration | undefined;
5523
5523
  }
5524
5524
 
5525
5525
  /**
@@ -5561,7 +5561,6 @@ export declare namespace PBParticleSystem_Box {
5561
5561
  export function decode(input: _m0.Reader | Uint8Array, length?: number): PBParticleSystem_Box;
5562
5562
  }
5563
5563
 
5564
- /** Emission burst configuration. */
5565
5564
  /**
5566
5565
  * @public
5567
5566
  */
@@ -5586,6 +5585,22 @@ export declare namespace PBParticleSystem_Burst {
5586
5585
  export function decode(input: _m0.Reader | Uint8Array, length?: number): PBParticleSystem_Burst;
5587
5586
  }
5588
5587
 
5588
+ /** Emission burst configuration. */
5589
+ /**
5590
+ * @public
5591
+ */
5592
+ export declare interface PBParticleSystem_BurstConfiguration {
5593
+ values: PBParticleSystem_Burst[];
5594
+ }
5595
+
5596
+ /**
5597
+ * @public
5598
+ */
5599
+ export declare namespace PBParticleSystem_BurstConfiguration {
5600
+ export function encode(message: PBParticleSystem_BurstConfiguration, writer?: _m0.Writer): _m0.Writer;
5601
+ export function decode(input: _m0.Reader | Uint8Array, length?: number): PBParticleSystem_BurstConfiguration;
5602
+ }
5603
+
5589
5604
  /** Emitter spawns particles from the base of a cone and projects them outward. */
5590
5605
  /**
5591
5606
  * @public