@dcl/playground-assets 7.22.3-24082946861.commit-0d8c4f2 → 7.22.3-24140259774.commit-413d8e2

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
 
@@ -187,9 +162,6 @@ export const AvatarEmoteCommand: GrowOnlyValueSetComponentDefinition<PBAvatarEmo
187
162
  // @public (undocumented)
188
163
  export const AvatarEquippedData: LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>;
189
164
 
190
- // @public (undocumented)
191
- export const AvatarLocomotionSettings: LastWriteWinElementSetComponentDefinition<PBAvatarLocomotionSettings>;
192
-
193
165
  // @public (undocumented)
194
166
  export const AvatarModifierArea: LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>;
195
167
 
@@ -688,7 +660,6 @@ export const componentDefinitionByName: {
688
660
  "core::Animator": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAnimator>>;
689
661
  "core::AssetLoad": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAssetLoad>>;
690
662
  "core::AssetLoadLoadingState": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBAssetLoadLoadingState>>;
691
- "core::AudioAnalysis": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioAnalysis>>;
692
663
  "core::AudioEvent": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBAudioEvent>>;
693
664
  "core::AudioSource": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioSource>>;
694
665
  "core::AudioStream": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioStream>>;
@@ -696,7 +667,6 @@ export const componentDefinitionByName: {
696
667
  "core::AvatarBase": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarBase>>;
697
668
  "core::AvatarEmoteCommand": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBAvatarEmoteCommand>>;
698
669
  "core::AvatarEquippedData": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>>;
699
- "core::AvatarLocomotionSettings": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarLocomotionSettings>>;
700
670
  "core::AvatarModifierArea": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>>;
701
671
  "core::AvatarShape": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarShape>>;
702
672
  "core::Billboard": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBBillboard>>;
@@ -1568,8 +1538,6 @@ export const enum InputAction {
1568
1538
  // (undocumented)
1569
1539
  IA_LEFT = 7,
1570
1540
  // (undocumented)
1571
- IA_MODIFIER = 14,
1572
- // (undocumented)
1573
1541
  IA_POINTER = 0,
1574
1542
  // (undocumented)
1575
1543
  IA_PRIMARY = 1,
@@ -2383,46 +2351,6 @@ export namespace PBAssetLoadLoadingState {
2383
2351
  export function encode(message: PBAssetLoadLoadingState, writer?: _m0.Writer): _m0.Writer;
2384
2352
  }
2385
2353
 
2386
- // @public (undocumented)
2387
- export interface PBAudioAnalysis {
2388
- amplitude: number;
2389
- amplitudeGain?: number | undefined;
2390
- // Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
2391
- band0: number;
2392
- // (undocumented)
2393
- band1: number;
2394
- // (undocumented)
2395
- band2: number;
2396
- // (undocumented)
2397
- band3: number;
2398
- // (undocumented)
2399
- band4: number;
2400
- // (undocumented)
2401
- band5: number;
2402
- // (undocumented)
2403
- band6: number;
2404
- // (undocumented)
2405
- band7: number;
2406
- bandsGain?: number | undefined;
2407
- mode: PBAudioAnalysisMode;
2408
- }
2409
-
2410
- // @public (undocumented)
2411
- export namespace PBAudioAnalysis {
2412
- // (undocumented)
2413
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAudioAnalysis;
2414
- // (undocumented)
2415
- export function encode(message: PBAudioAnalysis, writer?: _m0.Writer): _m0.Writer;
2416
- }
2417
-
2418
- // @public (undocumented)
2419
- export const enum PBAudioAnalysisMode {
2420
- // (undocumented)
2421
- MODE_LOGARITHMIC = 1,
2422
- // (undocumented)
2423
- MODE_RAW = 0
2424
- }
2425
-
2426
2354
  // @public (undocumented)
2427
2355
  export interface PBAudioEvent {
2428
2356
  // (undocumented)
@@ -2544,27 +2472,6 @@ export namespace PBAvatarEquippedData {
2544
2472
  export function encode(message: PBAvatarEquippedData, writer?: _m0.Writer): _m0.Writer;
2545
2473
  }
2546
2474
 
2547
- // @public (undocumented)
2548
- export interface PBAvatarLocomotionSettings {
2549
- doubleJumpHeight?: number | undefined;
2550
- glidingFallingSpeed?: number | undefined;
2551
- glidingSpeed?: number | undefined;
2552
- hardLandingCooldown?: number | undefined;
2553
- jogSpeed?: number | undefined;
2554
- jumpHeight?: number | undefined;
2555
- runJumpHeight?: number | undefined;
2556
- runSpeed?: number | undefined;
2557
- walkSpeed?: number | undefined;
2558
- }
2559
-
2560
- // @public (undocumented)
2561
- export namespace PBAvatarLocomotionSettings {
2562
- // (undocumented)
2563
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarLocomotionSettings;
2564
- // (undocumented)
2565
- export function encode(message: PBAvatarLocomotionSettings, writer?: _m0.Writer): _m0.Writer;
2566
- }
2567
-
2568
2475
  // @public (undocumented)
2569
2476
  export interface PBAvatarModifierArea {
2570
2477
  area: PBVector3 | undefined;
@@ -4021,7 +3928,6 @@ export namespace PBVideoPlayer {
4021
3928
  export interface PBVirtualCamera {
4022
3929
  // (undocumented)
4023
3930
  defaultTransition?: CameraTransition | undefined;
4024
- fov?: number | undefined;
4025
3931
  // (undocumented)
4026
3932
  lookAtEntity?: number | undefined;
4027
3933
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@dcl/playground-assets",
3
3
  "description": "",
4
- "version": "7.22.3-24082946861.commit-0d8c4f2",
4
+ "version": "7.22.3-24140259774.commit-413d8e2",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
- "@dcl/js-runtime": "7.22.3-24082946861.commit-0d8c4f2",
8
- "@dcl/sdk": "7.22.3-24082946861.commit-0d8c4f2"
7
+ "@dcl/js-runtime": "7.22.3-24140259774.commit-413d8e2",
8
+ "@dcl/sdk": "7.22.3-24140259774.commit-413d8e2"
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": "0d8c4f2d8d191ae8b74913efa4d84f92db7afd5c"
35
+ "commit": "413d8e2604d702fbce78855549cd3c9b4e23fac1"
36
36
  }