@dcl/playground-assets 7.24.5-29351748668.commit-acb4b31 → 7.24.5
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 +1 -19
- package/dist/beta.d.ts +1 -19
- package/dist/index.bundled.d.ts +1 -19
- package/dist/index.js +5 -5
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +1 -19
- package/etc/playground-assets.api.json +2 -88
- package/etc/playground-assets.api.md +0 -9
- 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",
|
|
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": "fb197d38cdaec5a0de8d575b337ab142264644e7"
|
|
39
39
|
}
|
|
@@ -263,15 +263,6 @@ 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
|
-
|
|
275
266
|
/** @public */
|
|
276
267
|
export declare const AvatarEquippedData: LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>;
|
|
277
268
|
|
|
@@ -6998,7 +6989,6 @@ export declare namespace PBVideoPlayer {
|
|
|
6998
6989
|
* an 'instant' transition (like using speed/time = 0)
|
|
6999
6990
|
* * The lookAtEntity defines to which entity the Camera has to look at constantly (independent from
|
|
7000
6991
|
* the holding entity transform).
|
|
7001
|
-
* * The fov defines the Field of View of the virtual camera
|
|
7002
6992
|
*/
|
|
7003
6993
|
/**
|
|
7004
6994
|
* @public
|
|
@@ -7006,8 +6996,6 @@ export declare namespace PBVideoPlayer {
|
|
|
7006
6996
|
export declare interface PBVirtualCamera {
|
|
7007
6997
|
defaultTransition?: CameraTransition | undefined;
|
|
7008
6998
|
lookAtEntity?: number | undefined;
|
|
7009
|
-
/** default: 60 */
|
|
7010
|
-
fov?: number | undefined;
|
|
7011
6999
|
}
|
|
7012
7000
|
|
|
7013
7001
|
/**
|
|
@@ -8051,11 +8039,6 @@ export declare interface ReactBasedUiSystem {
|
|
|
8051
8039
|
destroy(): void;
|
|
8052
8040
|
/**
|
|
8053
8041
|
* Set the main UI renderer. Optional virtual size defines the global UI scale factor.
|
|
8054
|
-
*
|
|
8055
|
-
* When no virtual size is provided, a platform default is used: 1600x720 on
|
|
8056
|
-
* mobile, 1920x1080 otherwise. Providing an invalid size (values \<= 0)
|
|
8057
|
-
* disables the virtual screen (no UI scaling). On mobile, a provided 16:9
|
|
8058
|
-
* virtual size is overridden to 1600x720 to fit phone screens.
|
|
8059
8042
|
*/
|
|
8060
8043
|
setUiRenderer(ui: UiComponent, options?: UiRendererOptions): void;
|
|
8061
8044
|
/**
|
|
@@ -8070,8 +8053,7 @@ export declare interface ReactBasedUiSystem {
|
|
|
8070
8053
|
* @param entity - The entity to associate with this UI renderer. When the entity is removed,
|
|
8071
8054
|
* the UI renderer is automatically cleaned up.
|
|
8072
8055
|
* @param ui - The UI component to render
|
|
8073
|
-
* @param options - Optional virtual size used for UI scale factor when main UI has none
|
|
8074
|
-
* Defaults and the mobile 16:9 override behave as in {@link ReactBasedUiSystem.setUiRenderer}.
|
|
8056
|
+
* @param options - Optional virtual size used for UI scale factor when main UI has none
|
|
8075
8057
|
*/
|
|
8076
8058
|
addUiRenderer(entity: Entity, ui: UiComponent, options?: UiRendererOptions): void;
|
|
8077
8059
|
/**
|
|
@@ -2616,65 +2616,6 @@
|
|
|
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
|
-
},
|
|
2678
2619
|
{
|
|
2679
2620
|
"kind": "Variable",
|
|
2680
2621
|
"canonicalReference": "@dcl/playground-assets!AvatarEquippedData:var",
|
|
@@ -68057,33 +67998,6 @@
|
|
|
68057
67998
|
"endIndex": 3
|
|
68058
67999
|
}
|
|
68059
68000
|
},
|
|
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
|
-
},
|
|
68087
68001
|
{
|
|
68088
68002
|
"kind": "PropertySignature",
|
|
68089
68003
|
"canonicalReference": "@dcl/playground-assets!PBVirtualCamera#lookAtEntity:member",
|
|
@@ -76825,7 +76739,7 @@
|
|
|
76825
76739
|
{
|
|
76826
76740
|
"kind": "MethodSignature",
|
|
76827
76741
|
"canonicalReference": "@dcl/playground-assets!ReactBasedUiSystem#addUiRenderer:member(1)",
|
|
76828
|
-
"docComment": "/**\n * Add a UI renderer associated with an entity. The UI will be automatically cleaned up when the entity is removed from the engine.\n *\n * If a renderer is already associated with the given entity, it will be replaced.\n *\n * This allows dynamically adding UI Renderers that are rendered alongside the main UI set via setUiRenderer().\n *\n * @param entity - The entity to associate with this UI renderer. When the entity is removed, the UI renderer is automatically cleaned up.\n *\n * @param ui - The UI component to render\n *\n * @param options - Optional virtual size used for UI scale factor when main UI has none
|
|
76742
|
+
"docComment": "/**\n * Add a UI renderer associated with an entity. The UI will be automatically cleaned up when the entity is removed from the engine.\n *\n * If a renderer is already associated with the given entity, it will be replaced.\n *\n * This allows dynamically adding UI Renderers that are rendered alongside the main UI set via setUiRenderer().\n *\n * @param entity - The entity to associate with this UI renderer. When the entity is removed, the UI renderer is automatically cleaned up.\n *\n * @param ui - The UI component to render\n *\n * @param options - Optional virtual size used for UI scale factor when main UI has none\n */\n",
|
|
76829
76743
|
"excerptTokens": [
|
|
76830
76744
|
{
|
|
76831
76745
|
"kind": "Content",
|
|
@@ -76979,7 +76893,7 @@
|
|
|
76979
76893
|
{
|
|
76980
76894
|
"kind": "MethodSignature",
|
|
76981
76895
|
"canonicalReference": "@dcl/playground-assets!ReactBasedUiSystem#setUiRenderer:member(1)",
|
|
76982
|
-
"docComment": "/**\n * Set the main UI renderer. Optional virtual size defines the global UI scale factor.\n
|
|
76896
|
+
"docComment": "/**\n * Set the main UI renderer. Optional virtual size defines the global UI scale factor.\n */\n",
|
|
76983
76897
|
"excerptTokens": [
|
|
76984
76898
|
{
|
|
76985
76899
|
"kind": "Content",
|
|
@@ -184,14 +184,6 @@ 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
|
-
|
|
195
187
|
// @public (undocumented)
|
|
196
188
|
export const AvatarEquippedData: LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>;
|
|
197
189
|
|
|
@@ -4065,7 +4057,6 @@ export namespace PBVideoPlayer {
|
|
|
4065
4057
|
export interface PBVirtualCamera {
|
|
4066
4058
|
// (undocumented)
|
|
4067
4059
|
defaultTransition?: CameraTransition | undefined;
|
|
4068
|
-
fov?: number | undefined;
|
|
4069
4060
|
// (undocumented)
|
|
4070
4061
|
lookAtEntity?: number | undefined;
|
|
4071
4062
|
}
|
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",
|
|
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",
|
|
8
|
+
"@dcl/sdk": "7.24.5"
|
|
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": "fb197d38cdaec5a0de8d575b337ab142264644e7"
|
|
36
36
|
}
|