@dcl/playground-assets 7.24.0 → 7.24.1-27293561585.commit-8c5b5ad
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 +5 -4
- package/dist/beta.d.ts +5 -4
- package/dist/index.bundled.d.ts +5 -4
- package/dist/index.js +2 -2
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +5 -4
- package/dist/tsdoc-metadata.json +1 -1
- package/etc/playground-assets.api.json +25 -25
- package/etc/playground-assets.api.md +1 -2
- package/package.json +4 -4
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/sdk",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "7.24.
|
|
4
|
+
"version": "7.24.1-27293561585.commit-8c5b5ad",
|
|
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": "8c5b5ad2e37f5977395ef59bd59b2be061c7a391"
|
|
39
39
|
}
|
|
@@ -624,9 +624,10 @@ export declare const enum ColliderLayer {
|
|
|
624
624
|
CL_POINTER = 1,
|
|
625
625
|
/** CL_PHYSICS - collision affecting your player's physics i.e. walls, floor, moving platfroms */
|
|
626
626
|
CL_PHYSICS = 2,
|
|
627
|
-
/** CL_PLAYER - layer corresponding to any player avatar */
|
|
627
|
+
/** CL_PLAYER - layer corresponding to any player avatar (main + remote) */
|
|
628
628
|
CL_PLAYER = 4,
|
|
629
|
-
|
|
629
|
+
/** CL_MAIN_PLAYER - layer corresponding to the local (main) player avatar */
|
|
630
|
+
CL_MAIN_PLAYER = 8,
|
|
630
631
|
CL_RESERVED3 = 16,
|
|
631
632
|
CL_RESERVED4 = 32,
|
|
632
633
|
CL_RESERVED5 = 64,
|
|
@@ -9067,14 +9068,14 @@ export declare interface TriggerAreaComponentDefinitionExtended extends LastWrit
|
|
|
9067
9068
|
* @public
|
|
9068
9069
|
* Set a box in the MeshCollider component
|
|
9069
9070
|
* @param entity - entity to create or replace the TriggerArea component
|
|
9070
|
-
* @param collisionMask - the collision layers mask for the trigger to react, default:
|
|
9071
|
+
* @param collisionMask - the collision layers mask for the trigger to react, default: CL_PLAYER
|
|
9071
9072
|
*/
|
|
9072
9073
|
setBox(entity: Entity, collisionMask?: ColliderLayer | ColliderLayer[]): void;
|
|
9073
9074
|
/**
|
|
9074
9075
|
* @public
|
|
9075
9076
|
* Set a sphere in the MeshCollider component
|
|
9076
9077
|
* @param entity - entity to create or replace the TriggerArea component
|
|
9077
|
-
* @param collisionMask - the collision layers mask for the trigger to react, default:
|
|
9078
|
+
* @param collisionMask - the collision layers mask for the trigger to react, default: CL_PLAYER
|
|
9078
9079
|
*/
|
|
9079
9080
|
setSphere(entity: Entity, collisionMask?: ColliderLayer | ColliderLayer[]): void;
|
|
9080
9081
|
}
|
package/dist/tsdoc-metadata.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"metadata": {
|
|
3
3
|
"toolPackage": "@microsoft/api-extractor",
|
|
4
|
-
"toolVersion": "7.58.
|
|
4
|
+
"toolVersion": "7.58.8",
|
|
5
5
|
"schemaVersion": 1011,
|
|
6
6
|
"oldestForwardsCompatibleVersion": 1001,
|
|
7
7
|
"tsdocConfig": {
|
|
@@ -7286,6 +7286,27 @@
|
|
|
7286
7286
|
"releaseTag": "Public",
|
|
7287
7287
|
"name": "CL_CUSTOM8"
|
|
7288
7288
|
},
|
|
7289
|
+
{
|
|
7290
|
+
"kind": "EnumMember",
|
|
7291
|
+
"canonicalReference": "@dcl/playground-assets!ColliderLayer.CL_MAIN_PLAYER:member",
|
|
7292
|
+
"docComment": "/**\n * CL_MAIN_PLAYER - layer corresponding to the local (main) player avatar\n */\n",
|
|
7293
|
+
"excerptTokens": [
|
|
7294
|
+
{
|
|
7295
|
+
"kind": "Content",
|
|
7296
|
+
"text": "CL_MAIN_PLAYER = "
|
|
7297
|
+
},
|
|
7298
|
+
{
|
|
7299
|
+
"kind": "Content",
|
|
7300
|
+
"text": "8"
|
|
7301
|
+
}
|
|
7302
|
+
],
|
|
7303
|
+
"initializerTokenRange": {
|
|
7304
|
+
"startIndex": 1,
|
|
7305
|
+
"endIndex": 2
|
|
7306
|
+
},
|
|
7307
|
+
"releaseTag": "Public",
|
|
7308
|
+
"name": "CL_MAIN_PLAYER"
|
|
7309
|
+
},
|
|
7289
7310
|
{
|
|
7290
7311
|
"kind": "EnumMember",
|
|
7291
7312
|
"canonicalReference": "@dcl/playground-assets!ColliderLayer.CL_NONE:member",
|
|
@@ -7331,7 +7352,7 @@
|
|
|
7331
7352
|
{
|
|
7332
7353
|
"kind": "EnumMember",
|
|
7333
7354
|
"canonicalReference": "@dcl/playground-assets!ColliderLayer.CL_PLAYER:member",
|
|
7334
|
-
"docComment": "/**\n * CL_PLAYER - layer corresponding to any player avatar\n */\n",
|
|
7355
|
+
"docComment": "/**\n * CL_PLAYER - layer corresponding to any player avatar (main + remote)\n */\n",
|
|
7335
7356
|
"excerptTokens": [
|
|
7336
7357
|
{
|
|
7337
7358
|
"kind": "Content",
|
|
@@ -7370,27 +7391,6 @@
|
|
|
7370
7391
|
"releaseTag": "Public",
|
|
7371
7392
|
"name": "CL_POINTER"
|
|
7372
7393
|
},
|
|
7373
|
-
{
|
|
7374
|
-
"kind": "EnumMember",
|
|
7375
|
-
"canonicalReference": "@dcl/playground-assets!ColliderLayer.CL_RESERVED2:member",
|
|
7376
|
-
"docComment": "",
|
|
7377
|
-
"excerptTokens": [
|
|
7378
|
-
{
|
|
7379
|
-
"kind": "Content",
|
|
7380
|
-
"text": "CL_RESERVED2 = "
|
|
7381
|
-
},
|
|
7382
|
-
{
|
|
7383
|
-
"kind": "Content",
|
|
7384
|
-
"text": "8"
|
|
7385
|
-
}
|
|
7386
|
-
],
|
|
7387
|
-
"initializerTokenRange": {
|
|
7388
|
-
"startIndex": 1,
|
|
7389
|
-
"endIndex": 2
|
|
7390
|
-
},
|
|
7391
|
-
"releaseTag": "Public",
|
|
7392
|
-
"name": "CL_RESERVED2"
|
|
7393
|
-
},
|
|
7394
7394
|
{
|
|
7395
7395
|
"kind": "EnumMember",
|
|
7396
7396
|
"canonicalReference": "@dcl/playground-assets!ColliderLayer.CL_RESERVED3:member",
|
|
@@ -85657,7 +85657,7 @@
|
|
|
85657
85657
|
{
|
|
85658
85658
|
"kind": "MethodSignature",
|
|
85659
85659
|
"canonicalReference": "@dcl/playground-assets!TriggerAreaComponentDefinitionExtended#setBox:member(1)",
|
|
85660
|
-
"docComment": "/**\n * Set a box in the MeshCollider component\n *\n * @param entity - entity to create or replace the TriggerArea component\n *\n * @param collisionMask - the collision layers mask for the trigger to react, default:
|
|
85660
|
+
"docComment": "/**\n * Set a box in the MeshCollider component\n *\n * @param entity - entity to create or replace the TriggerArea component\n *\n * @param collisionMask - the collision layers mask for the trigger to react, default: CL_PLAYER\n *\n * @public\n */\n",
|
|
85661
85661
|
"excerptTokens": [
|
|
85662
85662
|
{
|
|
85663
85663
|
"kind": "Content",
|
|
@@ -85733,7 +85733,7 @@
|
|
|
85733
85733
|
{
|
|
85734
85734
|
"kind": "MethodSignature",
|
|
85735
85735
|
"canonicalReference": "@dcl/playground-assets!TriggerAreaComponentDefinitionExtended#setSphere:member(1)",
|
|
85736
|
-
"docComment": "/**\n * Set a sphere in the MeshCollider component\n *\n * @param entity - entity to create or replace the TriggerArea component\n *\n * @param collisionMask - the collision layers mask for the trigger to react, default:
|
|
85736
|
+
"docComment": "/**\n * Set a sphere in the MeshCollider component\n *\n * @param entity - entity to create or replace the TriggerArea component\n *\n * @param collisionMask - the collision layers mask for the trigger to react, default: CL_PLAYER\n *\n * @public\n */\n",
|
|
85737
85737
|
"excerptTokens": [
|
|
85738
85738
|
{
|
|
85739
85739
|
"kind": "Content",
|
|
@@ -473,13 +473,12 @@ export const enum ColliderLayer {
|
|
|
473
473
|
CL_CUSTOM7 = 16384,
|
|
474
474
|
// (undocumented)
|
|
475
475
|
CL_CUSTOM8 = 32768,
|
|
476
|
+
CL_MAIN_PLAYER = 8,
|
|
476
477
|
CL_NONE = 0,
|
|
477
478
|
CL_PHYSICS = 2,
|
|
478
479
|
CL_PLAYER = 4,
|
|
479
480
|
CL_POINTER = 1,
|
|
480
481
|
// (undocumented)
|
|
481
|
-
CL_RESERVED2 = 8,
|
|
482
|
-
// (undocumented)
|
|
483
482
|
CL_RESERVED3 = 16,
|
|
484
483
|
// (undocumented)
|
|
485
484
|
CL_RESERVED4 = 32,
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/playground-assets",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "7.24.
|
|
4
|
+
"version": "7.24.1-27293561585.commit-8c5b5ad",
|
|
5
5
|
"author": "Decentraland",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@dcl/js-runtime": "7.24.
|
|
8
|
-
"@dcl/sdk": "7.24.
|
|
7
|
+
"@dcl/js-runtime": "7.24.1-27293561585.commit-8c5b5ad",
|
|
8
|
+
"@dcl/sdk": "7.24.1-27293561585.commit-8c5b5ad"
|
|
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": "8c5b5ad2e37f5977395ef59bd59b2be061c7a391"
|
|
36
36
|
}
|