@dcl/playground-assets 7.6.5-11861605587.commit-c13aef2 → 7.6.5-12009140772.commit-cf41aed
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 +28 -2
- package/dist/beta.d.ts +28 -2
- package/dist/index.bundled.d.ts +28 -2
- package/dist/index.js +5 -5
- package/dist/index.js.map +4 -4
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +28 -2
- package/dist/tsdoc-metadata.json +1 -1
- package/etc/playground-assets.api.json +196 -9
- package/etc/playground-assets.api.md +16 -1
- package/package.json +4 -4
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dcl/sdk",
|
3
3
|
"description": "",
|
4
|
-
"version": "7.6.5-
|
4
|
+
"version": "7.6.5-12009140772.commit-cf41aed",
|
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": "cf41aed618c96b2b4bfc60c7a7a6e42dfb89c701"
|
39
39
|
}
|
@@ -2453,8 +2453,27 @@ export declare const enum InputAction {
|
|
2453
2453
|
IA_ACTION_6 = 13
|
2454
2454
|
}
|
2455
2455
|
|
2456
|
-
|
2457
|
-
|
2456
|
+
export declare const InputModifier: InputModifierComponentDefinitionExtended;
|
2457
|
+
|
2458
|
+
/**
|
2459
|
+
* @public
|
2460
|
+
*/
|
2461
|
+
export declare interface InputModifierComponentDefinitionExtended extends LastWriteWinElementSetComponentDefinition<PBInputModifier> {
|
2462
|
+
/**
|
2463
|
+
* InputModifier helper with constructor
|
2464
|
+
*/
|
2465
|
+
Mode: InputModifierHelper;
|
2466
|
+
}
|
2467
|
+
|
2468
|
+
/**
|
2469
|
+
* @public
|
2470
|
+
*/
|
2471
|
+
export declare interface InputModifierHelper {
|
2472
|
+
/**
|
2473
|
+
* @returns a input modifier mode
|
2474
|
+
*/
|
2475
|
+
Standard: (standard: PBInputModifier_StandardInput) => PBInputModifier['mode'];
|
2476
|
+
}
|
2458
2477
|
|
2459
2478
|
/**
|
2460
2479
|
* @public
|
@@ -6956,6 +6975,13 @@ export declare interface Texture {
|
|
6956
6975
|
wrapMode?: TextureWrapMode | undefined;
|
6957
6976
|
/** default = FilterMode.Bilinear */
|
6958
6977
|
filterMode?: TextureFilterMode | undefined;
|
6978
|
+
/**
|
6979
|
+
* Final uv = offset + (input_uv * tiling)
|
6980
|
+
* Offset for texture positioning.
|
6981
|
+
*/
|
6982
|
+
offset?: PBVector2 | undefined;
|
6983
|
+
/** Tiling multiplier for texture repetition. */
|
6984
|
+
tiling?: PBVector2 | undefined;
|
6959
6985
|
}
|
6960
6986
|
|
6961
6987
|
/**
|
package/dist/tsdoc-metadata.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"metadata": {
|
3
3
|
"toolPackage": "@microsoft/api-extractor",
|
4
|
-
"toolVersion": "7.
|
4
|
+
"toolVersion": "7.48.0",
|
5
5
|
"schemaVersion": 1011,
|
6
6
|
"oldestForwardsCompatibleVersion": 1001,
|
7
7
|
"tsdocConfig": {
|
@@ -22564,12 +22564,36 @@
|
|
22564
22564
|
{
|
22565
22565
|
"kind": "Variable",
|
22566
22566
|
"canonicalReference": "@dcl/playground-assets!InputModifier:var",
|
22567
|
-
"docComment": "
|
22567
|
+
"docComment": "",
|
22568
22568
|
"excerptTokens": [
|
22569
22569
|
{
|
22570
22570
|
"kind": "Content",
|
22571
22571
|
"text": "InputModifier: "
|
22572
22572
|
},
|
22573
|
+
{
|
22574
|
+
"kind": "Reference",
|
22575
|
+
"text": "InputModifierComponentDefinitionExtended",
|
22576
|
+
"canonicalReference": "@dcl/playground-assets!InputModifierComponentDefinitionExtended:interface"
|
22577
|
+
}
|
22578
|
+
],
|
22579
|
+
"fileUrlPath": "../ecs/dist/index.d.ts",
|
22580
|
+
"isReadonly": true,
|
22581
|
+
"releaseTag": "Public",
|
22582
|
+
"name": "InputModifier",
|
22583
|
+
"variableTypeTokenRange": {
|
22584
|
+
"startIndex": 1,
|
22585
|
+
"endIndex": 2
|
22586
|
+
}
|
22587
|
+
},
|
22588
|
+
{
|
22589
|
+
"kind": "Interface",
|
22590
|
+
"canonicalReference": "@dcl/playground-assets!InputModifierComponentDefinitionExtended:interface",
|
22591
|
+
"docComment": "/**\n * @public\n */\n",
|
22592
|
+
"excerptTokens": [
|
22593
|
+
{
|
22594
|
+
"kind": "Content",
|
22595
|
+
"text": "export interface InputModifierComponentDefinitionExtended extends "
|
22596
|
+
},
|
22573
22597
|
{
|
22574
22598
|
"kind": "Reference",
|
22575
22599
|
"text": "LastWriteWinElementSetComponentDefinition",
|
@@ -22587,16 +22611,115 @@
|
|
22587
22611
|
{
|
22588
22612
|
"kind": "Content",
|
22589
22613
|
"text": ">"
|
22614
|
+
},
|
22615
|
+
{
|
22616
|
+
"kind": "Content",
|
22617
|
+
"text": " "
|
22590
22618
|
}
|
22591
22619
|
],
|
22592
|
-
"fileUrlPath": "../ecs/dist/components/
|
22593
|
-
"isReadonly": true,
|
22620
|
+
"fileUrlPath": "../ecs/dist/components/extended/InputModifier.d.ts",
|
22594
22621
|
"releaseTag": "Public",
|
22595
|
-
"name": "
|
22596
|
-
"
|
22597
|
-
|
22598
|
-
|
22599
|
-
|
22622
|
+
"name": "InputModifierComponentDefinitionExtended",
|
22623
|
+
"preserveMemberOrder": false,
|
22624
|
+
"members": [
|
22625
|
+
{
|
22626
|
+
"kind": "PropertySignature",
|
22627
|
+
"canonicalReference": "@dcl/playground-assets!InputModifierComponentDefinitionExtended#Mode:member",
|
22628
|
+
"docComment": "/**\n * InputModifier helper with constructor\n */\n",
|
22629
|
+
"excerptTokens": [
|
22630
|
+
{
|
22631
|
+
"kind": "Content",
|
22632
|
+
"text": "Mode: "
|
22633
|
+
},
|
22634
|
+
{
|
22635
|
+
"kind": "Reference",
|
22636
|
+
"text": "InputModifierHelper",
|
22637
|
+
"canonicalReference": "@dcl/playground-assets!InputModifierHelper:interface"
|
22638
|
+
},
|
22639
|
+
{
|
22640
|
+
"kind": "Content",
|
22641
|
+
"text": ";"
|
22642
|
+
}
|
22643
|
+
],
|
22644
|
+
"isReadonly": false,
|
22645
|
+
"isOptional": false,
|
22646
|
+
"releaseTag": "Public",
|
22647
|
+
"name": "Mode",
|
22648
|
+
"propertyTypeTokenRange": {
|
22649
|
+
"startIndex": 1,
|
22650
|
+
"endIndex": 2
|
22651
|
+
}
|
22652
|
+
}
|
22653
|
+
],
|
22654
|
+
"extendsTokenRanges": [
|
22655
|
+
{
|
22656
|
+
"startIndex": 1,
|
22657
|
+
"endIndex": 5
|
22658
|
+
}
|
22659
|
+
]
|
22660
|
+
},
|
22661
|
+
{
|
22662
|
+
"kind": "Interface",
|
22663
|
+
"canonicalReference": "@dcl/playground-assets!InputModifierHelper:interface",
|
22664
|
+
"docComment": "/**\n * @public\n */\n",
|
22665
|
+
"excerptTokens": [
|
22666
|
+
{
|
22667
|
+
"kind": "Content",
|
22668
|
+
"text": "export interface InputModifierHelper "
|
22669
|
+
}
|
22670
|
+
],
|
22671
|
+
"fileUrlPath": "../ecs/dist/components/extended/InputModifier.d.ts",
|
22672
|
+
"releaseTag": "Public",
|
22673
|
+
"name": "InputModifierHelper",
|
22674
|
+
"preserveMemberOrder": false,
|
22675
|
+
"members": [
|
22676
|
+
{
|
22677
|
+
"kind": "PropertySignature",
|
22678
|
+
"canonicalReference": "@dcl/playground-assets!InputModifierHelper#Standard:member",
|
22679
|
+
"docComment": "/**\n * @returns a input modifier mode\n */\n",
|
22680
|
+
"excerptTokens": [
|
22681
|
+
{
|
22682
|
+
"kind": "Content",
|
22683
|
+
"text": "Standard: "
|
22684
|
+
},
|
22685
|
+
{
|
22686
|
+
"kind": "Content",
|
22687
|
+
"text": "(standard: "
|
22688
|
+
},
|
22689
|
+
{
|
22690
|
+
"kind": "Reference",
|
22691
|
+
"text": "PBInputModifier_StandardInput",
|
22692
|
+
"canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput"
|
22693
|
+
},
|
22694
|
+
{
|
22695
|
+
"kind": "Content",
|
22696
|
+
"text": ") => "
|
22697
|
+
},
|
22698
|
+
{
|
22699
|
+
"kind": "Reference",
|
22700
|
+
"text": "PBInputModifier",
|
22701
|
+
"canonicalReference": "@dcl/playground-assets!PBInputModifier"
|
22702
|
+
},
|
22703
|
+
{
|
22704
|
+
"kind": "Content",
|
22705
|
+
"text": "['mode']"
|
22706
|
+
},
|
22707
|
+
{
|
22708
|
+
"kind": "Content",
|
22709
|
+
"text": ";"
|
22710
|
+
}
|
22711
|
+
],
|
22712
|
+
"isReadonly": false,
|
22713
|
+
"isOptional": false,
|
22714
|
+
"releaseTag": "Public",
|
22715
|
+
"name": "Standard",
|
22716
|
+
"propertyTypeTokenRange": {
|
22717
|
+
"startIndex": 1,
|
22718
|
+
"endIndex": 6
|
22719
|
+
}
|
22720
|
+
}
|
22721
|
+
],
|
22722
|
+
"extendsTokenRanges": []
|
22600
22723
|
},
|
22601
22724
|
{
|
22602
22725
|
"kind": "Variable",
|
@@ -66605,6 +66728,38 @@
|
|
66605
66728
|
"endIndex": 3
|
66606
66729
|
}
|
66607
66730
|
},
|
66731
|
+
{
|
66732
|
+
"kind": "PropertySignature",
|
66733
|
+
"canonicalReference": "@dcl/playground-assets!Texture#offset:member",
|
66734
|
+
"docComment": "/**\n * Final uv = offset + (input_uv * tiling) Offset for texture positioning.\n */\n",
|
66735
|
+
"excerptTokens": [
|
66736
|
+
{
|
66737
|
+
"kind": "Content",
|
66738
|
+
"text": "offset?: "
|
66739
|
+
},
|
66740
|
+
{
|
66741
|
+
"kind": "Reference",
|
66742
|
+
"text": "Vector2",
|
66743
|
+
"canonicalReference": "@dcl/playground-assets!Vector2"
|
66744
|
+
},
|
66745
|
+
{
|
66746
|
+
"kind": "Content",
|
66747
|
+
"text": " | undefined"
|
66748
|
+
},
|
66749
|
+
{
|
66750
|
+
"kind": "Content",
|
66751
|
+
"text": ";"
|
66752
|
+
}
|
66753
|
+
],
|
66754
|
+
"isReadonly": false,
|
66755
|
+
"isOptional": true,
|
66756
|
+
"releaseTag": "Public",
|
66757
|
+
"name": "offset",
|
66758
|
+
"propertyTypeTokenRange": {
|
66759
|
+
"startIndex": 1,
|
66760
|
+
"endIndex": 3
|
66761
|
+
}
|
66762
|
+
},
|
66608
66763
|
{
|
66609
66764
|
"kind": "PropertySignature",
|
66610
66765
|
"canonicalReference": "@dcl/playground-assets!Texture#src:member",
|
@@ -66632,6 +66787,38 @@
|
|
66632
66787
|
"endIndex": 2
|
66633
66788
|
}
|
66634
66789
|
},
|
66790
|
+
{
|
66791
|
+
"kind": "PropertySignature",
|
66792
|
+
"canonicalReference": "@dcl/playground-assets!Texture#tiling:member",
|
66793
|
+
"docComment": "/**\n * Tiling multiplier for texture repetition.\n */\n",
|
66794
|
+
"excerptTokens": [
|
66795
|
+
{
|
66796
|
+
"kind": "Content",
|
66797
|
+
"text": "tiling?: "
|
66798
|
+
},
|
66799
|
+
{
|
66800
|
+
"kind": "Reference",
|
66801
|
+
"text": "Vector2",
|
66802
|
+
"canonicalReference": "@dcl/playground-assets!Vector2"
|
66803
|
+
},
|
66804
|
+
{
|
66805
|
+
"kind": "Content",
|
66806
|
+
"text": " | undefined"
|
66807
|
+
},
|
66808
|
+
{
|
66809
|
+
"kind": "Content",
|
66810
|
+
"text": ";"
|
66811
|
+
}
|
66812
|
+
],
|
66813
|
+
"isReadonly": false,
|
66814
|
+
"isOptional": true,
|
66815
|
+
"releaseTag": "Public",
|
66816
|
+
"name": "tiling",
|
66817
|
+
"propertyTypeTokenRange": {
|
66818
|
+
"startIndex": 1,
|
66819
|
+
"endIndex": 3
|
66820
|
+
}
|
66821
|
+
},
|
66635
66822
|
{
|
66636
66823
|
"kind": "PropertySignature",
|
66637
66824
|
"canonicalReference": "@dcl/playground-assets!Texture#wrapMode:member",
|
@@ -1421,8 +1421,21 @@ export const enum InputAction {
|
|
1421
1421
|
IA_WALK = 9
|
1422
1422
|
}
|
1423
1423
|
|
1424
|
+
// Warning: (ae-missing-release-tag) "InputModifier" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
1425
|
+
//
|
1426
|
+
// @public (undocumented)
|
1427
|
+
export const InputModifier: InputModifierComponentDefinitionExtended;
|
1428
|
+
|
1429
|
+
// @public (undocumented)
|
1430
|
+
export interface InputModifierComponentDefinitionExtended extends LastWriteWinElementSetComponentDefinition<PBInputModifier> {
|
1431
|
+
Mode: InputModifierHelper;
|
1432
|
+
}
|
1433
|
+
|
1424
1434
|
// @public (undocumented)
|
1425
|
-
export
|
1435
|
+
export interface InputModifierHelper {
|
1436
|
+
// (undocumented)
|
1437
|
+
Standard: (standard: PBInputModifier_StandardInput) => PBInputModifier['mode'];
|
1438
|
+
}
|
1426
1439
|
|
1427
1440
|
// @public
|
1428
1441
|
export const inputSystem: IInputSystem;
|
@@ -3891,8 +3904,10 @@ export const TextShape: LastWriteWinElementSetComponentDefinition<PBTextShape>;
|
|
3891
3904
|
// @public (undocumented)
|
3892
3905
|
export interface Texture {
|
3893
3906
|
filterMode?: TextureFilterMode | undefined;
|
3907
|
+
offset?: PBVector2 | undefined;
|
3894
3908
|
// (undocumented)
|
3895
3909
|
src: string;
|
3910
|
+
tiling?: PBVector2 | undefined;
|
3896
3911
|
wrapMode?: TextureWrapMode | undefined;
|
3897
3912
|
}
|
3898
3913
|
|
package/package.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dcl/playground-assets",
|
3
3
|
"description": "",
|
4
|
-
"version": "7.6.5-
|
4
|
+
"version": "7.6.5-12009140772.commit-cf41aed",
|
5
5
|
"author": "Decentraland",
|
6
6
|
"dependencies": {
|
7
|
-
"@dcl/js-runtime": "7.6.5-
|
8
|
-
"@dcl/sdk": "7.6.5-
|
7
|
+
"@dcl/js-runtime": "7.6.5-12009140772.commit-cf41aed",
|
8
|
+
"@dcl/sdk": "7.6.5-12009140772.commit-cf41aed"
|
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": "cf41aed618c96b2b4bfc60c7a7a6e42dfb89c701"
|
36
36
|
}
|