@dcl/playground-assets 7.6.3-11279893562.commit-c201492 → 7.6.3-11407444266.commit-d9e3bec
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 -1
- package/dist/beta.d.ts +3 -1
- package/dist/index.bundled.d.ts +3 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +2 -2
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +3 -1
- package/dist/tsdoc-metadata.json +1 -1
- package/etc/playground-assets.api.json +34 -2
- package/etc/playground-assets.api.md +2 -0
- package/package.json +4 -4
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dcl/sdk",
|
3
3
|
"description": "",
|
4
|
-
"version": "7.6.3-
|
4
|
+
"version": "7.6.3-11407444266.commit-d9e3bec",
|
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": "d9e3bec5637b6cef47ac088cda87fbdd3c8b9aff"
|
39
39
|
}
|
@@ -4549,7 +4549,7 @@ export declare interface PBMaterial_PbrMaterial {
|
|
4549
4549
|
alphaTest?: number | undefined;
|
4550
4550
|
/** default = true */
|
4551
4551
|
castShadows?: boolean | undefined;
|
4552
|
-
/**
|
4552
|
+
/** @deprecated Alpha textures are no longer supported on PBRMaterial and UnlitMaterial.alphaTexture should be used instead. */
|
4553
4553
|
alphaTexture?: TextureUnion | undefined;
|
4554
4554
|
/** default = null */
|
4555
4555
|
emissiveTexture?: TextureUnion | undefined;
|
@@ -4595,6 +4595,8 @@ export declare interface PBMaterial_UnlitMaterial {
|
|
4595
4595
|
castShadows?: boolean | undefined;
|
4596
4596
|
/** default = white; */
|
4597
4597
|
diffuseColor?: PBColor4 | undefined;
|
4598
|
+
/** default = null */
|
4599
|
+
alphaTexture?: TextureUnion | undefined;
|
4598
4600
|
}
|
4599
4601
|
|
4600
4602
|
/**
|
package/dist/tsdoc-metadata.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"metadata": {
|
3
3
|
"toolPackage": "@microsoft/api-extractor",
|
4
|
-
"toolVersion": "7.47.
|
4
|
+
"toolVersion": "7.47.11",
|
5
5
|
"schemaVersion": 1011,
|
6
6
|
"oldestForwardsCompatibleVersion": 1001,
|
7
7
|
"tsdocConfig": {
|
@@ -41689,7 +41689,7 @@
|
|
41689
41689
|
{
|
41690
41690
|
"kind": "PropertySignature",
|
41691
41691
|
"canonicalReference": "@dcl/playground-assets!PBMaterial_PbrMaterial#alphaTexture:member",
|
41692
|
-
"docComment": "/**\n *
|
41692
|
+
"docComment": "/**\n * @deprecated\n *\n * Alpha textures are no longer supported on PBRMaterial and UnlitMaterial.alphaTexture should be used instead.\n */\n",
|
41693
41693
|
"excerptTokens": [
|
41694
41694
|
{
|
41695
41695
|
"kind": "Content",
|
@@ -42268,6 +42268,38 @@
|
|
42268
42268
|
"endIndex": 2
|
42269
42269
|
}
|
42270
42270
|
},
|
42271
|
+
{
|
42272
|
+
"kind": "PropertySignature",
|
42273
|
+
"canonicalReference": "@dcl/playground-assets!PBMaterial_UnlitMaterial#alphaTexture:member",
|
42274
|
+
"docComment": "/**\n * default = null\n */\n",
|
42275
|
+
"excerptTokens": [
|
42276
|
+
{
|
42277
|
+
"kind": "Content",
|
42278
|
+
"text": "alphaTexture?: "
|
42279
|
+
},
|
42280
|
+
{
|
42281
|
+
"kind": "Reference",
|
42282
|
+
"text": "TextureUnion",
|
42283
|
+
"canonicalReference": "@dcl/playground-assets!TextureUnion"
|
42284
|
+
},
|
42285
|
+
{
|
42286
|
+
"kind": "Content",
|
42287
|
+
"text": " | undefined"
|
42288
|
+
},
|
42289
|
+
{
|
42290
|
+
"kind": "Content",
|
42291
|
+
"text": ";"
|
42292
|
+
}
|
42293
|
+
],
|
42294
|
+
"isReadonly": false,
|
42295
|
+
"isOptional": true,
|
42296
|
+
"releaseTag": "Public",
|
42297
|
+
"name": "alphaTexture",
|
42298
|
+
"propertyTypeTokenRange": {
|
42299
|
+
"startIndex": 1,
|
42300
|
+
"endIndex": 3
|
42301
|
+
}
|
42302
|
+
},
|
42271
42303
|
{
|
42272
42304
|
"kind": "PropertySignature",
|
42273
42305
|
"canonicalReference": "@dcl/playground-assets!PBMaterial_UnlitMaterial#castShadows:member",
|
@@ -2418,6 +2418,7 @@ export namespace PBMaterial {
|
|
2418
2418
|
export interface PBMaterial_PbrMaterial {
|
2419
2419
|
albedoColor?: PBColor4 | undefined;
|
2420
2420
|
alphaTest?: number | undefined;
|
2421
|
+
// @deprecated (undocumented)
|
2421
2422
|
alphaTexture?: TextureUnion | undefined;
|
2422
2423
|
bumpTexture?: TextureUnion | undefined;
|
2423
2424
|
castShadows?: boolean | undefined;
|
@@ -2444,6 +2445,7 @@ export namespace PBMaterial_PbrMaterial {
|
|
2444
2445
|
// @public (undocumented)
|
2445
2446
|
export interface PBMaterial_UnlitMaterial {
|
2446
2447
|
alphaTest?: number | undefined;
|
2448
|
+
alphaTexture?: TextureUnion | undefined;
|
2447
2449
|
castShadows?: boolean | undefined;
|
2448
2450
|
diffuseColor?: PBColor4 | undefined;
|
2449
2451
|
texture?: TextureUnion | undefined;
|
package/package.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dcl/playground-assets",
|
3
3
|
"description": "",
|
4
|
-
"version": "7.6.3-
|
4
|
+
"version": "7.6.3-11407444266.commit-d9e3bec",
|
5
5
|
"author": "Decentraland",
|
6
6
|
"dependencies": {
|
7
|
-
"@dcl/js-runtime": "7.6.3-
|
8
|
-
"@dcl/sdk": "7.6.3-
|
7
|
+
"@dcl/js-runtime": "7.6.3-11407444266.commit-d9e3bec",
|
8
|
+
"@dcl/sdk": "7.6.3-11407444266.commit-d9e3bec"
|
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": "d9e3bec5637b6cef47ac088cda87fbdd3c8b9aff"
|
36
36
|
}
|