@dcl/playground-assets 7.18.2-21458377493.commit-ea4f3b6 → 7.19.1-21526551025.commit-799f37f
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 +2 -135
- package/dist/beta.d.ts +2 -135
- package/dist/index.bundled.d.ts +2 -135
- package/dist/index.js +7 -7
- package/dist/index.js.map +4 -4
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +2 -135
- package/dist/tsdoc-metadata.json +1 -1
- package/etc/playground-assets.api.json +2 -1436
- package/etc/playground-assets.api.md +1 -92
- package/package.json +4 -4
|
@@ -50,31 +50,6 @@ export namespace AppendValueOperation {
|
|
|
50
50
|
// @public
|
|
51
51
|
export function areConnected(parcels: Coords[]): boolean;
|
|
52
52
|
|
|
53
|
-
// 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)
|
|
54
|
-
//
|
|
55
|
-
// @public (undocumented)
|
|
56
|
-
export const AudioAnalysis: AudioAnalysisComponentDefinitionExtended;
|
|
57
|
-
|
|
58
|
-
// 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)
|
|
59
|
-
//
|
|
60
|
-
// @public (undocumented)
|
|
61
|
-
export interface AudioAnalysisComponentDefinitionExtended extends LastWriteWinElementSetComponentDefinition<PBAudioAnalysis> {
|
|
62
|
-
createAudioAnalysis(entity: Entity, mode?: PBAudioAnalysisMode, // default is PBAudioAnalysisMode.MODE_LOGARITHMIC
|
|
63
|
-
amplitudeGain?: number, bandsGain?: number): void;
|
|
64
|
-
createOrReplaceAudioAnalysis(entity: Entity, mode?: PBAudioAnalysisMode, // default is PBAudioAnalysisMode.MODE_LOGARITHMIC
|
|
65
|
-
amplitudeGain?: number, bandsGain?: number): void;
|
|
66
|
-
readIntoView(entity: Entity, out: AudioAnalysisView): void;
|
|
67
|
-
tryReadIntoView(entity: Entity, out: AudioAnalysisView): boolean;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
// 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)
|
|
71
|
-
//
|
|
72
|
-
// @public
|
|
73
|
-
export type AudioAnalysisView = {
|
|
74
|
-
amplitude: number;
|
|
75
|
-
bands: number[];
|
|
76
|
-
};
|
|
77
|
-
|
|
78
53
|
// @public (undocumented)
|
|
79
54
|
export const AudioEvent: GrowOnlyValueSetComponentDefinition<PBAudioEvent>;
|
|
80
55
|
|
|
@@ -167,9 +142,6 @@ export const AvatarEmoteCommand: GrowOnlyValueSetComponentDefinition<PBAvatarEmo
|
|
|
167
142
|
// @public (undocumented)
|
|
168
143
|
export const AvatarEquippedData: LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>;
|
|
169
144
|
|
|
170
|
-
// @public (undocumented)
|
|
171
|
-
export const AvatarLocomotionSettings: LastWriteWinElementSetComponentDefinition<PBAvatarLocomotionSettings>;
|
|
172
|
-
|
|
173
145
|
// @public (undocumented)
|
|
174
146
|
export const AvatarModifierArea: LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>;
|
|
175
147
|
|
|
@@ -650,7 +622,6 @@ export type ComponentDefinition<T> = LastWriteWinElementSetComponentDefinition<T
|
|
|
650
622
|
// @public
|
|
651
623
|
export const componentDefinitionByName: {
|
|
652
624
|
"core::Animator": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAnimator>>;
|
|
653
|
-
"core::AudioAnalysis": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioAnalysis>>;
|
|
654
625
|
"core::AudioEvent": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBAudioEvent>>;
|
|
655
626
|
"core::AudioSource": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioSource>>;
|
|
656
627
|
"core::AudioStream": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioStream>>;
|
|
@@ -658,7 +629,6 @@ export const componentDefinitionByName: {
|
|
|
658
629
|
"core::AvatarBase": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarBase>>;
|
|
659
630
|
"core::AvatarEmoteCommand": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBAvatarEmoteCommand>>;
|
|
660
631
|
"core::AvatarEquippedData": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>>;
|
|
661
|
-
"core::AvatarLocomotionSettings": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarLocomotionSettings>>;
|
|
662
632
|
"core::AvatarModifierArea": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>>;
|
|
663
633
|
"core::AvatarShape": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarShape>>;
|
|
664
634
|
"core::Billboard": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBBillboard>>;
|
|
@@ -1507,8 +1477,6 @@ export const enum InputAction {
|
|
|
1507
1477
|
// (undocumented)
|
|
1508
1478
|
IA_LEFT = 7,
|
|
1509
1479
|
// (undocumented)
|
|
1510
|
-
IA_MODIFIER = 14,
|
|
1511
|
-
// (undocumented)
|
|
1512
1480
|
IA_POINTER = 0,
|
|
1513
1481
|
// (undocumented)
|
|
1514
1482
|
IA_PRIMARY = 1,
|
|
@@ -2220,46 +2188,6 @@ export namespace PBAnimator {
|
|
|
2220
2188
|
export function encode(message: PBAnimator, writer?: _m0.Writer): _m0.Writer;
|
|
2221
2189
|
}
|
|
2222
2190
|
|
|
2223
|
-
// @public (undocumented)
|
|
2224
|
-
export interface PBAudioAnalysis {
|
|
2225
|
-
amplitude: number;
|
|
2226
|
-
amplitudeGain?: number | undefined;
|
|
2227
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
|
2228
|
-
band0: number;
|
|
2229
|
-
// (undocumented)
|
|
2230
|
-
band1: number;
|
|
2231
|
-
// (undocumented)
|
|
2232
|
-
band2: number;
|
|
2233
|
-
// (undocumented)
|
|
2234
|
-
band3: number;
|
|
2235
|
-
// (undocumented)
|
|
2236
|
-
band4: number;
|
|
2237
|
-
// (undocumented)
|
|
2238
|
-
band5: number;
|
|
2239
|
-
// (undocumented)
|
|
2240
|
-
band6: number;
|
|
2241
|
-
// (undocumented)
|
|
2242
|
-
band7: number;
|
|
2243
|
-
bandsGain?: number | undefined;
|
|
2244
|
-
mode: PBAudioAnalysisMode;
|
|
2245
|
-
}
|
|
2246
|
-
|
|
2247
|
-
// @public (undocumented)
|
|
2248
|
-
export namespace PBAudioAnalysis {
|
|
2249
|
-
// (undocumented)
|
|
2250
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAudioAnalysis;
|
|
2251
|
-
// (undocumented)
|
|
2252
|
-
export function encode(message: PBAudioAnalysis, writer?: _m0.Writer): _m0.Writer;
|
|
2253
|
-
}
|
|
2254
|
-
|
|
2255
|
-
// @public (undocumented)
|
|
2256
|
-
export const enum PBAudioAnalysisMode {
|
|
2257
|
-
// (undocumented)
|
|
2258
|
-
MODE_LOGARITHMIC = 1,
|
|
2259
|
-
// (undocumented)
|
|
2260
|
-
MODE_RAW = 0
|
|
2261
|
-
}
|
|
2262
|
-
|
|
2263
2191
|
// @public (undocumented)
|
|
2264
2192
|
export interface PBAudioEvent {
|
|
2265
2193
|
// (undocumented)
|
|
@@ -2381,24 +2309,6 @@ export namespace PBAvatarEquippedData {
|
|
|
2381
2309
|
export function encode(message: PBAvatarEquippedData, writer?: _m0.Writer): _m0.Writer;
|
|
2382
2310
|
}
|
|
2383
2311
|
|
|
2384
|
-
// @public (undocumented)
|
|
2385
|
-
export interface PBAvatarLocomotionSettings {
|
|
2386
|
-
hardLandingCooldown?: number | undefined;
|
|
2387
|
-
jogSpeed?: number | undefined;
|
|
2388
|
-
jumpHeight?: number | undefined;
|
|
2389
|
-
runJumpHeight?: number | undefined;
|
|
2390
|
-
runSpeed?: number | undefined;
|
|
2391
|
-
walkSpeed?: number | undefined;
|
|
2392
|
-
}
|
|
2393
|
-
|
|
2394
|
-
// @public (undocumented)
|
|
2395
|
-
export namespace PBAvatarLocomotionSettings {
|
|
2396
|
-
// (undocumented)
|
|
2397
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarLocomotionSettings;
|
|
2398
|
-
// (undocumented)
|
|
2399
|
-
export function encode(message: PBAvatarLocomotionSettings, writer?: _m0.Writer): _m0.Writer;
|
|
2400
|
-
}
|
|
2401
|
-
|
|
2402
2312
|
// @public (undocumented)
|
|
2403
2313
|
export interface PBAvatarModifierArea {
|
|
2404
2314
|
area: PBVector3 | undefined;
|
|
@@ -3641,7 +3551,6 @@ export namespace PBVideoPlayer {
|
|
|
3641
3551
|
export interface PBVirtualCamera {
|
|
3642
3552
|
// (undocumented)
|
|
3643
3553
|
defaultTransition?: CameraTransition | undefined;
|
|
3644
|
-
fov?: number | undefined;
|
|
3645
3554
|
// (undocumented)
|
|
3646
3555
|
lookAtEntity?: number | undefined;
|
|
3647
3556
|
}
|
|
@@ -4051,7 +3960,7 @@ export namespace ReactEcs {
|
|
|
4051
3960
|
useEffect: EffectHook;
|
|
4052
3961
|
const // (undocumented)
|
|
4053
3962
|
useState: StateHook;
|
|
4054
|
-
|
|
3963
|
+
export {};
|
|
4055
3964
|
}
|
|
4056
3965
|
|
|
4057
3966
|
// Warning: (tsdoc-at-sign-in-word) The "@" character looks like part of a TSDoc tag; use a backslash to escape it
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/playground-assets",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.19.1-21526551025.commit-799f37f",
|
|
5
5
|
"author": "Decentraland",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@dcl/js-runtime": "7.
|
|
8
|
-
"@dcl/sdk": "7.
|
|
7
|
+
"@dcl/js-runtime": "7.19.1-21526551025.commit-799f37f",
|
|
8
|
+
"@dcl/sdk": "7.19.1-21526551025.commit-799f37f"
|
|
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": "
|
|
35
|
+
"commit": "799f37fef283fc9b91e563551a28262bffd97dbc"
|
|
36
36
|
}
|