@dcl/playground-assets 7.14.1-19673051995.commit-94f9a7a → 7.14.1-19678724586.commit-33186ef

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.
@@ -1973,6 +1973,43 @@
1973
1973
  "endIndex": 5
1974
1974
  }
1975
1975
  },
1976
+ {
1977
+ "kind": "Variable",
1978
+ "canonicalReference": "@dcl/playground-assets!AvatarLocomotionSettings:var",
1979
+ "docComment": "/**\n * @public\n */\n",
1980
+ "excerptTokens": [
1981
+ {
1982
+ "kind": "Content",
1983
+ "text": "AvatarLocomotionSettings: "
1984
+ },
1985
+ {
1986
+ "kind": "Reference",
1987
+ "text": "LastWriteWinElementSetComponentDefinition",
1988
+ "canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
1989
+ },
1990
+ {
1991
+ "kind": "Content",
1992
+ "text": "<"
1993
+ },
1994
+ {
1995
+ "kind": "Reference",
1996
+ "text": "PBAvatarLocomotionSettings",
1997
+ "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings"
1998
+ },
1999
+ {
2000
+ "kind": "Content",
2001
+ "text": ">"
2002
+ }
2003
+ ],
2004
+ "fileUrlPath": "../ecs/dist/components/generated/global.gen.d.ts",
2005
+ "isReadonly": true,
2006
+ "releaseTag": "Public",
2007
+ "name": "AvatarLocomotionSettings",
2008
+ "variableTypeTokenRange": {
2009
+ "startIndex": 1,
2010
+ "endIndex": 5
2011
+ }
2012
+ },
1976
2013
  {
1977
2014
  "kind": "Variable",
1978
2015
  "canonicalReference": "@dcl/playground-assets!AvatarModifierArea:var",
@@ -12535,6 +12572,33 @@
12535
12572
  "text": "PBAvatarEquippedData",
12536
12573
  "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData"
12537
12574
  },
12575
+ {
12576
+ "kind": "Content",
12577
+ "text": ">>;\n \"core::AvatarLocomotionSettings\": "
12578
+ },
12579
+ {
12580
+ "kind": "Reference",
12581
+ "text": "LwwComponentGetter",
12582
+ "canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
12583
+ },
12584
+ {
12585
+ "kind": "Content",
12586
+ "text": "<"
12587
+ },
12588
+ {
12589
+ "kind": "Reference",
12590
+ "text": "LastWriteWinElementSetComponentDefinition",
12591
+ "canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
12592
+ },
12593
+ {
12594
+ "kind": "Content",
12595
+ "text": "<"
12596
+ },
12597
+ {
12598
+ "kind": "Reference",
12599
+ "text": "PBAvatarLocomotionSettings",
12600
+ "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings"
12601
+ },
12538
12602
  {
12539
12603
  "kind": "Content",
12540
12604
  "text": ">>;\n \"core::AvatarModifierArea\": "
@@ -13707,7 +13771,7 @@
13707
13771
  "name": "componentDefinitionByName",
13708
13772
  "variableTypeTokenRange": {
13709
13773
  "startIndex": 1,
13710
- "endIndex": 308
13774
+ "endIndex": 314
13711
13775
  }
13712
13776
  },
13713
13777
  {
@@ -23047,6 +23111,27 @@
23047
23111
  "releaseTag": "Public",
23048
23112
  "name": "IA_LEFT"
23049
23113
  },
23114
+ {
23115
+ "kind": "EnumMember",
23116
+ "canonicalReference": "@dcl/playground-assets!InputAction.IA_MODIFIER:member",
23117
+ "docComment": "",
23118
+ "excerptTokens": [
23119
+ {
23120
+ "kind": "Content",
23121
+ "text": "IA_MODIFIER = "
23122
+ },
23123
+ {
23124
+ "kind": "Content",
23125
+ "text": "14"
23126
+ }
23127
+ ],
23128
+ "initializerTokenRange": {
23129
+ "startIndex": 1,
23130
+ "endIndex": 2
23131
+ },
23132
+ "releaseTag": "Public",
23133
+ "name": "IA_MODIFIER"
23134
+ },
23050
23135
  {
23051
23136
  "kind": "EnumMember",
23052
23137
  "canonicalReference": "@dcl/playground-assets!InputAction.IA_POINTER:member",
@@ -38287,6 +38372,87 @@
38287
38372
  "endIndex": 2
38288
38373
  }
