@dcl/playground-assets 7.24.5-29334646366.commit-955c00d → 7.24.5-29351748668.commit-acb4b31
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 +12 -0
- package/dist/beta.d.ts +12 -0
- package/dist/index.bundled.d.ts +12 -0
- package/dist/index.js +5 -5
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +12 -0
- package/etc/playground-assets.api.json +86 -0
- package/etc/playground-assets.api.md +9 -0
- package/package.json +4 -4
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/sdk",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "7.24.5-
|
|
4
|
+
"version": "7.24.5-29351748668.commit-acb4b31",
|
|
5
5
|
"author": "Decentraland",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@dcl/ecs": "file:../ecs",
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
},
|
|
36
36
|
"types": "./index.d.ts",
|
|
37
37
|
"typings": "./index.d.ts",
|
|
38
|
-
"commit": "
|
|
38
|
+
"commit": "acb4b311763fc92624630a456ae6c7fdf2ea5ce8"
|
|
39
39
|
}
|
|
@@ -263,6 +263,15 @@ export declare const AvatarBase: LastWriteWinElementSetComponentDefinition<PBAva
|
|
|
263
263
|
/** @public */
|
|
264
264
|
export declare const AvatarEmoteCommand: GrowOnlyValueSetComponentDefinition<PBAvatarEmoteCommand>;
|
|
265
265
|
|
|
266
|
+
/** Mask for which bones an animation applies to. */
|
|
267
|
+
/**
|
|
268
|
+
* @public
|
|
269
|
+
*/
|
|
270
|
+
export declare const enum AvatarEmoteMask {
|
|
271
|
+
AEM_FULL_BODY = 0,
|
|
272
|
+
AEM_UPPER_BODY = 1
|
|
273
|
+
}
|
|
274
|
+
|
|
266
275
|
/** @public */
|
|
267
276
|
export declare const AvatarEquippedData: LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>;
|
|
268
277
|
|
|
@@ -6989,6 +6998,7 @@ export declare namespace PBVideoPlayer {
|
|
|
6989
6998
|
* an 'instant' transition (like using speed/time = 0)
|
|
6990
6999
|
* * The lookAtEntity defines to which entity the Camera has to look at constantly (independent from
|
|
6991
7000
|
* the holding entity transform).
|
|
7001
|
+
* * The fov defines the Field of View of the virtual camera
|
|
6992
7002
|
*/
|
|
6993
7003
|
/**
|
|
6994
7004
|
* @public
|
|
@@ -6996,6 +7006,8 @@ export declare namespace PBVideoPlayer {
|
|
|
6996
7006
|
export declare interface PBVirtualCamera {
|
|
6997
7007
|
defaultTransition?: CameraTransition | undefined;
|
|
6998
7008
|
lookAtEntity?: number | undefined;
|
|
7009
|
+
/** default: 60 */
|
|
7010
|
+
fov?: number | undefined;
|
|
6999
7011
|
}
|
|
7000
7012
|
|
|
7001
7013
|
/**
|
|
@@ -2616,6 +2616,65 @@
|
|
|
2616
2616
|
"endIndex": 5
|
|
2617
2617
|
}
|
|
2618
2618
|
},
|
|
2619
|
+
{
|
|
2620
|
+
"kind": "Enum",
|
|
2621
|
+
"canonicalReference": "@dcl/playground-assets!AvatarEmoteMask:enum",
|
|
2622
|
+
"docComment": "/**\n * @public\n */\n",
|
|
2623
|
+
"excerptTokens": [
|
|
2624
|
+
{
|
|
2625
|
+
"kind": "Content",
|
|
2626
|
+
"text": "export declare const enum AvatarEmoteMask "
|
|
2627
|
+
}
|
|
2628
|
+
],
|
|
2629
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_shape.gen.d.ts",
|
|
2630
|
+
"releaseTag": "Public",
|
|
2631
|
+
"name": "AvatarEmoteMask",
|
|
2632
|
+
"preserveMemberOrder": false,
|
|
2633
|
+
"members": [
|
|
2634
|
+
{
|
|
2635
|
+
"kind": "EnumMember",
|
|
2636
|
+
"canonicalReference": "@dcl/playground-assets!AvatarEmoteMask.AEM_FULL_BODY:member",
|
|
2637
|
+
"docComment": "",
|
|
2638
|
+
"excerptTokens": [
|
|
2639
|
+
{
|
|
2640
|
+
"kind": "Content",
|
|
2641
|
+
"text": "AEM_FULL_BODY = "
|
|
2642
|
+
},
|
|
2643
|
+
{
|
|
2644
|
+
"kind": "Content",
|
|
2645
|
+
"text": "0"
|
|
2646
|
+
}
|
|
2647
|
+
],
|
|
2648
|
+
"initializerTokenRange": {
|
|
2649
|
+
"startIndex": 1,
|
|
2650
|
+
"endIndex": 2
|
|
2651
|
+
},
|
|
2652
|
+
"releaseTag": "Public",
|
|
2653
|
+
"name": "AEM_FULL_BODY"
|
|
2654
|
+
},
|
|
2655
|
+
{
|
|
2656
|
+
"kind": "EnumMember",
|
|
2657
|
+
"canonicalReference": "@dcl/playground-assets!AvatarEmoteMask.AEM_UPPER_BODY:member",
|
|
2658
|
+
"docComment": "",
|
|
2659
|
+
"excerptTokens": [
|
|
2660
|
+
{
|
|
2661
|
+
"kind": "Content",
|
|
2662
|
+
"text": "AEM_UPPER_BODY = "
|
|
2663
|
+
},
|
|
2664
|
+
{
|
|
2665
|
+
"kind": "Content",
|
|
2666
|
+
"text": "1"
|
|
2667
|
+
}
|
|
2668
|
+
],
|
|
2669
|
+
"initializerTokenRange": {
|
|
2670
|
+
"startIndex": 1,
|
|
2671
|
+
"endIndex": 2
|
|
2672
|
+
},
|
|
2673
|
+
"releaseTag": "Public",
|
|
2674
|
+
"name": "AEM_UPPER_BODY"
|
|
2675
|
+
}
|
|
2676
|
+
]
|
|
2677
|
+
},
|
|
2619
2678
|
{
|
|
2620
2679
|
"kind": "Variable",
|
|
2621
2680
|
"canonicalReference": "@dcl/playground-assets!AvatarEquippedData:var",
|
|
@@ -67998,6 +68057,33 @@
|
|
|
67998
68057
|
"endIndex": 3
|
|
67999
68058
|
}
|
|
68000
68059
|
},
|
|
68060
|
+
{
|
|
68061
|
+
"kind": "PropertySignature",
|
|
68062
|
+
"canonicalReference": "@dcl/playground-assets!PBVirtualCamera#fov:member",
|
|
68063
|
+
"docComment": "/**\n * default: 60\n */\n",
|
|
68064
|
+
"excerptTokens": [
|
|
68065
|
+
{
|
|
68066
|
+
"kind": "Content",
|
|
68067
|
+
"text": "fov?: "
|
|
68068
|
+
},
|
|
68069
|
+
{
|
|
68070
|
+
"kind": "Content",
|
|
68071
|
+
"text": "number | undefined"
|
|
68072
|
+
},
|
|
68073
|
+
{
|
|
68074
|
+
"kind": "Content",
|
|
68075
|
+
"text": ";"
|
|
68076
|
+
}
|
|
68077
|
+
],
|
|
68078
|
+
"isReadonly": false,
|
|
68079
|
+
"isOptional": true,
|
|
68080
|
+
"releaseTag": "Public",
|
|
68081
|
+
"name": "fov",
|
|
68082
|
+
"propertyTypeTokenRange": {
|
|
68083
|
+
"startIndex": 1,
|
|
68084
|
+
"endIndex": 2
|
|
68085
|
+
}
|
|
68086
|
+
},
|
|
68001
68087
|
{
|
|
68002
68088
|
"kind": "PropertySignature",
|
|
68003
68089
|
"canonicalReference": "@dcl/playground-assets!PBVirtualCamera#lookAtEntity:member",
|
|
@@ -184,6 +184,14 @@ export const AvatarBase: LastWriteWinElementSetComponentDefinition<PBAvatarBase>
|
|
|
184
184
|
// @public (undocumented)
|
|
185
185
|
export const AvatarEmoteCommand: GrowOnlyValueSetComponentDefinition<PBAvatarEmoteCommand>;
|
|
186
186
|
|
|
187
|
+
// @public (undocumented)
|
|
188
|
+
export const enum AvatarEmoteMask {
|
|
189
|
+
// (undocumented)
|
|
190
|
+
AEM_FULL_BODY = 0,
|
|
191
|
+
// (undocumented)
|
|
192
|
+
AEM_UPPER_BODY = 1
|
|
193
|
+
}
|
|
194
|
+
|
|
187
195
|
// @public (undocumented)
|
|
188
196
|
export const AvatarEquippedData: LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>;
|
|
189
197
|
|
|
@@ -4057,6 +4065,7 @@ export namespace PBVideoPlayer {
|
|
|
4057
4065
|
export interface PBVirtualCamera {
|
|
4058
4066
|
// (undocumented)
|
|
4059
4067
|
defaultTransition?: CameraTransition | undefined;
|
|
4068
|
+
fov?: number | undefined;
|
|
4060
4069
|
// (undocumented)
|
|
4061
4070
|
lookAtEntity?: number | undefined;
|
|
4062
4071
|
}
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/playground-assets",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "7.24.5-
|
|
4
|
+
"version": "7.24.5-29351748668.commit-acb4b31",
|
|
5
5
|
"author": "Decentraland",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@dcl/js-runtime": "7.24.5-
|
|
8
|
-
"@dcl/sdk": "7.24.5-
|
|
7
|
+
"@dcl/js-runtime": "7.24.5-29351748668.commit-acb4b31",
|
|
8
|
+
"@dcl/sdk": "7.24.5-29351748668.commit-acb4b31"
|
|
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": "acb4b311763fc92624630a456ae6c7fdf2ea5ce8"
|
|
36
36
|
}
|