@dcl/playground-assets 7.1.10-4813615326.commit-e5fbd2f → 7.1.10-4820554805.commit-a6884eb
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 +4 -4
- package/dist/beta.d.ts +4 -4
- package/dist/index.bundled.d.ts +4 -4
- package/dist/index.js +6 -6
- package/dist/index.js.map +2 -2
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +4 -4
- package/etc/playground-assets.api.json +17 -17
- package/etc/playground-assets.api.md +2 -2
- package/package.json +4 -4
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/sdk",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "7.1.10-
|
|
4
|
+
"version": "7.1.10-4820554805.commit-a6884eb",
|
|
5
5
|
"author": "Decentraland",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@dcl/ecs": "file:../ecs",
|
|
@@ -30,5 +30,5 @@
|
|
|
30
30
|
},
|
|
31
31
|
"types": "./index.d.ts",
|
|
32
32
|
"typings": "./index.d.ts",
|
|
33
|
-
"commit": "
|
|
33
|
+
"commit": "a6884eb6b45853a53d999e49afbdf13f7bda5e4d"
|
|
34
34
|
}
|
|
@@ -3652,10 +3652,10 @@ export declare interface PBEngineInfo {
|
|
|
3652
3652
|
export declare interface PBGltfContainer {
|
|
3653
3653
|
/** the GLTF file path as listed in the scene's manifest. */
|
|
3654
3654
|
src: string;
|
|
3655
|
-
/**
|
|
3656
|
-
|
|
3657
|
-
/**
|
|
3658
|
-
|
|
3655
|
+
/** default: 0 */
|
|
3656
|
+
visibleMeshesCollisionMask?: number | undefined;
|
|
3657
|
+
/** default: CL_POINTER | CL_PHYSICS */
|
|
3658
|
+
invisibleMeshesCollisionMask?: number | undefined;
|
|
3659
3659
|
}
|
|
3660
3660
|
|
|
3661
3661
|
/**
|
|
@@ -32841,16 +32841,16 @@
|
|
|
32841
32841
|
"members": [
|
|
32842
32842
|
{
|
|
32843
32843
|
"kind": "PropertySignature",
|
|
32844
|
-
"canonicalReference": "@dcl/playground-assets!PBGltfContainer#
|
|
32845
|
-
"docComment": "/**\n *
|
|
32844
|
+
"canonicalReference": "@dcl/playground-assets!PBGltfContainer#invisibleMeshesCollisionMask:member",
|
|
32845
|
+
"docComment": "/**\n * default: CL_POINTER | CL_PHYSICS\n */\n",
|
|
32846
32846
|
"excerptTokens": [
|
|
32847
32847
|
{
|
|
32848
32848
|
"kind": "Content",
|
|
32849
|
-
"text": "
|
|
32849
|
+
"text": "invisibleMeshesCollisionMask?: "
|
|
32850
32850
|
},
|
|
32851
32851
|
{
|
|
32852
32852
|
"kind": "Content",
|
|
32853
|
-
"text": "
|
|
32853
|
+
"text": "number | undefined"
|
|
32854
32854
|
},
|
|
32855
32855
|
{
|
|
32856
32856
|
"kind": "Content",
|
|
@@ -32860,7 +32860,7 @@
|
|
|
32860
32860
|
"isReadonly": false,
|
|
32861
32861
|
"isOptional": true,
|
|
32862
32862
|
"releaseTag": "Public",
|
|
32863
|
-
"name": "
|
|
32863
|
+
"name": "invisibleMeshesCollisionMask",
|
|
32864
32864
|
"propertyTypeTokenRange": {
|
|
32865
32865
|
"startIndex": 1,
|
|
32866
32866
|
"endIndex": 2
|
|
@@ -32868,16 +32868,16 @@
|
|
|
32868
32868
|
},
|
|
32869
32869
|
{
|
|
32870
32870
|
"kind": "PropertySignature",
|
|
32871
|
-
"canonicalReference": "@dcl/playground-assets!PBGltfContainer#
|
|
32872
|
-
"docComment": "/**\n *
|
|
32871
|
+
"canonicalReference": "@dcl/playground-assets!PBGltfContainer#src:member",
|
|
32872
|
+
"docComment": "/**\n * the GLTF file path as listed in the scene's manifest.\n */\n",
|
|
32873
32873
|
"excerptTokens": [
|
|
32874
32874
|
{
|
|
32875
32875
|
"kind": "Content",
|
|
32876
|
-
"text": "
|
|
32876
|
+
"text": "src: "
|
|
32877
32877
|
},
|
|
32878
32878
|
{
|
|
32879
32879
|
"kind": "Content",
|
|
32880
|
-
"text": "
|
|
32880
|
+
"text": "string"
|
|
32881
32881
|
},
|
|
32882
32882
|
{
|
|
32883
32883
|
"kind": "Content",
|
|
@@ -32885,9 +32885,9 @@
|
|
|
32885
32885
|
}
|
|
32886
32886
|
],
|
|
32887
32887
|
"isReadonly": false,
|
|
32888
|
-
"isOptional":
|
|
32888
|
+
"isOptional": false,
|
|
32889
32889
|
"releaseTag": "Public",
|
|
32890
|
-
"name": "
|
|
32890
|
+
"name": "src",
|
|
32891
32891
|
"propertyTypeTokenRange": {
|
|
32892
32892
|
"startIndex": 1,
|
|
32893
32893
|
"endIndex": 2
|
|
@@ -32895,16 +32895,16 @@
|
|
|
32895
32895
|
},
|
|
32896
32896
|
{
|
|
32897
32897
|
"kind": "PropertySignature",
|
|
32898
|
-
"canonicalReference": "@dcl/playground-assets!PBGltfContainer#
|
|
32899
|
-
"docComment": "/**\n *
|
|
32898
|
+
"canonicalReference": "@dcl/playground-assets!PBGltfContainer#visibleMeshesCollisionMask:member",
|
|
32899
|
+
"docComment": "/**\n * default: 0\n */\n",
|
|
32900
32900
|
"excerptTokens": [
|
|
32901
32901
|
{
|
|
32902
32902
|
"kind": "Content",
|
|
32903
|
-
"text": "
|
|
32903
|
+
"text": "visibleMeshesCollisionMask?: "
|
|
32904
32904
|
},
|
|
32905
32905
|
{
|
|
32906
32906
|
"kind": "Content",
|
|
32907
|
-
"text": "
|
|
32907
|
+
"text": "number | undefined"
|
|
32908
32908
|
},
|
|
32909
32909
|
{
|
|
32910
32910
|
"kind": "Content",
|
|
@@ -32912,9 +32912,9 @@
|
|
|
32912
32912
|
}
|
|
32913
32913
|
],
|
|
32914
32914
|
"isReadonly": false,
|
|
32915
|
-
"isOptional":
|
|
32915
|
+
"isOptional": true,
|
|
32916
32916
|
"releaseTag": "Public",
|
|
32917
|
-
"name": "
|
|
32917
|
+
"name": "visibleMeshesCollisionMask",
|
|
32918
32918
|
"propertyTypeTokenRange": {
|
|
32919
32919
|
"startIndex": 1,
|
|
32920
32920
|
"endIndex": 2
|
|
@@ -1922,9 +1922,9 @@ export interface PBEngineInfo {
|
|
|
1922
1922
|
|
|
1923
1923
|
// @public (undocumented)
|
|
1924
1924
|
export interface PBGltfContainer {
|
|
1925
|
-
|
|
1926
|
-
disablePhysicsColliders?: boolean | undefined;
|
|
1925
|
+
invisibleMeshesCollisionMask?: number | undefined;
|
|
1927
1926
|
src: string;
|
|
1927
|
+
visibleMeshesCollisionMask?: number | undefined;
|
|
1928
1928
|
}
|
|
1929
1929
|
|
|
1930
1930
|
// @public (undocumented)
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/playground-assets",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "7.1.10-
|
|
4
|
+
"version": "7.1.10-4820554805.commit-a6884eb",
|
|
5
5
|
"author": "Decentraland",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@dcl/js-runtime": "7.1.10-
|
|
8
|
-
"@dcl/sdk": "7.1.10-
|
|
7
|
+
"@dcl/js-runtime": "7.1.10-4820554805.commit-a6884eb",
|
|
8
|
+
"@dcl/sdk": "7.1.10-4820554805.commit-a6884eb"
|
|
9
9
|
},
|
|
10
10
|
"devDependencies": {
|
|
11
11
|
"@microsoft/api-extractor": "^7.33.8"
|
|
@@ -28,5 +28,5 @@
|
|
|
28
28
|
},
|
|
29
29
|
"types": "./dist/index.d.ts",
|
|
30
30
|
"typings": "./dist/index.d.ts",
|
|
31
|
-
"commit": "
|
|
31
|
+
"commit": "a6884eb6b45853a53d999e49afbdf13f7bda5e4d"
|
|
32
32
|
}
|