@dcl/playground-assets 7.10.6-18360040798.commit-8d5d559 → 7.10.6-18360453790.commit-2ff55cb
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 +3 -0
- package/dist/beta.d.ts +3 -0
- package/dist/index.bundled.d.ts +3 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +2 -2
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +3 -0
- package/etc/playground-assets.api.json +27 -0
- package/etc/playground-assets.api.md +1 -0
- package/package.json +4 -4
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dcl/sdk",
|
3
3
|
"description": "",
|
4
|
-
"version": "7.10.6-
|
4
|
+
"version": "7.10.6-18360453790.commit-2ff55cb",
|
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": "2ff55cbeb34156a809f1d8dcb4b3f27434d644f3"
|
39
39
|
}
|
@@ -6014,6 +6014,7 @@ export declare namespace PBVideoPlayer {
|
|
6014
6014
|
* an 'instant' transition (like using speed/time = 0)
|
6015
6015
|
* * The lookAtEntity defines to which entity the Camera has to look at constantly (independent from
|
6016
6016
|
* the holding entity transform).
|
6017
|
+
* * The fov defines the Field of View of the virtual camera
|
6017
6018
|
*/
|
6018
6019
|
/**
|
6019
6020
|
* @public
|
@@ -6021,6 +6022,8 @@ export declare namespace PBVideoPlayer {
|
|
6021
6022
|
export declare interface PBVirtualCamera {
|
6022
6023
|
defaultTransition?: CameraTransition | undefined;
|
6023
6024
|
lookAtEntity?: number | undefined;
|
6025
|
+
/** default: 60 */
|
6026
|
+
fov?: number | undefined;
|
6024
6027
|
}
|
6025
6028
|
|
6026
6029
|
/**
|
@@ -59215,6 +59215,33 @@
|
|
59215
59215
|
"endIndex": 3
|
59216
59216
|
}
|
59217
59217
|
},
|
59218
|
+
{
|
59219
|
+
"kind": "PropertySignature",
|
59220
|
+
"canonicalReference": "@dcl/playground-assets!PBVirtualCamera#fov:member",
|
59221
|
+
"docComment": "/**\n * default: 60\n */\n",
|
59222
|
+
"excerptTokens": [
|
59223
|
+
{
|
59224
|
+
"kind": "Content",
|
59225
|
+
"text": "fov?: "
|
59226
|
+
},
|
59227
|
+
{
|
59228
|
+
"kind": "Content",
|
59229
|
+
"text": "number | undefined"
|
59230
|
+
},
|
59231
|
+
{
|
59232
|
+
"kind": "Content",
|
59233
|
+
"text": ";"
|
59234
|
+
}
|
59235
|
+
],
|
59236
|
+
"isReadonly": false,
|
59237
|
+
"isOptional": true,
|
59238
|
+
"releaseTag": "Public",
|
59239
|
+
"name": "fov",
|
59240
|
+
"propertyTypeTokenRange": {
|
59241
|
+
"startIndex": 1,
|
59242
|
+
"endIndex": 2
|
59243
|
+
}
|
59244
|
+
},
|
59218
59245
|
{
|
59219
59246
|
"kind": "PropertySignature",
|
59220
59247
|
"canonicalReference": "@dcl/playground-assets!PBVirtualCamera#lookAtEntity:member",
|
@@ -3500,6 +3500,7 @@ export namespace PBVideoPlayer {
|
|
3500
3500
|
export interface PBVirtualCamera {
|
3501
3501
|
// (undocumented)
|
3502
3502
|
defaultTransition?: CameraTransition | undefined;
|
3503
|
+
fov?: number | undefined;
|
3503
3504
|
// (undocumented)
|
3504
3505
|
lookAtEntity?: number | undefined;
|
3505
3506
|
}
|
package/package.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dcl/playground-assets",
|
3
3
|
"description": "",
|
4
|
-
"version": "7.10.6-
|
4
|
+
"version": "7.10.6-18360453790.commit-2ff55cb",
|
5
5
|
"author": "Decentraland",
|
6
6
|
"dependencies": {
|
7
|
-
"@dcl/js-runtime": "7.10.6-
|
8
|
-
"@dcl/sdk": "7.10.6-
|
7
|
+
"@dcl/js-runtime": "7.10.6-18360453790.commit-2ff55cb",
|
8
|
+
"@dcl/sdk": "7.10.6-18360453790.commit-2ff55cb"
|
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": "2ff55cbeb34156a809f1d8dcb4b3f27434d644f3"
|
36
36
|
}
|