38289
38374
  },
38375
+ {
38376
+ "kind": "PropertySignature",
38377
+ "canonicalReference": "@dcl/playground-assets!PBAudioStream#spatial:member",
38378
+ "docComment": "/**\n * either the audio will be global or spatial (default: false) global: plays the same way for every listener. It is not affected by distance, direction, or position. spatial: changes depending on where the listener is relative to the sound source\n */\n",
38379
+ "excerptTokens": [
38380
+ {
38381
+ "kind": "Content",
38382
+ "text": "spatial?: "
38383
+ },
38384
+ {
38385
+ "kind": "Content",
38386
+ "text": "boolean | undefined"
38387
+ },
38388
+ {
38389
+ "kind": "Content",
38390
+ "text": ";"
38391
+ }
38392
+ ],
38393
+ "isReadonly": false,
38394
+ "isOptional": true,
38395
+ "releaseTag": "Public",
38396
+ "name": "spatial",
38397
+ "propertyTypeTokenRange": {
38398
+ "startIndex": 1,
38399
+ "endIndex": 2
38400
+ }
38401
+ },
38402
+ {
38403
+ "kind": "PropertySignature",
38404
+ "canonicalReference": "@dcl/playground-assets!PBAudioStream#spatialMaxDistance:member",
38405
+ "docComment": "/**\n * The distance where sound either becomes inaudible or stops attenuation (default: 60)\n */\n",
38406
+ "excerptTokens": [
38407
+ {
38408
+ "kind": "Content",
38409
+ "text": "spatialMaxDistance?: "
38410
+ },
38411
+ {
38412
+ "kind": "Content",
38413
+ "text": "number | undefined"
38414
+ },
38415
+ {
38416
+ "kind": "Content",
38417
+ "text": ";"
38418
+ }
38419
+ ],
38420
+ "isReadonly": false,
38421
+ "isOptional": true,
38422
+ "releaseTag": "Public",
38423
+ "name": "spatialMaxDistance",
38424
+ "propertyTypeTokenRange": {
38425
+ "startIndex": 1,
38426
+ "endIndex": 2
38427
+ }
38428
+ },
38429
+ {
38430
+ "kind": "PropertySignature",
38431
+ "canonicalReference": "@dcl/playground-assets!PBAudioStream#spatialMinDistance:member",
38432
+ "docComment": "/**\n * Within the min distance the audio will cease to grow louder in volume (default: 0)\n */\n",
38433
+ "excerptTokens": [
38434
+ {
38435
+ "kind": "Content",
38436
+ "text": "spatialMinDistance?: "
38437
+ },
38438
+ {
38439
+ "kind": "Content",
38440
+ "text": "number | undefined"
38441
+ },
38442
+ {
38443
+ "kind": "Content",
38444
+ "text": ";"
38445
+ }
38446
+ ],
38447
+ "isReadonly": false,
38448
+ "isOptional": true,
38449
+ "releaseTag": "Public",
38450
+ "name": "spatialMinDistance",
38451
+ "propertyTypeTokenRange": {
38452
+ "startIndex": 1,
38453
+ "endIndex": 2
38454
+ }
38455
+ },
38290
38456
  {
38291
38457
  "kind": "PropertySignature",
38292
38458
  "canonicalReference": "@dcl/playground-assets!PBAudioStream#url:member",
@@ -39511,6 +39677,337 @@
39511
39677
  }
39512
39678
  ]
39513
39679
  },
