@dcl/playground-assets 7.22.4-24244806167.commit-6559014 → 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.
@@ -70,31 +70,6 @@ export const assetLoadLoadingStateSystem: AssetLoadLoadingStateSystem;
70
70
  // @public (undocumented)
71
71
  export type AssetLoadLoadingStateSystemCallback = (event: DeepReadonlyObject<PBAssetLoadLoadingState>) => void;
72
72
 
73
- // Warning: (ae-missing-release-tag) "AudioAnalysis" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
74
- //
75
- // @public (undocumented)
76
- export const AudioAnalysis: AudioAnalysisComponentDefinitionExtended;
77
-
78
- // Warning: (ae-missing-release-tag) "AudioAnalysisComponentDefinitionExtended" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
79
- //
80
- // @public (undocumented)
81
- export interface AudioAnalysisComponentDefinitionExtended extends LastWriteWinElementSetComponentDefinition<PBAudioAnalysis> {
82
- createAudioAnalysis(entity: Entity, mode?: PBAudioAnalysisMode, // default is PBAudioAnalysisMode.MODE_LOGARITHMIC
83
- amplitudeGain?: number, bandsGain?: number): void;
84
- createOrReplaceAudioAnalysis(entity: Entity, mode?: PBAudioAnalysisMode, // default is PBAudioAnalysisMode.MODE_LOGARITHMIC
85
- amplitudeGain?: number, bandsGain?: number): void;
86
- readIntoView(entity: Entity, out: AudioAnalysisView): void;
87
- tryReadIntoView(entity: Entity, out: AudioAnalysisView): boolean;
88
- }
89
-
90
- // Warning: (ae-missing-release-tag) "AudioAnalysisView" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
91
- //
92
- // @public
93
- export type AudioAnalysisView = {
94
- amplitude: number;
95
- bands: number[];
96
- };
97
-
98
73
  // @public (undocumented)
99
74
  export const AudioEvent: GrowOnlyValueSetComponentDefinition<PBAudioEvent>;
100
75
 
@@ -184,20 +159,9 @@ export const AvatarBase: LastWriteWinElementSetComponentDefinition<PBAvatarBase>
184
159
  // @public (undocumented)
185
160
  export const AvatarEmoteCommand: GrowOnlyValueSetComponentDefinition<PBAvatarEmoteCommand>;
186
161
 
187
- // @public (undocumented)
188
- export const enum AvatarEmoteMask {
189
- // (undocumented)
190
- AEM_FULL_BODY = 0,
191
- // (undocumented)
192
- AEM_UPPER_BODY = 1
193
- }
194
-
195
162
  // @public (undocumented)
196
163
  export const AvatarEquippedData: LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>;
197
164
 
198
- // @public (undocumented)
199
- export const AvatarLocomotionSettings: LastWriteWinElementSetComponentDefinition<PBAvatarLocomotionSettings>;
200
-
201
165
  // @public (undocumented)
202
166
  export const AvatarModifierArea: LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>;
203
167
 