39680
+ {
39681
+ "kind": "Interface",
39682
+ "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings:interface",
39683
+ "docComment": "/**\n * @public\n */\n",
39684
+ "excerptTokens": [
39685
+ {
39686
+ "kind": "Content",
39687
+ "text": "export interface PBAvatarLocomotionSettings "
39688
+ }
39689
+ ],
39690
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_locomotion_settings.gen.d.ts",
39691
+ "releaseTag": "Public",
39692
+ "name": "PBAvatarLocomotionSettings",
39693
+ "preserveMemberOrder": false,
39694
+ "members": [
39695
+ {
39696
+ "kind": "PropertySignature",
39697
+ "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#hardLandingCooldown:member",
39698
+ "docComment": "/**\n * Cooldown time after a hard landing before the avatar can move again (in seconds)\n */\n",
39699
+ "excerptTokens": [
39700
+ {
39701
+ "kind": "Content",
39702
+ "text": "hardLandingCooldown?: "
39703
+ },
39704
+ {
39705
+ "kind": "Content",
39706
+ "text": "number | undefined"
39707
+ },
39708
+ {
39709
+ "kind": "Content",
39710
+ "text": ";"
39711
+ }
39712
+ ],
39713
+ "isReadonly": false,
39714
+ "isOptional": true,
39715
+ "releaseTag": "Public",
39716
+ "name": "hardLandingCooldown",
39717
+ "propertyTypeTokenRange": {
39718
+ "startIndex": 1,
39719
+ "endIndex": 2
39720
+ }
39721
+ },
39722
+ {
39723
+ "kind": "PropertySignature",
39724
+ "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#jogSpeed:member",
39725
+ "docComment": "/**\n * Maximum speed when jogging (in meters per second)\n */\n",
39726
+ "excerptTokens": [
39727
+ {
39728
+ "kind": "Content",
39729
+ "text": "jogSpeed?: "
39730
+ },
39731
+ {
39732
+ "kind": "Content",
39733
+ "text": "number | undefined"
39734
+ },
39735
+ {
39736
+ "kind": "Content",
39737
+ "text": ";"
39738
+ }
39739
+ ],
39740
+ "isReadonly": false,
39741
+ "isOptional": true,
39742
+ "releaseTag": "Public",
39743
+ "name": "jogSpeed",
39744
+ "propertyTypeTokenRange": {
39745
+ "startIndex": 1,
39746
+ "endIndex": 2
39747
+ }
39748
+ },
39749
+ {
39750
+ "kind": "PropertySignature",
39751
+ "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#jumpHeight:member",
39752
+ "docComment": "/**\n * Height of a regular jump (in meters)\n */\n",
39753
+ "excerptTokens": [
39754
+ {
39755
+ "kind": "Content",
39756
+ "text": "jumpHeight?: "
39757
+ },
39758
+ {
39759
+ "kind": "Content",
39760
+ "text": "number | undefined"
39761
+ },
39762
+ {
39763
+ "kind": "Content",
39764
+ "text": ";"
39765
+ }
39766
+ ],
39767
+ "isReadonly": false,
39768
+ "isOptional": true,
39769
+ "releaseTag": "Public",
39770
+ "name": "jumpHeight",
39771
+ "propertyTypeTokenRange": {
39772
+ "startIndex": 1,
39773
+ "endIndex": 2
39774
+ }
39775
+ },
39776
+ {
39777
+ "kind": "PropertySignature",
39778
+ "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#runJumpHeight:member",
39779
+ "docComment": "/**\n * Height of a jump while running (in meters)\n */\n",
39780
+ "excerptTokens": [
39781
+ {
39782
+ "kind": "Content",
39783
+ "text": "runJumpHeight?: "
39784
+ },
39785
+ {
39786
+ "kind": "Content",
39787
+ "text": "number | undefined"
39788
+ },
39789
+ {
39790
+ "kind": "Content",
39791
+ "text": ";"
39792
+ }
39793
+ ],
39794
+ "isReadonly": false,
39795
+ "isOptional": true,
39796
+ "releaseTag": "Public",
39797
+ "name": "runJumpHeight",
39798
+ "propertyTypeTokenRange": {
39799
+ "startIndex": 1,
39800
+ "endIndex": 2
39801
+ }
39802
+ },
39803
+ {
39804
+ "kind": "PropertySignature",
39805
+ "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#runSpeed:member",
39806
+ "docComment": "/**\n * Maximum speed when running (in meters per second)\n */\n",
39807
+ "excerptTokens": [
39808
+ {
39809
+ "kind": "Content",
39810
+ "text": "runSpeed?: "
39811
+ },
39812
+ {
39813
+ "kind": "Content",
39814
+ "text": "number | undefined"
39815
+ },
39816
+ {
39817
+ "kind": "Content",
39818
+ "text": ";"
39819
+ }
39820
+ ],
39821
+ "isReadonly": false,
39822
+ "isOptional": true,
39823
+ "releaseTag": "Public",
39824
+ "name": "runSpeed",
39825
+ "propertyTypeTokenRange": {
39826
+ "startIndex": 1,
39827
+ "endIndex": 2
39828
+ }
39829
+ },
39830
+ {
39831
+ "kind": "PropertySignature",
39832
+ "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#walkSpeed:member",
39833
+ "docComment": "/**\n * Maximum speed when walking (in meters per second)\n */\n",
39834
+ "excerptTokens": [
39835
+ {
39836
+ "kind": "Content",
39837
+ "text": "walkSpeed?: "
39838
+ },
39839
+ {
39840
+ "kind": "Content",
39841
+ "text": "number | undefined"
39842
+ },
39843
+ {
39844
+ "kind": "Content",
39845
+ "text": ";"
39846
+ }
39847
+ ],
39848
+ "isReadonly": false,
39849
+ "isOptional": true,
39850
+ "releaseTag": "Public",
39851
+ "name": "walkSpeed",
39852
+ "propertyTypeTokenRange": {
39853
+ "startIndex": 1,
39854
+ "endIndex": 2
39855
+ }
39856
+ }
39857
+ ],
39858
+ "extendsTokenRanges": []
39859
+ },
39860
+ {
39861
+ "kind": "Namespace",
39862
+ "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings:namespace",
39863
+ "docComment": "/**\n * @public\n */\n",
39864
+ "excerptTokens": [
39865
+ {
39866
+ "kind": "Content",
39867
+ "text": "export declare namespace PBAvatarLocomotionSettings "
39868
+ }
39869
+ ],
39870
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_locomotion_settings.gen.d.ts",
39871
+ "releaseTag": "Public",
39872
+ "name": "PBAvatarLocomotionSettings",
39873
+ "preserveMemberOrder": false,
39874
+ "members": [
39875
+ {
39876
+ "kind": "Function",
39877
+ "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings.decode:function(1)",
39878
+ "docComment": "",
39879
+ "excerptTokens": [
39880
+ {
39881
+ "kind": "Content",
39882
+ "text": "function decode(input: "
39883
+ },
39884
+ {
39885
+ "kind": "Reference",
39886
+ "text": "_m0.Reader",
39887
+ "canonicalReference": "protobufjs!Reader:class"
39888
+ },
39889
+ {
39890
+ "kind": "Content",
39891
+ "text": " | "
39892
+ },
39893
+ {
39894
+ "kind": "Reference",
39895
+ "text": "Uint8Array",
39896
+ "canonicalReference": "!Uint8Array:interface"
39897
+ },
39898
+ {
39899
+ "kind": "Content",
39900
+ "text": ", length?: "
39901
+ },
39902
+ {
39903
+ "kind": "Content",
39904
+ "text": "number"
39905
+ },
39906
+ {
39907
+ "kind": "Content",
39908
+ "text": "): "
39909
+ },
39910
+ {
39911
+ "kind": "Reference",
39912
+ "text": "PBAvatarLocomotionSettings",
39913
+ "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings:interface"
39914
+ },
39915
+ {
39916
+ "kind": "Content",
39917
+ "text": ";"
39918
+ }
39919
+ ],
39920
+ "returnTypeTokenRange": {
39921
+ "startIndex": 7,
39922
+ "endIndex": 8
39923
+ },
39924
+ "releaseTag": "Public",
39925
+ "overloadIndex": 1,
39926
+ "parameters": [
39927
+ {
39928
+ "parameterName": "input",
39929
+ "parameterTypeTokenRange": {
39930
+ "startIndex": 1,
39931
+ "endIndex": 4
39932
+ },
39933
+ "isOptional": false
39934
+ },
39935
+ {
39936
+ "parameterName": "length",
39937
+ "parameterTypeTokenRange": {
39938
+ "startIndex": 5,
39939
+ "endIndex": 6
39940
+ },
39941
+ "isOptional": true
39942
+ }
39943
+ ],
39944
+ "name": "decode"
39945
+ },
39946
+ {
39947
+ "kind": "Function",
39948
+ "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings.encode:function(1)",
39949
+ "docComment": "",
39950
+ "excerptTokens": [
39951
+ {
39952
+ "kind": "Content",
39953
+ "text": "function encode(message: "
39954
+ },
39955
+ {
39956
+ "kind": "Reference",
39957
+ "text": "PBAvatarLocomotionSettings",
39958
+ "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings:interface"
39959
+ },
39960
+ {
39961
+ "kind": "Content",
39962
+ "text": ", writer?: "
39963
+ },
39964
+ {
39965
+ "kind": "Reference",
39966
+ "text": "_m0.Writer",
39967
+ "canonicalReference": "protobufjs!Writer:class"
39968
+ },
39969
+ {
39970
+ "kind": "Content",
39971
+ "text": "): "
39972
+ },
39973
+ {
39974
+ "kind": "Reference",
39975
+ "text": "_m0.Writer",
39976
+ "canonicalReference": "protobufjs!Writer:class"
39977
+ },
39978
+ {
39979
+ "kind": "Content",
39980
+ "text": ";"
39981
+ }
39982
+ ],
39983
+ "returnTypeTokenRange": {
39984
+ "startIndex": 5,
39985
+ "endIndex": 6
39986
+ },
39987
+ "releaseTag": "Public",
39988
+ "overloadIndex": 1,
39989
+ "parameters": [
39990
+ {
39991
+ "parameterName": "message",
39992
+ "parameterTypeTokenRange": {
39993
+ "startIndex": 1,
39994
+ "endIndex": 2
39995
+ },
39996
+ "isOptional": false
39997
+ },
39998
+ {
39999
+ "parameterName": "writer",
40000
+ "parameterTypeTokenRange": {
40001
+ "startIndex": 3,
40002
+ "endIndex": 4
40003
+ },
40004
+ "isOptional": true
40005
+ }
40006
+ ],
40007
+ "name": "encode"
40008
+ }
40009
+ ]
40010
+ },
39514
40011
  {
39515
40012
  "kind": "Interface",
39516
40013
  "canonicalReference": "@dcl/playground-assets!PBAvatarModifierArea:interface",
@@ -58976,6 +59473,87 @@
58976
59473
  "endIndex": 2
58977
59474
  }
58978
59475
  },
59476
+ {
59477
+ "kind": "PropertySignature",
59478
+ "canonicalReference": "@dcl/playground-assets!PBVideoPlayer#spatial:member",
59479
+ "docComment": "/**\n * either the audio will be global or spatial (default: false) global: plays the same way for every listener. It is not affected by distance, direction, or position. spatial: changes depending on where the listener is relative to the sound source\n */\n",
59480
+ "excerptTokens": [
59481
+ {
59482
+ "kind": "Content",
59483
+ "text": "spatial?: "
59484
+ },
59485
+ {
59486
+ "kind": "Content",
59487
+ "text": "boolean | undefined"
59488
+ },
59489
+ {
59490
+ "kind": "Content",
59491
+ "text": ";"
59492
+ }
59493
+ ],
59494
+ "isReadonly": false,
59495
+ "isOptional": true,
59496
+ "releaseTag": "Public",
59497
+ "name": "spatial",
59498
+ "propertyTypeTokenRange": {
59499
+ "startIndex": 1,
59500
+ "endIndex": 2
59501
+ }
59502
+ },
59503
+ {
59504
+ "kind": "PropertySignature",
59505
+ "canonicalReference": "@dcl/playground-assets!PBVideoPlayer#spatialMaxDistance:member",
59506
+ "docComment": "/**\n * The distance where sound either becomes inaudible or stops attenuation (default: 60)\n */\n",
59507
+ "excerptTokens": [
59508
+ {
59509
+ "kind": "Content",
59510
+ "text": "spatialMaxDistance?: "
59511
+ },
59512
+ {
59513
+ "kind": "Content",
59514
+ "text": "number | undefined"
59515
+ },
59516
+ {
59517
+ "kind": "Content",
59518
+ "text": ";"
59519
+ }
59520
+ ],
59521
+ "isReadonly": false,
59522
+ "isOptional": true,
59523
+ "releaseTag": "Public",
59524
+ "name": "spatialMaxDistance",
59525
+ "propertyTypeTokenRange": {
59526
+ "startIndex": 1,
59527
+ "endIndex": 2
59528
+ }
59529
+ },
59530
+ {
59531
+ "kind": "PropertySignature",
59532
+ "canonicalReference": "@dcl/playground-assets!PBVideoPlayer#spatialMinDistance:member",
59533
+ "docComment": "/**\n * Within the min distance the audio will cease to grow louder in volume (default: 0)\n */\n",
59534
+ "excerptTokens": [
59535
+ {
59536
+ "kind": "Content",
59537
+ "text": "spatialMinDistance?: "
59538
+ },
59539
+ {
59540
+ "kind": "Content",
59541
+ "text": "number | undefined"
59542
+ },
59543
+ {
59544
+ "kind": "Content",
59545
+ "text": ";"
59546
+ }
59547
+ ],
59548
+ "isReadonly": false,
59549
+ "isOptional": true,
59550
+ "releaseTag": "Public",
59551
+ "name": "spatialMinDistance",
59552
+ "propertyTypeTokenRange": {
59553
+ "startIndex": 1,
59554
+ "endIndex": 2
59555
+ }
59556
+ },
58979
59557
  {
58980
59558
  "kind": "PropertySignature",
58981
59559
  "canonicalReference": "@dcl/playground-assets!PBVideoPlayer#src:member",
@@ -59231,6 +59809,33 @@
59231
59809
  "endIndex": 3
59232
59810
  }
59233
59811
  },
59812
+ {
59813
+ "kind": "PropertySignature",
59814
+ "canonicalReference": "@dcl/playground-assets!PBVirtualCamera#fov:member",
59815
+ "docComment": "/**\n * default: 60\n */\n",
59816
+ "excerptTokens": [
59817
+ {
59818
+ "kind": "Content",
59819
+ "text": "fov?: "
59820
+ },
59821
+ {
59822
+ "kind": "Content",
59823
+ "text": "number | undefined"
59824
+ },
59825
+ {
59826
+ "kind": "Content",
59827
+ "text": ";"
59828
+ }
59829
+ ],
59830
+ "isReadonly": false,
59831
+ "isOptional": true,
59832
+ "releaseTag": "Public",
59833
+ "name": "fov",
59834
+ "propertyTypeTokenRange": {
59835
+ "startIndex": 1,
59836
+ "endIndex": 2
59837
+ }
59838
+ },
59234
59839
  {
59235
59840
  "kind": "PropertySignature",
59236
59841
  "canonicalReference": "@dcl/playground-assets!PBVirtualCamera#lookAtEntity:member",