@@ -696,7 +660,6 @@ export const componentDefinitionByName: {
696
660
  "core::Animator": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAnimator>>;
697
661
  "core::AssetLoad": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAssetLoad>>;
698
662
  "core::AssetLoadLoadingState": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBAssetLoadLoadingState>>;
699
- "core::AudioAnalysis": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioAnalysis>>;
700
663
  "core::AudioEvent": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBAudioEvent>>;
701
664
  "core::AudioSource": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioSource>>;
702
665
  "core::AudioStream": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioStream>>;
@@ -704,7 +667,6 @@ export const componentDefinitionByName: {
704
667
  "core::AvatarBase": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarBase>>;
705
668
  "core::AvatarEmoteCommand": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBAvatarEmoteCommand>>;
706
669
  "core::AvatarEquippedData": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>>;
707
- "core::AvatarLocomotionSettings": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarLocomotionSettings>>;
708
670
  "core::AvatarModifierArea": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>>;
709
671
  "core::AvatarShape": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarShape>>;
710
672
  "core::Billboard": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBBillboard>>;
@@ -1576,8 +1538,6 @@ export const enum InputAction {
1576
1538
  // (undocumented)
1577
1539
  IA_LEFT = 7,
1578
1540
  // (undocumented)
1579
- IA_MODIFIER = 14,
1580
- // (undocumented)
1581
1541
  IA_POINTER = 0,
1582
1542
  // (undocumented)
1583
1543
  IA_PRIMARY = 1,
@@ -2391,46 +2351,6 @@ export namespace PBAssetLoadLoadingState {
2391
2351
  export function encode(message: PBAssetLoadLoadingState, writer?: _m0.Writer): _m0.Writer;
2392
2352
  }
2393
2353
 
2394
- // @public (undocumented)
2395
- export interface PBAudioAnalysis {
2396
- amplitude: number;
2397
- amplitudeGain?: number | undefined;
2398
- // Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
2399
- band0: number;
2400
- // (undocumented)
2401
- band1: number;
2402
- // (undocumented)
2403
- band2: number;
2404
- // (undocumented)
2405
- band3: number;
2406
- // (undocumented)
2407
- band4: number;
2408
- // (undocumented)
2409
- band5: number;
2410
- // (undocumented)
2411
- band6: number;
2412
- // (undocumented)
2413
- band7: number;
2414
- bandsGain?: number | undefined;
2415
- mode: PBAudioAnalysisMode;
2416
- }
2417
-
2418
- // @public (undocumented)
2419
- export namespace PBAudioAnalysis {
2420
- // (undocumented)
2421
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAudioAnalysis;
2422
- // (undocumented)
2423
- export function encode(message: PBAudioAnalysis, writer?: _m0.Writer): _m0.Writer;
2424
- }
2425
-
2426
- // @public (undocumented)
2427
- export const enum PBAudioAnalysisMode {
2428
- // (undocumented)
2429
- MODE_LOGARITHMIC = 1,
2430
- // (undocumented)
2431
- MODE_RAW = 0
2432
- }
2433
-
2434
2354
  // @public (undocumented)
2435
2355
  export interface PBAudioEvent {
2436
2356
  // (undocumented)
@@ -2552,27 +2472,6 @@ export namespace PBAvatarEquippedData {
2552
2472
  export function encode(message: PBAvatarEquippedData, writer?: _m0.Writer): _m0.Writer;
2553
2473
  }
2554
2474
 
2555
- // @public (undocumented)
2556
- export interface PBAvatarLocomotionSettings {
2557
- doubleJumpHeight?: number | undefined;
2558
- glidingFallingSpeed?: number | undefined;
2559
- glidingSpeed?: number | undefined;
2560
- hardLandingCooldown?: number | undefined;
2561
- jogSpeed?: number | undefined;
2562
- jumpHeight?: number | undefined;
2563
- runJumpHeight?: number | undefined;
2564
- runSpeed?: number | undefined;
2565
- walkSpeed?: number | undefined;
2566
- }
2567
-
2568
- // @public (undocumented)
2569
- export namespace PBAvatarLocomotionSettings {
2570
- // (undocumented)
2571
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarLocomotionSettings;
2572
- // (undocumented)
2573
- export function encode(message: PBAvatarLocomotionSettings, writer?: _m0.Writer): _m0.Writer;
2574
- }
2575
-
2576
2475
  // @public (undocumented)
2577
2476
  export interface PBAvatarModifierArea {
2578
2477
  area: PBVector3 | undefined;
@@ -3114,7 +3013,7 @@ export interface PBParticleSystem {
3114
3013
  additionalForce?: PBVector3 | undefined;
3115
3014
  billboard?: boolean | undefined;
3116
3015
  blendMode?: PBParticleSystem_BlendMode | undefined;
3117
- bursts: PBParticleSystem_Burst[];
3016
+ bursts?: PBParticleSystem_BurstConfiguration | undefined;
3118
3017
  // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
3119
3018
  // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
3120
3019
  colorOverTime?: ColorRange | undefined;
@@ -3203,6 +3102,20 @@ export namespace PBParticleSystem_Burst {
3203
3102
  export function encode(message: PBParticleSystem_Burst, writer?: _m0.Writer): _m0.Writer;
3204
3103
  }
3205
3104
 
3105
+ // @public (undocumented)
3106
+ export interface PBParticleSystem_BurstConfiguration {
3107
+ // (undocumented)
3108
+ values: PBParticleSystem_Burst[];
3109
+ }
3110
+
3111
+ // @public (undocumented)
3112
+ export namespace PBParticleSystem_BurstConfiguration {
3113
+ // (undocumented)
3114
+ export function decode(input: _m0.Reader | Uint8Array, length?: number): PBParticleSystem_BurstConfiguration;
3115
+ // (undocumented)
3116
+ export function encode(message: PBParticleSystem_BurstConfiguration, writer?: _m0.Writer): _m0.Writer;
3117
+ }
3118
+
3206
3119
  // @public (undocumented)
3207
3120
  export interface PBParticleSystem_Cone {
3208
3121
  angle?: number | undefined;
@@ -4029,7 +3942,6 @@ export namespace PBVideoPlayer {
4029
3942
  export interface PBVirtualCamera {
4030
3943
  // (undocumented)
4031
3944
  defaultTransition?: CameraTransition | undefined;
4032
- fov?: number | undefined;
4033
3945
  // (undocumented)
4034
3946
  lookAtEntity?: number | undefined;
4035
3947
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@dcl/playground-assets",
3
3
  "description": "",
4
- "version": "7.22.4-24244806167.commit-6559014",
4
+ "version": "7.22.4-24516040558.commit-1309a55",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
- "@dcl/js-runtime": "7.22.4-24244806167.commit-6559014",
8
- "@dcl/sdk": "7.22.4-24244806167.commit-6559014"
7
+ "@dcl/js-runtime": "7.22.4-24516040558.commit-1309a55",
8
+ "@dcl/sdk": "7.22.4-24516040558.commit-1309a55"
9
9
  },
10
10
  "devDependencies": {
11
11
  "@microsoft/api-extractor": "^7.33.8"
@@ -32,5 +32,5 @@
32
32
  },
33
33
  "types": "./dist/index.d.ts",
34
34
  "typings": "./dist/index.d.ts",
35
- "commit": "6559014d9d29a8d8bab1bbff430ce3397f1d3f66"
35
+ "commit": "1309a552442670f22b64ad4cea1d88136188ad2f"
36
36
  }