@dcl/playground-assets 7.18.2-21453292414.commit-1da934f → 7.18.2-21458377493.commit-ea4f3b6
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 +160 -1
- package/dist/beta.d.ts +160 -1
- package/dist/index.bundled.d.ts +160 -1
- package/dist/index.js +7 -7
- package/dist/index.js.map +4 -4
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +160 -1
- package/etc/playground-assets.api.json +2075 -614
- package/etc/playground-assets.api.md +93 -0
- package/package.json +4 -4
|
@@ -896,6 +896,417 @@
|
|
|
896
896
|
],
|
|
897
897
|
"name": "areConnected"
|
|
898
898
|
},
|
|
899
|
+
{
|
|
900
|
+
"kind": "Variable",
|
|
901
|
+
"canonicalReference": "@dcl/playground-assets!AudioAnalysis:var",
|
|
902
|
+
"docComment": "",
|
|
903
|
+
"excerptTokens": [
|
|
904
|
+
{
|
|
905
|
+
"kind": "Content",
|
|
906
|
+
"text": "AudioAnalysis: "
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"kind": "Reference",
|
|
910
|
+
"text": "AudioAnalysisComponentDefinitionExtended",
|
|
911
|
+
"canonicalReference": "@dcl/playground-assets!AudioAnalysisComponentDefinitionExtended:interface"
|
|
912
|
+
}
|
|
913
|
+
],
|
|
914
|
+
"fileUrlPath": "../ecs/dist/index.d.ts",
|
|
915
|
+
"isReadonly": true,
|
|
916
|
+
"releaseTag": "Public",
|
|
917
|
+
"name": "AudioAnalysis",
|
|
918
|
+
"variableTypeTokenRange": {
|
|
919
|
+
"startIndex": 1,
|
|
920
|
+
"endIndex": 2
|
|
921
|
+
}
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
"kind": "Interface",
|
|
925
|
+
"canonicalReference": "@dcl/playground-assets!AudioAnalysisComponentDefinitionExtended:interface",
|
|
926
|
+
"docComment": "",
|
|
927
|
+
"excerptTokens": [
|
|
928
|
+
{
|
|
929
|
+
"kind": "Content",
|
|
930
|
+
"text": "export interface AudioAnalysisComponentDefinitionExtended extends "
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
"kind": "Reference",
|
|
934
|
+
"text": "LastWriteWinElementSetComponentDefinition",
|
|
935
|
+
"canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
"kind": "Content",
|
|
939
|
+
"text": "<"
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
"kind": "Reference",
|
|
943
|
+
"text": "PBAudioAnalysis",
|
|
944
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis"
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
"kind": "Content",
|
|
948
|
+
"text": ">"
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
"kind": "Content",
|
|
952
|
+
"text": " "
|
|
953
|
+
}
|
|
954
|
+
],
|
|
955
|
+
"fileUrlPath": "../ecs/dist/components/extended/AudioAnalysis.d.ts",
|
|
956
|
+
"releaseTag": "Public",
|
|
957
|
+
"name": "AudioAnalysisComponentDefinitionExtended",
|
|
958
|
+
"preserveMemberOrder": false,
|
|
959
|
+
"members": [
|
|
960
|
+
{
|
|
961
|
+
"kind": "MethodSignature",
|
|
962
|
+
"canonicalReference": "@dcl/playground-assets!AudioAnalysisComponentDefinitionExtended#createAudioAnalysis:member(1)",
|
|
963
|
+
"docComment": "/**\n * Creates an AudioAnalysis component for the given `entity`.\n *\n * If a component already exists on the entity, this call fails (does not replace).\n *\n * @param entity - The entity to attach the component to.\n *\n * @param mode - Analysis mode. Defaults to `PBAudioAnalysisMode.MODE_LOGARITHMIC`.\n *\n * @param amplitudeGain - Optional amplitude gain multiplier.\n *\n * @param bandsGain - Optional gain multiplier applied to all frequency bands.\n */\n",
|
|
964
|
+
"excerptTokens": [
|
|
965
|
+
{
|
|
966
|
+
"kind": "Content",
|
|
967
|
+
"text": "createAudioAnalysis(entity: "
|
|
968
|
+
},
|
|
969
|
+
{
|
|
970
|
+
"kind": "Reference",
|
|
971
|
+
"text": "Entity",
|
|
972
|
+
"canonicalReference": "@dcl/playground-assets!Entity:type"
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"kind": "Content",
|
|
976
|
+
"text": ", mode?: "
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
"kind": "Reference",
|
|
980
|
+
"text": "PBAudioAnalysisMode",
|
|
981
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysisMode:enum"
|
|
982
|
+
},
|
|
983
|
+
{
|
|
984
|
+
"kind": "Content",
|
|
985
|
+
"text": ", // default is PBAudioAnalysisMode.MODE_LOGARITHMIC\n amplitudeGain?: "
|
|
986
|
+
},
|
|
987
|
+
{
|
|
988
|
+
"kind": "Content",
|
|
989
|
+
"text": "number"
|
|
990
|
+
},
|
|
991
|
+
{
|
|
992
|
+
"kind": "Content",
|
|
993
|
+
"text": ", bandsGain?: "
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
"kind": "Content",
|
|
997
|
+
"text": "number"
|
|
998
|
+
},
|
|
999
|
+
{
|
|
1000
|
+
"kind": "Content",
|
|
1001
|
+
"text": "): "
|
|
1002
|
+
},
|
|
1003
|
+
{
|
|
1004
|
+
"kind": "Content",
|
|
1005
|
+
"text": "void"
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
"kind": "Content",
|
|
1009
|
+
"text": ";"
|
|
1010
|
+
}
|
|
1011
|
+
],
|
|
1012
|
+
"isOptional": false,
|
|
1013
|
+
"returnTypeTokenRange": {
|
|
1014
|
+
"startIndex": 9,
|
|
1015
|
+
"endIndex": 10
|
|
1016
|
+
},
|
|
1017
|
+
"releaseTag": "Public",
|
|
1018
|
+
"overloadIndex": 1,
|
|
1019
|
+
"parameters": [
|
|
1020
|
+
{
|
|
1021
|
+
"parameterName": "entity",
|
|
1022
|
+
"parameterTypeTokenRange": {
|
|
1023
|
+
"startIndex": 1,
|
|
1024
|
+
"endIndex": 2
|
|
1025
|
+
},
|
|
1026
|
+
"isOptional": false
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
"parameterName": "mode",
|
|
1030
|
+
"parameterTypeTokenRange": {
|
|
1031
|
+
"startIndex": 3,
|
|
1032
|
+
"endIndex": 4
|
|
1033
|
+
},
|
|
1034
|
+
"isOptional": true
|
|
1035
|
+
},
|
|
1036
|
+
{
|
|
1037
|
+
"parameterName": "amplitudeGain",
|
|
1038
|
+
"parameterTypeTokenRange": {
|
|
1039
|
+
"startIndex": 5,
|
|
1040
|
+
"endIndex": 6
|
|
1041
|
+
},
|
|
1042
|
+
"isOptional": true
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
"parameterName": "bandsGain",
|
|
1046
|
+
"parameterTypeTokenRange": {
|
|
1047
|
+
"startIndex": 7,
|
|
1048
|
+
"endIndex": 8
|
|
1049
|
+
},
|
|
1050
|
+
"isOptional": true
|
|
1051
|
+
}
|
|
1052
|
+
],
|
|
1053
|
+
"name": "createAudioAnalysis"
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
"kind": "MethodSignature",
|
|
1057
|
+
"canonicalReference": "@dcl/playground-assets!AudioAnalysisComponentDefinitionExtended#createOrReplaceAudioAnalysis:member(1)",
|
|
1058
|
+
"docComment": "/**\n * Creates the AudioAnalysis component if missing, or replaces the existing one.\n *\n * @param entity - The target entity.\n *\n * @param mode - Analysis mode. Defaults to `PBAudioAnalysisMode.MODE_LOGARITHMIC`.\n *\n * @param amplitudeGain - Optional amplitude gain multiplier.\n *\n * @param bandsGain - Optional gain multiplier applied to the frequency bands.\n */\n",
|
|
1059
|
+
"excerptTokens": [
|
|
1060
|
+
{
|
|
1061
|
+
"kind": "Content",
|
|
1062
|
+
"text": "createOrReplaceAudioAnalysis(entity: "
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
"kind": "Reference",
|
|
1066
|
+
"text": "Entity",
|
|
1067
|
+
"canonicalReference": "@dcl/playground-assets!Entity:type"
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
"kind": "Content",
|
|
1071
|
+
"text": ", mode?: "
|
|
1072
|
+
},
|
|
1073
|
+
{
|
|
1074
|
+
"kind": "Reference",
|
|
1075
|
+
"text": "PBAudioAnalysisMode",
|
|
1076
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysisMode:enum"
|
|
1077
|
+
},
|
|
1078
|
+
{
|
|
1079
|
+
"kind": "Content",
|
|
1080
|
+
"text": ", // default is PBAudioAnalysisMode.MODE_LOGARITHMIC\n amplitudeGain?: "
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
"kind": "Content",
|
|
1084
|
+
"text": "number"
|
|
1085
|
+
},
|
|
1086
|
+
{
|
|
1087
|
+
"kind": "Content",
|
|
1088
|
+
"text": ", bandsGain?: "
|
|
1089
|
+
},
|
|
1090
|
+
{
|
|
1091
|
+
"kind": "Content",
|
|
1092
|
+
"text": "number"
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
"kind": "Content",
|
|
1096
|
+
"text": "): "
|
|
1097
|
+
},
|
|
1098
|
+
{
|
|
1099
|
+
"kind": "Content",
|
|
1100
|
+
"text": "void"
|
|
1101
|
+
},
|
|
1102
|
+
{
|
|
1103
|
+
"kind": "Content",
|
|
1104
|
+
"text": ";"
|
|
1105
|
+
}
|
|
1106
|
+
],
|
|
1107
|
+
"isOptional": false,
|
|
1108
|
+
"returnTypeTokenRange": {
|
|
1109
|
+
"startIndex": 9,
|
|
1110
|
+
"endIndex": 10
|
|
1111
|
+
},
|
|
1112
|
+
"releaseTag": "Public",
|
|
1113
|
+
"overloadIndex": 1,
|
|
1114
|
+
"parameters": [
|
|
1115
|
+
{
|
|
1116
|
+
"parameterName": "entity",
|
|
1117
|
+
"parameterTypeTokenRange": {
|
|
1118
|
+
"startIndex": 1,
|
|
1119
|
+
"endIndex": 2
|
|
1120
|
+
},
|
|
1121
|
+
"isOptional": false
|
|
1122
|
+
},
|
|
1123
|
+
{
|
|
1124
|
+
"parameterName": "mode",
|
|
1125
|
+
"parameterTypeTokenRange": {
|
|
1126
|
+
"startIndex": 3,
|
|
1127
|
+
"endIndex": 4
|
|
1128
|
+
},
|
|
1129
|
+
"isOptional": true
|
|
1130
|
+
},
|
|
1131
|
+
{
|
|
1132
|
+
"parameterName": "amplitudeGain",
|
|
1133
|
+
"parameterTypeTokenRange": {
|
|
1134
|
+
"startIndex": 5,
|
|
1135
|
+
"endIndex": 6
|
|
1136
|
+
},
|
|
1137
|
+
"isOptional": true
|
|
1138
|
+
},
|
|
1139
|
+
{
|
|
1140
|
+
"parameterName": "bandsGain",
|
|
1141
|
+
"parameterTypeTokenRange": {
|
|
1142
|
+
"startIndex": 7,
|
|
1143
|
+
"endIndex": 8
|
|
1144
|
+
},
|
|
1145
|
+
"isOptional": true
|
|
1146
|
+
}
|
|
1147
|
+
],
|
|
1148
|
+
"name": "createOrReplaceAudioAnalysis"
|
|
1149
|
+
},
|
|
1150
|
+
{
|
|
1151
|
+
"kind": "MethodSignature",
|
|
1152
|
+
"canonicalReference": "@dcl/playground-assets!AudioAnalysisComponentDefinitionExtended#readIntoView:member(1)",
|
|
1153
|
+
"docComment": "/**\n * Reads the component data of `entity` into the provided `out` view.\n *\n * @param entity - The entity whose AudioAnalysis data will be read.\n *\n * @param out - An existing AudioAnalysisView to populate with the latest values.\n *\n * @throws\n *\n * Error if the entity does not have an AudioAnalysis component.\n */\n",
|
|
1154
|
+
"excerptTokens": [
|
|
1155
|
+
{
|
|
1156
|
+
"kind": "Content",
|
|
1157
|
+
"text": "readIntoView(entity: "
|
|
1158
|
+
},
|
|
1159
|
+
{
|
|
1160
|
+
"kind": "Reference",
|
|
1161
|
+
"text": "Entity",
|
|
1162
|
+
"canonicalReference": "@dcl/playground-assets!Entity:type"
|
|
1163
|
+
},
|
|
1164
|
+
{
|
|
1165
|
+
"kind": "Content",
|
|
1166
|
+
"text": ", out: "
|
|
1167
|
+
},
|
|
1168
|
+
{
|
|
1169
|
+
"kind": "Reference",
|
|
1170
|
+
"text": "AudioAnalysisView",
|
|
1171
|
+
"canonicalReference": "@dcl/playground-assets!AudioAnalysisView:type"
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
"kind": "Content",
|
|
1175
|
+
"text": "): "
|
|
1176
|
+
},
|
|
1177
|
+
{
|
|
1178
|
+
"kind": "Content",
|
|
1179
|
+
"text": "void"
|
|
1180
|
+
},
|
|
1181
|
+
{
|
|
1182
|
+
"kind": "Content",
|
|
1183
|
+
"text": ";"
|
|
1184
|
+
}
|
|
1185
|
+
],
|
|
1186
|
+
"isOptional": false,
|
|
1187
|
+
"returnTypeTokenRange": {
|
|
1188
|
+
"startIndex": 5,
|
|
1189
|
+
"endIndex": 6
|
|
1190
|
+
},
|
|
1191
|
+
"releaseTag": "Public",
|
|
1192
|
+
"overloadIndex": 1,
|
|
1193
|
+
"parameters": [
|
|
1194
|
+
{
|
|
1195
|
+
"parameterName": "entity",
|
|
1196
|
+
"parameterTypeTokenRange": {
|
|
1197
|
+
"startIndex": 1,
|
|
1198
|
+
"endIndex": 2
|
|
1199
|
+
},
|
|
1200
|
+
"isOptional": false
|
|
1201
|
+
},
|
|
1202
|
+
{
|
|
1203
|
+
"parameterName": "out",
|
|
1204
|
+
"parameterTypeTokenRange": {
|
|
1205
|
+
"startIndex": 3,
|
|
1206
|
+
"endIndex": 4
|
|
1207
|
+
},
|
|
1208
|
+
"isOptional": false
|
|
1209
|
+
}
|
|
1210
|
+
],
|
|
1211
|
+
"name": "readIntoView"
|
|
1212
|
+
},
|
|
1213
|
+
{
|
|
1214
|
+
"kind": "MethodSignature",
|
|
1215
|
+
"canonicalReference": "@dcl/playground-assets!AudioAnalysisComponentDefinitionExtended#tryReadIntoView:member(1)",
|
|
1216
|
+
"docComment": "/**\n * Attempts to read the component data of `entity` into the provided `out` view.\n *\n * @param entity - The entity whose AudioAnalysis data will be read.\n *\n * @param out - An existing AudioAnalysisView to populate.\n *\n * @returns `true` if the component exists and data was written into `out`, `false` if the entity does not have an AudioAnalysis component.\n */\n",
|
|
1217
|
+
"excerptTokens": [
|
|
1218
|
+
{
|
|
1219
|
+
"kind": "Content",
|
|
1220
|
+
"text": "tryReadIntoView(entity: "
|
|
1221
|
+
},
|
|
1222
|
+
{
|
|
1223
|
+
"kind": "Reference",
|
|
1224
|
+
"text": "Entity",
|
|
1225
|
+
"canonicalReference": "@dcl/playground-assets!Entity:type"
|
|
1226
|
+
},
|
|
1227
|
+
{
|
|
1228
|
+
"kind": "Content",
|
|
1229
|
+
"text": ", out: "
|
|
1230
|
+
},
|
|
1231
|
+
{
|
|
1232
|
+
"kind": "Reference",
|
|
1233
|
+
"text": "AudioAnalysisView",
|
|
1234
|
+
"canonicalReference": "@dcl/playground-assets!AudioAnalysisView:type"
|
|
1235
|
+
},
|
|
1236
|
+
{
|
|
1237
|
+
"kind": "Content",
|
|
1238
|
+
"text": "): "
|
|
1239
|
+
},
|
|
1240
|
+
{
|
|
1241
|
+
"kind": "Content",
|
|
1242
|
+
"text": "boolean"
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"kind": "Content",
|
|
1246
|
+
"text": ";"
|
|
1247
|
+
}
|
|
1248
|
+
],
|
|
1249
|
+
"isOptional": false,
|
|
1250
|
+
"returnTypeTokenRange": {
|
|
1251
|
+
"startIndex": 5,
|
|
1252
|
+
"endIndex": 6
|
|
1253
|
+
},
|
|
1254
|
+
"releaseTag": "Public",
|
|
1255
|
+
"overloadIndex": 1,
|
|
1256
|
+
"parameters": [
|
|
1257
|
+
{
|
|
1258
|
+
"parameterName": "entity",
|
|
1259
|
+
"parameterTypeTokenRange": {
|
|
1260
|
+
"startIndex": 1,
|
|
1261
|
+
"endIndex": 2
|
|
1262
|
+
},
|
|
1263
|
+
"isOptional": false
|
|
1264
|
+
},
|
|
1265
|
+
{
|
|
1266
|
+
"parameterName": "out",
|
|
1267
|
+
"parameterTypeTokenRange": {
|
|
1268
|
+
"startIndex": 3,
|
|
1269
|
+
"endIndex": 4
|
|
1270
|
+
},
|
|
1271
|
+
"isOptional": false
|
|
1272
|
+
}
|
|
1273
|
+
],
|
|
1274
|
+
"name": "tryReadIntoView"
|
|
1275
|
+
}
|
|
1276
|
+
],
|
|
1277
|
+
"extendsTokenRanges": [
|
|
1278
|
+
{
|
|
1279
|
+
"startIndex": 1,
|
|
1280
|
+
"endIndex": 5
|
|
1281
|
+
}
|
|
1282
|
+
]
|
|
1283
|
+
},
|
|
1284
|
+
{
|
|
1285
|
+
"kind": "TypeAlias",
|
|
1286
|
+
"canonicalReference": "@dcl/playground-assets!AudioAnalysisView:type",
|
|
1287
|
+
"docComment": "/**\n * A read-only JavaScript-friendly view of AudioAnalysis ECS data.\n *\n * `amplitude` represents the aggregated signal strength. `bands` represents the processed frequency bands.\n */\n",
|
|
1288
|
+
"excerptTokens": [
|
|
1289
|
+
{
|
|
1290
|
+
"kind": "Content",
|
|
1291
|
+
"text": "export type AudioAnalysisView = "
|
|
1292
|
+
},
|
|
1293
|
+
{
|
|
1294
|
+
"kind": "Content",
|
|
1295
|
+
"text": "{\n amplitude: number;\n bands: number[];\n}"
|
|
1296
|
+
},
|
|
1297
|
+
{
|
|
1298
|
+
"kind": "Content",
|
|
1299
|
+
"text": ";"
|
|
1300
|
+
}
|
|
1301
|
+
],
|
|
1302
|
+
"fileUrlPath": "../ecs/dist/components/extended/AudioAnalysis.d.ts",
|
|
1303
|
+
"releaseTag": "Public",
|
|
1304
|
+
"name": "AudioAnalysisView",
|
|
1305
|
+
"typeTokenRange": {
|
|
1306
|
+
"startIndex": 1,
|
|
1307
|
+
"endIndex": 2
|
|
1308
|
+
}
|
|
1309
|
+
},
|
|
899
1310
|
{
|
|
900
1311
|
"kind": "Variable",
|
|
901
1312
|
"canonicalReference": "@dcl/playground-assets!AudioEvent:var",
|
|
@@ -1973,6 +2384,43 @@
|
|
|
1973
2384
|
"endIndex": 5
|
|
1974
2385
|
}
|
|
1975
2386
|
},
|
|
2387
|
+
{
|
|
2388
|
+
"kind": "Variable",
|
|
2389
|
+
"canonicalReference": "@dcl/playground-assets!AvatarLocomotionSettings:var",
|
|
2390
|
+
"docComment": "/**\n * @public\n */\n",
|
|
2391
|
+
"excerptTokens": [
|
|
2392
|
+
{
|
|
2393
|
+
"kind": "Content",
|
|
2394
|
+
"text": "AvatarLocomotionSettings: "
|
|
2395
|
+
},
|
|
2396
|
+
{
|
|
2397
|
+
"kind": "Reference",
|
|
2398
|
+
"text": "LastWriteWinElementSetComponentDefinition",
|
|
2399
|
+
"canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
|
|
2400
|
+
},
|
|
2401
|
+
{
|
|
2402
|
+
"kind": "Content",
|
|
2403
|
+
"text": "<"
|
|
2404
|
+
},
|
|
2405
|
+
{
|
|
2406
|
+
"kind": "Reference",
|
|
2407
|
+
"text": "PBAvatarLocomotionSettings",
|
|
2408
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings"
|
|
2409
|
+
},
|
|
2410
|
+
{
|
|
2411
|
+
"kind": "Content",
|
|
2412
|
+
"text": ">"
|
|
2413
|
+
}
|
|
2414
|
+
],
|
|
2415
|
+
"fileUrlPath": "../ecs/dist/components/generated/global.gen.d.ts",
|
|
2416
|
+
"isReadonly": true,
|
|
2417
|
+
"releaseTag": "Public",
|
|
2418
|
+
"name": "AvatarLocomotionSettings",
|
|
2419
|
+
"variableTypeTokenRange": {
|
|
2420
|
+
"startIndex": 1,
|
|
2421
|
+
"endIndex": 5
|
|
2422
|
+
}
|
|
2423
|
+
},
|
|
1976
2424
|
{
|
|
1977
2425
|
"kind": "Variable",
|
|
1978
2426
|
"canonicalReference": "@dcl/playground-assets!AvatarModifierArea:var",
|
|
@@ -12346,6 +12794,33 @@
|
|
|
12346
12794
|
"text": "PBAnimator",
|
|
12347
12795
|
"canonicalReference": "@dcl/playground-assets!PBAnimator"
|
|
12348
12796
|
},
|
|
12797
|
+
{
|
|
12798
|
+
"kind": "Content",
|
|
12799
|
+
"text": ">>;\n \"core::AudioAnalysis\": "
|
|
12800
|
+
},
|
|
12801
|
+
{
|
|
12802
|
+
"kind": "Reference",
|
|
12803
|
+
"text": "LwwComponentGetter",
|
|
12804
|
+
"canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
|
|
12805
|
+
},
|
|
12806
|
+
{
|
|
12807
|
+
"kind": "Content",
|
|
12808
|
+
"text": "<"
|
|
12809
|
+
},
|
|
12810
|
+
{
|
|
12811
|
+
"kind": "Reference",
|
|
12812
|
+
"text": "LastWriteWinElementSetComponentDefinition",
|
|
12813
|
+
"canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
|
|
12814
|
+
},
|
|
12815
|
+
{
|
|
12816
|
+
"kind": "Content",
|
|
12817
|
+
"text": "<"
|
|
12818
|
+
},
|
|
12819
|
+
{
|
|
12820
|
+
"kind": "Reference",
|
|
12821
|
+
"text": "PBAudioAnalysis",
|
|
12822
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis"
|
|
12823
|
+
},
|
|
12349
12824
|
{
|
|
12350
12825
|
"kind": "Content",
|
|
12351
12826
|
"text": ">>;\n \"core::AudioEvent\": "
|
|
@@ -12535,6 +13010,33 @@
|
|
|
12535
13010
|
"text": "PBAvatarEquippedData",
|
|
12536
13011
|
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData"
|
|
12537
13012
|
},
|
|
13013
|
+
{
|
|
13014
|
+
"kind": "Content",
|
|
13015
|
+
"text": ">>;\n \"core::AvatarLocomotionSettings\": "
|
|
13016
|
+
},
|
|
13017
|
+
{
|
|
13018
|
+
"kind": "Reference",
|
|
13019
|
+
"text": "LwwComponentGetter",
|
|
13020
|
+
"canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
|
|
13021
|
+
},
|
|
13022
|
+
{
|
|
13023
|
+
"kind": "Content",
|
|
13024
|
+
"text": "<"
|
|
13025
|
+
},
|
|
13026
|
+
{
|
|
13027
|
+
"kind": "Reference",
|
|
13028
|
+
"text": "LastWriteWinElementSetComponentDefinition",
|
|
13029
|
+
"canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
|
|
13030
|
+
},
|
|
13031
|
+
{
|
|
13032
|
+
"kind": "Content",
|
|
13033
|
+
"text": "<"
|
|
13034
|
+
},
|
|
13035
|
+
{
|
|
13036
|
+
"kind": "Reference",
|
|
13037
|
+
"text": "PBAvatarLocomotionSettings",
|
|
13038
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings"
|
|
13039
|
+
},
|
|
12538
13040
|
{
|
|
12539
13041
|
"kind": "Content",
|
|
12540
13042
|
"text": ">>;\n \"core::AvatarModifierArea\": "
|
|
@@ -13707,7 +14209,7 @@
|
|
|
13707
14209
|
"name": "componentDefinitionByName",
|
|
13708
14210
|
"variableTypeTokenRange": {
|
|
13709
14211
|
"startIndex": 1,
|
|
13710
|
-
"endIndex":
|
|
14212
|
+
"endIndex": 320
|
|
13711
14213
|
}
|
|
13712
14214
|
},
|
|
13713
14215
|
{
|
|
@@ -19398,7 +19900,7 @@
|
|
|
19398
19900
|
},
|
|
19399
19901
|
{
|
|
19400
19902
|
"kind": "Content",
|
|
19401
|
-
"text": ";\n hoverText?: string;\n maxDistance?: number;\n showFeedback?: boolean;\n showHighlight?: boolean;\n}"
|
|
19903
|
+
"text": ";\n hoverText?: string;\n maxDistance?: number;\n showFeedback?: boolean;\n showHighlight?: boolean;\n maxPlayerDistance?: number;\n}"
|
|
19402
19904
|
},
|
|
19403
19905
|
{
|
|
19404
19906
|
"kind": "Content",
|
|
@@ -23899,6 +24401,27 @@
|
|
|
23899
24401
|
"releaseTag": "Public",
|
|
23900
24402
|
"name": "IA_LEFT"
|
|
23901
24403
|
},
|
|
24404
|
+
{
|
|
24405
|
+
"kind": "EnumMember",
|
|
24406
|
+
"canonicalReference": "@dcl/playground-assets!InputAction.IA_MODIFIER:member",
|
|
24407
|
+
"docComment": "",
|
|
24408
|
+
"excerptTokens": [
|
|
24409
|
+
{
|
|
24410
|
+
"kind": "Content",
|
|
24411
|
+
"text": "IA_MODIFIER = "
|
|
24412
|
+
},
|
|
24413
|
+
{
|
|
24414
|
+
"kind": "Content",
|
|
24415
|
+
"text": "14"
|
|
24416
|
+
}
|
|
24417
|
+
],
|
|
24418
|
+
"initializerTokenRange": {
|
|
24419
|
+
"startIndex": 1,
|
|
24420
|
+
"endIndex": 2
|
|
24421
|
+
},
|
|
24422
|
+
"releaseTag": "Public",
|
|
24423
|
+
"name": "IA_MODIFIER"
|
|
24424
|
+
},
|
|
23902
24425
|
{
|
|
23903
24426
|
"kind": "EnumMember",
|
|
23904
24427
|
"canonicalReference": "@dcl/playground-assets!InputAction.IA_POINTER:member",
|
|
@@ -38689,32 +39212,31 @@
|
|
|
38689
39212
|
},
|
|
38690
39213
|
{
|
|
38691
39214
|
"kind": "Interface",
|
|
38692
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
39215
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis:interface",
|
|
38693
39216
|
"docComment": "/**\n * @public\n */\n",
|
|
38694
39217
|
"excerptTokens": [
|
|
38695
39218
|
{
|
|
38696
39219
|
"kind": "Content",
|
|
38697
|
-
"text": "export interface
|
|
39220
|
+
"text": "export interface PBAudioAnalysis "
|
|
38698
39221
|
}
|
|
38699
39222
|
],
|
|
38700
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/
|
|
39223
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_analysis.gen.d.ts",
|
|
38701
39224
|
"releaseTag": "Public",
|
|
38702
|
-
"name": "
|
|
39225
|
+
"name": "PBAudioAnalysis",
|
|
38703
39226
|
"preserveMemberOrder": false,
|
|
38704
39227
|
"members": [
|
|
38705
39228
|
{
|
|
38706
39229
|
"kind": "PropertySignature",
|
|
38707
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
38708
|
-
"docComment": "",
|
|
39230
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#amplitude:member",
|
|
39231
|
+
"docComment": "/**\n * Result section\n */\n",
|
|
38709
39232
|
"excerptTokens": [
|
|
38710
39233
|
{
|
|
38711
39234
|
"kind": "Content",
|
|
38712
|
-
"text": "
|
|
39235
|
+
"text": "amplitude: "
|
|
38713
39236
|
},
|
|
38714
39237
|
{
|
|
38715
|
-
"kind": "
|
|
38716
|
-
"text": "
|
|
38717
|
-
"canonicalReference": "@dcl/playground-assets!MediaState:enum"
|
|
39238
|
+
"kind": "Content",
|
|
39239
|
+
"text": "number"
|
|
38718
39240
|
},
|
|
38719
39241
|
{
|
|
38720
39242
|
"kind": "Content",
|
|
@@ -38724,7 +39246,7 @@
|
|
|
38724
39246
|
"isReadonly": false,
|
|
38725
39247
|
"isOptional": false,
|
|
38726
39248
|
"releaseTag": "Public",
|
|
38727
|
-
"name": "
|
|
39249
|
+
"name": "amplitude",
|
|
38728
39250
|
"propertyTypeTokenRange": {
|
|
38729
39251
|
"startIndex": 1,
|
|
38730
39252
|
"endIndex": 2
|
|
@@ -38732,16 +39254,16 @@
|
|
|
38732
39254
|
},
|
|
38733
39255
|
{
|
|
38734
39256
|
"kind": "PropertySignature",
|
|
38735
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
38736
|
-
"docComment": "/**\n *
|
|
39257
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#amplitudeGain:member",
|
|
39258
|
+
"docComment": "/**\n * Used only when mode == MODE_LOGARITHMIC\n */\n",
|
|
38737
39259
|
"excerptTokens": [
|
|
38738
39260
|
{
|
|
38739
39261
|
"kind": "Content",
|
|
38740
|
-
"text": "
|
|
39262
|
+
"text": "amplitudeGain?: "
|
|
38741
39263
|
},
|
|
38742
39264
|
{
|
|
38743
39265
|
"kind": "Content",
|
|
38744
|
-
"text": "number"
|
|
39266
|
+
"text": "number | undefined"
|
|
38745
39267
|
},
|
|
38746
39268
|
{
|
|
38747
39269
|
"kind": "Content",
|
|
@@ -38749,195 +39271,107 @@
|
|
|
38749
39271
|
}
|
|
38750
39272
|
],
|
|
38751
39273
|
"isReadonly": false,
|
|
38752
|
-
"isOptional":
|
|
39274
|
+
"isOptional": true,
|
|
38753
39275
|
"releaseTag": "Public",
|
|
38754
|
-
"name": "
|
|
39276
|
+
"name": "amplitudeGain",
|
|
38755
39277
|
"propertyTypeTokenRange": {
|
|
38756
39278
|
"startIndex": 1,
|
|
38757
39279
|
"endIndex": 2
|
|
38758
39280
|
}
|
|
38759
|
-
}
|
|
38760
|
-
],
|
|
38761
|
-
"extendsTokenRanges": []
|
|
38762
|
-
},
|
|
38763
|
-
{
|
|
38764
|
-
"kind": "Namespace",
|
|
38765
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioEvent:namespace",
|
|
38766
|
-
"docComment": "/**\n * @public\n */\n",
|
|
38767
|
-
"excerptTokens": [
|
|
38768
|
-
{
|
|
38769
|
-
"kind": "Content",
|
|
38770
|
-
"text": "export declare namespace PBAudioEvent "
|
|
38771
|
-
}
|
|
38772
|
-
],
|
|
38773
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_event.gen.d.ts",
|
|
38774
|
-
"releaseTag": "Public",
|
|
38775
|
-
"name": "PBAudioEvent",
|
|
38776
|
-
"preserveMemberOrder": false,
|
|
38777
|
-
"members": [
|
|
39281
|
+
},
|
|
38778
39282
|
{
|
|
38779
|
-
"kind": "
|
|
38780
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
38781
|
-
"docComment": "",
|
|
39283
|
+
"kind": "PropertySignature",
|
|
39284
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band0:member",
|
|
39285
|
+
"docComment": "/**\n * Protobuf doesn't support fixed arrays -> 8 band fields\n */\n",
|
|
38782
39286
|
"excerptTokens": [
|
|
38783
39287
|
{
|
|
38784
39288
|
"kind": "Content",
|
|
38785
|
-
"text": "
|
|
38786
|
-
},
|
|
38787
|
-
{
|
|
38788
|
-
"kind": "Reference",
|
|
38789
|
-
"text": "_m0.Reader",
|
|
38790
|
-
"canonicalReference": "protobufjs!Reader:class"
|
|
39289
|
+
"text": "band0: "
|
|
38791
39290
|
},
|
|
38792
39291
|
{
|
|
38793
39292
|
"kind": "Content",
|
|
38794
|
-
"text": "
|
|
38795
|
-
},
|
|
38796
|
-
{
|
|
38797
|
-
"kind": "Reference",
|
|
38798
|
-
"text": "Uint8Array",
|
|
38799
|
-
"canonicalReference": "!Uint8Array:interface"
|
|
39293
|
+
"text": "number"
|
|
38800
39294
|
},
|
|
38801
39295
|
{
|
|
38802
39296
|
"kind": "Content",
|
|
38803
|
-
"text": "
|
|
38804
|
-
}
|
|
39297
|
+
"text": ";"
|
|
39298
|
+
}
|
|
39299
|
+
],
|
|
39300
|
+
"isReadonly": false,
|
|
39301
|
+
"isOptional": false,
|
|
39302
|
+
"releaseTag": "Public",
|
|
39303
|
+
"name": "band0",
|
|
39304
|
+
"propertyTypeTokenRange": {
|
|
39305
|
+
"startIndex": 1,
|
|
39306
|
+
"endIndex": 2
|
|
39307
|
+
}
|
|
39308
|
+
},
|
|
39309
|
+
{
|
|
39310
|
+
"kind": "PropertySignature",
|
|
39311
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band1:member",
|
|
39312
|
+
"docComment": "",
|
|
39313
|
+
"excerptTokens": [
|
|
38805
39314
|
{
|
|
38806
39315
|
"kind": "Content",
|
|
38807
|
-
"text": "
|
|
39316
|
+
"text": "band1: "
|
|
38808
39317
|
},
|
|
38809
39318
|
{
|
|
38810
39319
|
"kind": "Content",
|
|
38811
|
-
"text": "
|
|
38812
|
-
},
|
|
38813
|
-
{
|
|
38814
|
-
"kind": "Reference",
|
|
38815
|
-
"text": "PBAudioEvent",
|
|
38816
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioEvent:interface"
|
|
39320
|
+
"text": "number"
|
|
38817
39321
|
},
|
|
38818
39322
|
{
|
|
38819
39323
|
"kind": "Content",
|
|
38820
39324
|
"text": ";"
|
|
38821
39325
|
}
|
|
38822
39326
|
],
|
|
38823
|
-
"
|
|
38824
|
-
|
|
38825
|
-
"endIndex": 8
|
|
38826
|
-
},
|
|
39327
|
+
"isReadonly": false,
|
|
39328
|
+
"isOptional": false,
|
|
38827
39329
|
"releaseTag": "Public",
|
|
38828
|
-
"
|
|
38829
|
-
"
|
|
38830
|
-
|
|
38831
|
-
|
|
38832
|
-
|
|
38833
|
-
"startIndex": 1,
|
|
38834
|
-
"endIndex": 4
|
|
38835
|
-
},
|
|
38836
|
-
"isOptional": false
|
|
38837
|
-
},
|
|
38838
|
-
{
|
|
38839
|
-
"parameterName": "length",
|
|
38840
|
-
"parameterTypeTokenRange": {
|
|
38841
|
-
"startIndex": 5,
|
|
38842
|
-
"endIndex": 6
|
|
38843
|
-
},
|
|
38844
|
-
"isOptional": true
|
|
38845
|
-
}
|
|
38846
|
-
],
|
|
38847
|
-
"name": "decode"
|
|
39330
|
+
"name": "band1",
|
|
39331
|
+
"propertyTypeTokenRange": {
|
|
39332
|
+
"startIndex": 1,
|
|
39333
|
+
"endIndex": 2
|
|
39334
|
+
}
|
|
38848
39335
|
},
|
|
38849
39336
|
{
|
|
38850
|
-
"kind": "
|
|
38851
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
39337
|
+
"kind": "PropertySignature",
|
|
39338
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band2:member",
|
|
38852
39339
|
"docComment": "",
|
|
38853
39340
|
"excerptTokens": [
|
|
38854
39341
|
{
|
|
38855
39342
|
"kind": "Content",
|
|
38856
|
-
"text": "
|
|
38857
|
-
},
|
|
38858
|
-
{
|
|
38859
|
-
"kind": "Reference",
|
|
38860
|
-
"text": "PBAudioEvent",
|
|
38861
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioEvent:interface"
|
|
38862
|
-
},
|
|
38863
|
-
{
|
|
38864
|
-
"kind": "Content",
|
|
38865
|
-
"text": ", writer?: "
|
|
38866
|
-
},
|
|
38867
|
-
{
|
|
38868
|
-
"kind": "Reference",
|
|
38869
|
-
"text": "_m0.Writer",
|
|
38870
|
-
"canonicalReference": "protobufjs!Writer:class"
|
|
39343
|
+
"text": "band2: "
|
|
38871
39344
|
},
|
|
38872
39345
|
{
|
|
38873
39346
|
"kind": "Content",
|
|
38874
|
-
"text": "
|
|
38875
|
-
},
|
|
38876
|
-
{
|
|
38877
|
-
"kind": "Reference",
|
|
38878
|
-
"text": "_m0.Writer",
|
|
38879
|
-
"canonicalReference": "protobufjs!Writer:class"
|
|
39347
|
+
"text": "number"
|
|
38880
39348
|
},
|
|
38881
39349
|
{
|
|
38882
39350
|
"kind": "Content",
|
|
38883
39351
|
"text": ";"
|
|
38884
39352
|
}
|
|
38885
39353
|
],
|
|
38886
|
-
"
|
|
38887
|
-
|
|
38888
|
-
"endIndex": 6
|
|
38889
|
-
},
|
|
39354
|
+
"isReadonly": false,
|
|
39355
|
+
"isOptional": false,
|
|
38890
39356
|
"releaseTag": "Public",
|
|
38891
|
-
"
|
|
38892
|
-
"
|
|
38893
|
-
|
|
38894
|
-
|
|
38895
|
-
|
|
38896
|
-
|
|
38897
|
-
"endIndex": 2
|
|
38898
|
-
},
|
|
38899
|
-
"isOptional": false
|
|
38900
|
-
},
|
|
38901
|
-
{
|
|
38902
|
-
"parameterName": "writer",
|
|
38903
|
-
"parameterTypeTokenRange": {
|
|
38904
|
-
"startIndex": 3,
|
|
38905
|
-
"endIndex": 4
|
|
38906
|
-
},
|
|
38907
|
-
"isOptional": true
|
|
38908
|
-
}
|
|
38909
|
-
],
|
|
38910
|
-
"name": "encode"
|
|
38911
|
-
}
|
|
38912
|
-
]
|
|
38913
|
-
},
|
|
38914
|
-
{
|
|
38915
|
-
"kind": "Interface",
|
|
38916
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioSource:interface",
|
|
38917
|
-
"docComment": "/**\n * @public\n */\n",
|
|
38918
|
-
"excerptTokens": [
|
|
38919
|
-
{
|
|
38920
|
-
"kind": "Content",
|
|
38921
|
-
"text": "export interface PBAudioSource "
|
|
38922
|
-
}
|
|
38923
|
-
],
|
|
38924
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_source.gen.d.ts",
|
|
38925
|
-
"releaseTag": "Public",
|
|
38926
|
-
"name": "PBAudioSource",
|
|
38927
|
-
"preserveMemberOrder": false,
|
|
38928
|
-
"members": [
|
|
39357
|
+
"name": "band2",
|
|
39358
|
+
"propertyTypeTokenRange": {
|
|
39359
|
+
"startIndex": 1,
|
|
39360
|
+
"endIndex": 2
|
|
39361
|
+
}
|
|
39362
|
+
},
|
|
38929
39363
|
{
|
|
38930
39364
|
"kind": "PropertySignature",
|
|
38931
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
38932
|
-
"docComment": "
|
|
39365
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band3:member",
|
|
39366
|
+
"docComment": "",
|
|
38933
39367
|
"excerptTokens": [
|
|
38934
39368
|
{
|
|
38935
39369
|
"kind": "Content",
|
|
38936
|
-
"text": "
|
|
39370
|
+
"text": "band3: "
|
|
38937
39371
|
},
|
|
38938
39372
|
{
|
|
38939
39373
|
"kind": "Content",
|
|
38940
|
-
"text": "
|
|
39374
|
+
"text": "number"
|
|
38941
39375
|
},
|
|
38942
39376
|
{
|
|
38943
39377
|
"kind": "Content",
|
|
@@ -38947,7 +39381,7 @@
|
|
|
38947
39381
|
"isReadonly": false,
|
|
38948
39382
|
"isOptional": false,
|
|
38949
39383
|
"releaseTag": "Public",
|
|
38950
|
-
"name": "
|
|
39384
|
+
"name": "band3",
|
|
38951
39385
|
"propertyTypeTokenRange": {
|
|
38952
39386
|
"startIndex": 1,
|
|
38953
39387
|
"endIndex": 2
|
|
@@ -38955,16 +39389,16 @@
|
|
|
38955
39389
|
},
|
|
38956
39390
|
{
|
|
38957
39391
|
"kind": "PropertySignature",
|
|
38958
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
38959
|
-
"docComment": "
|
|
39392
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band4:member",
|
|
39393
|
+
"docComment": "",
|
|
38960
39394
|
"excerptTokens": [
|
|
38961
39395
|
{
|
|
38962
39396
|
"kind": "Content",
|
|
38963
|
-
"text": "
|
|
39397
|
+
"text": "band4: "
|
|
38964
39398
|
},
|
|
38965
39399
|
{
|
|
38966
39400
|
"kind": "Content",
|
|
38967
|
-
"text": "number
|
|
39401
|
+
"text": "number"
|
|
38968
39402
|
},
|
|
38969
39403
|
{
|
|
38970
39404
|
"kind": "Content",
|
|
@@ -38972,9 +39406,9 @@
|
|
|
38972
39406
|
}
|
|
38973
39407
|
],
|
|
38974
39408
|
"isReadonly": false,
|
|
38975
|
-
"isOptional":
|
|
39409
|
+
"isOptional": false,
|
|
38976
39410
|
"releaseTag": "Public",
|
|
38977
|
-
"name": "
|
|
39411
|
+
"name": "band4",
|
|
38978
39412
|
"propertyTypeTokenRange": {
|
|
38979
39413
|
"startIndex": 1,
|
|
38980
39414
|
"endIndex": 2
|
|
@@ -38982,16 +39416,16 @@
|
|
|
38982
39416
|
},
|
|
38983
39417
|
{
|
|
38984
39418
|
"kind": "PropertySignature",
|
|
38985
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
38986
|
-
"docComment": "
|
|
39419
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band5:member",
|
|
39420
|
+
"docComment": "",
|
|
38987
39421
|
"excerptTokens": [
|
|
38988
39422
|
{
|
|
38989
39423
|
"kind": "Content",
|
|
38990
|
-
"text": "
|
|
39424
|
+
"text": "band5: "
|
|
38991
39425
|
},
|
|
38992
39426
|
{
|
|
38993
39427
|
"kind": "Content",
|
|
38994
|
-
"text": "
|
|
39428
|
+
"text": "number"
|
|
38995
39429
|
},
|
|
38996
39430
|
{
|
|
38997
39431
|
"kind": "Content",
|
|
@@ -38999,9 +39433,9 @@
|
|
|
38999
39433
|
}
|
|
39000
39434
|
],
|
|
39001
39435
|
"isReadonly": false,
|
|
39002
|
-
"isOptional":
|
|
39436
|
+
"isOptional": false,
|
|
39003
39437
|
"releaseTag": "Public",
|
|
39004
|
-
"name": "
|
|
39438
|
+
"name": "band5",
|
|
39005
39439
|
"propertyTypeTokenRange": {
|
|
39006
39440
|
"startIndex": 1,
|
|
39007
39441
|
"endIndex": 2
|
|
@@ -39009,16 +39443,16 @@
|
|
|
39009
39443
|
},
|
|
39010
39444
|
{
|
|
39011
39445
|
"kind": "PropertySignature",
|
|
39012
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
39013
|
-
"docComment": "
|
|
39446
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band6:member",
|
|
39447
|
+
"docComment": "",
|
|
39014
39448
|
"excerptTokens": [
|
|
39015
39449
|
{
|
|
39016
39450
|
"kind": "Content",
|
|
39017
|
-
"text": "
|
|
39451
|
+
"text": "band6: "
|
|
39018
39452
|
},
|
|
39019
39453
|
{
|
|
39020
39454
|
"kind": "Content",
|
|
39021
|
-
"text": "
|
|
39455
|
+
"text": "number"
|
|
39022
39456
|
},
|
|
39023
39457
|
{
|
|
39024
39458
|
"kind": "Content",
|
|
@@ -39026,9 +39460,9 @@
|
|
|
39026
39460
|
}
|
|
39027
39461
|
],
|
|
39028
39462
|
"isReadonly": false,
|
|
39029
|
-
"isOptional":
|
|
39463
|
+
"isOptional": false,
|
|
39030
39464
|
"releaseTag": "Public",
|
|
39031
|
-
"name": "
|
|
39465
|
+
"name": "band6",
|
|
39032
39466
|
"propertyTypeTokenRange": {
|
|
39033
39467
|
"startIndex": 1,
|
|
39034
39468
|
"endIndex": 2
|
|
@@ -39036,16 +39470,16 @@
|
|
|
39036
39470
|
},
|
|
39037
39471
|
{
|
|
39038
39472
|
"kind": "PropertySignature",
|
|
39039
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
39040
|
-
"docComment": "
|
|
39473
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band7:member",
|
|
39474
|
+
"docComment": "",
|
|
39041
39475
|
"excerptTokens": [
|
|
39042
39476
|
{
|
|
39043
39477
|
"kind": "Content",
|
|
39044
|
-
"text": "
|
|
39478
|
+
"text": "band7: "
|
|
39045
39479
|
},
|
|
39046
39480
|
{
|
|
39047
39481
|
"kind": "Content",
|
|
39048
|
-
"text": "number
|
|
39482
|
+
"text": "number"
|
|
39049
39483
|
},
|
|
39050
39484
|
{
|
|
39051
39485
|
"kind": "Content",
|
|
@@ -39053,9 +39487,9 @@
|
|
|
39053
39487
|
}
|
|
39054
39488
|
],
|
|
39055
39489
|
"isReadonly": false,
|
|
39056
|
-
"isOptional":
|
|
39490
|
+
"isOptional": false,
|
|
39057
39491
|
"releaseTag": "Public",
|
|
39058
|
-
"name": "
|
|
39492
|
+
"name": "band7",
|
|
39059
39493
|
"propertyTypeTokenRange": {
|
|
39060
39494
|
"startIndex": 1,
|
|
39061
39495
|
"endIndex": 2
|
|
@@ -39063,16 +39497,16 @@
|
|
|
39063
39497
|
},
|
|
39064
39498
|
{
|
|
39065
39499
|
"kind": "PropertySignature",
|
|
39066
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
39067
|
-
"docComment": "/**\n *
|
|
39500
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#bandsGain:member",
|
|
39501
|
+
"docComment": "/**\n * End when mode == MODE_LOGARITHMIC\n */\n",
|
|
39068
39502
|
"excerptTokens": [
|
|
39069
39503
|
{
|
|
39070
39504
|
"kind": "Content",
|
|
39071
|
-
"text": "
|
|
39505
|
+
"text": "bandsGain?: "
|
|
39072
39506
|
},
|
|
39073
39507
|
{
|
|
39074
39508
|
"kind": "Content",
|
|
39075
|
-
"text": "
|
|
39509
|
+
"text": "number | undefined"
|
|
39076
39510
|
},
|
|
39077
39511
|
{
|
|
39078
39512
|
"kind": "Content",
|
|
@@ -39082,7 +39516,7 @@
|
|
|
39082
39516
|
"isReadonly": false,
|
|
39083
39517
|
"isOptional": true,
|
|
39084
39518
|
"releaseTag": "Public",
|
|
39085
|
-
"name": "
|
|
39519
|
+
"name": "bandsGain",
|
|
39086
39520
|
"propertyTypeTokenRange": {
|
|
39087
39521
|
"startIndex": 1,
|
|
39088
39522
|
"endIndex": 2
|
|
@@ -39090,16 +39524,17 @@
|
|
|
39090
39524
|
},
|
|
39091
39525
|
{
|
|
39092
39526
|
"kind": "PropertySignature",
|
|
39093
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
39094
|
-
"docComment": "/**\n *
|
|
39527
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#mode:member",
|
|
39528
|
+
"docComment": "/**\n * Parameters section\n */\n",
|
|
39095
39529
|
"excerptTokens": [
|
|
39096
39530
|
{
|
|
39097
39531
|
"kind": "Content",
|
|
39098
|
-
"text": "
|
|
39532
|
+
"text": "mode: "
|
|
39099
39533
|
},
|
|
39100
39534
|
{
|
|
39101
|
-
"kind": "
|
|
39102
|
-
"text": "
|
|
39535
|
+
"kind": "Reference",
|
|
39536
|
+
"text": "PBAudioAnalysisMode",
|
|
39537
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysisMode:enum"
|
|
39103
39538
|
},
|
|
39104
39539
|
{
|
|
39105
39540
|
"kind": "Content",
|
|
@@ -39107,9 +39542,9 @@
|
|
|
39107
39542
|
}
|
|
39108
39543
|
],
|
|
39109
39544
|
"isReadonly": false,
|
|
39110
|
-
"isOptional":
|
|
39545
|
+
"isOptional": false,
|
|
39111
39546
|
"releaseTag": "Public",
|
|
39112
|
-
"name": "
|
|
39547
|
+
"name": "mode",
|
|
39113
39548
|
"propertyTypeTokenRange": {
|
|
39114
39549
|
"startIndex": 1,
|
|
39115
39550
|
"endIndex": 2
|
|
@@ -39120,22 +39555,22 @@
|
|
|
39120
39555
|
},
|
|
39121
39556
|
{
|
|
39122
39557
|
"kind": "Namespace",
|
|
39123
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
39558
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis:namespace",
|
|
39124
39559
|
"docComment": "/**\n * @public\n */\n",
|
|
39125
39560
|
"excerptTokens": [
|
|
39126
39561
|
{
|
|
39127
39562
|
"kind": "Content",
|
|
39128
|
-
"text": "export declare namespace
|
|
39563
|
+
"text": "export declare namespace PBAudioAnalysis "
|
|
39129
39564
|
}
|
|
39130
39565
|
],
|
|
39131
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/
|
|
39566
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_analysis.gen.d.ts",
|
|
39132
39567
|
"releaseTag": "Public",
|
|
39133
|
-
"name": "
|
|
39568
|
+
"name": "PBAudioAnalysis",
|
|
39134
39569
|
"preserveMemberOrder": false,
|
|
39135
39570
|
"members": [
|
|
39136
39571
|
{
|
|
39137
39572
|
"kind": "Function",
|
|
39138
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
39573
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis.decode:function(1)",
|
|
39139
39574
|
"docComment": "",
|
|
39140
39575
|
"excerptTokens": [
|
|
39141
39576
|
{
|
|
@@ -39168,11 +39603,983 @@
|
|
|
39168
39603
|
"kind": "Content",
|
|
39169
39604
|
"text": "): "
|
|
39170
39605
|
},
|
|
39606
|
+
{
|
|
39607
|
+
"kind": "Reference",
|
|
39608
|
+
"text": "PBAudioAnalysis",
|
|
39609
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis:interface"
|
|
39610
|
+
},
|
|
39611
|
+
{
|
|
39612
|
+
"kind": "Content",
|
|
39613
|
+
"text": ";"
|
|
39614
|
+
}
|
|
39615
|
+
],
|
|
39616
|
+
"returnTypeTokenRange": {
|
|
39617
|
+
"startIndex": 7,
|
|
39618
|
+
"endIndex": 8
|
|
39619
|
+
},
|
|
39620
|
+
"releaseTag": "Public",
|
|
39621
|
+
"overloadIndex": 1,
|
|
39622
|
+
"parameters": [
|
|
39623
|
+
{
|
|
39624
|
+
"parameterName": "input",
|
|
39625
|
+
"parameterTypeTokenRange": {
|
|
39626
|
+
"startIndex": 1,
|
|
39627
|
+
"endIndex": 4
|
|
39628
|
+
},
|
|
39629
|
+
"isOptional": false
|
|
39630
|
+
},
|
|
39631
|
+
{
|
|
39632
|
+
"parameterName": "length",
|
|
39633
|
+
"parameterTypeTokenRange": {
|
|
39634
|
+
"startIndex": 5,
|
|
39635
|
+
"endIndex": 6
|
|
39636
|
+
},
|
|
39637
|
+
"isOptional": true
|
|
39638
|
+
}
|
|
39639
|
+
],
|
|
39640
|
+
"name": "decode"
|
|
39641
|
+
},
|
|
39642
|
+
{
|
|
39643
|
+
"kind": "Function",
|
|
39644
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis.encode:function(1)",
|
|
39645
|
+
"docComment": "",
|
|
39646
|
+
"excerptTokens": [
|
|
39647
|
+
{
|
|
39648
|
+
"kind": "Content",
|
|
39649
|
+
"text": "function encode(message: "
|
|
39650
|
+
},
|
|
39651
|
+
{
|
|
39652
|
+
"kind": "Reference",
|
|
39653
|
+
"text": "PBAudioAnalysis",
|
|
39654
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis:interface"
|
|
39655
|
+
},
|
|
39656
|
+
{
|
|
39657
|
+
"kind": "Content",
|
|
39658
|
+
"text": ", writer?: "
|
|
39659
|
+
},
|
|
39660
|
+
{
|
|
39661
|
+
"kind": "Reference",
|
|
39662
|
+
"text": "_m0.Writer",
|
|
39663
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
39664
|
+
},
|
|
39665
|
+
{
|
|
39666
|
+
"kind": "Content",
|
|
39667
|
+
"text": "): "
|
|
39668
|
+
},
|
|
39669
|
+
{
|
|
39670
|
+
"kind": "Reference",
|
|
39671
|
+
"text": "_m0.Writer",
|
|
39672
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
39673
|
+
},
|
|
39674
|
+
{
|
|
39675
|
+
"kind": "Content",
|
|
39676
|
+
"text": ";"
|
|
39677
|
+
}
|
|
39678
|
+
],
|
|
39679
|
+
"returnTypeTokenRange": {
|
|
39680
|
+
"startIndex": 5,
|
|
39681
|
+
"endIndex": 6
|
|
39682
|
+
},
|
|
39683
|
+
"releaseTag": "Public",
|
|
39684
|
+
"overloadIndex": 1,
|
|
39685
|
+
"parameters": [
|
|
39686
|
+
{
|
|
39687
|
+
"parameterName": "message",
|
|
39688
|
+
"parameterTypeTokenRange": {
|
|
39689
|
+
"startIndex": 1,
|
|
39690
|
+
"endIndex": 2
|
|
39691
|
+
},
|
|
39692
|
+
"isOptional": false
|
|
39693
|
+
},
|
|
39694
|
+
{
|
|
39695
|
+
"parameterName": "writer",
|
|
39696
|
+
"parameterTypeTokenRange": {
|
|
39697
|
+
"startIndex": 3,
|
|
39698
|
+
"endIndex": 4
|
|
39699
|
+
},
|
|
39700
|
+
"isOptional": true
|
|
39701
|
+
}
|
|
39702
|
+
],
|
|
39703
|
+
"name": "encode"
|
|
39704
|
+
}
|
|
39705
|
+
]
|
|
39706
|
+
},
|
|
39707
|
+
{
|
|
39708
|
+
"kind": "Enum",
|
|
39709
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysisMode:enum",
|
|
39710
|
+
"docComment": "/**\n * @public\n */\n",
|
|
39711
|
+
"excerptTokens": [
|
|
39712
|
+
{
|
|
39713
|
+
"kind": "Content",
|
|
39714
|
+
"text": "export declare const enum PBAudioAnalysisMode "
|
|
39715
|
+
}
|
|
39716
|
+
],
|
|
39717
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_analysis.gen.d.ts",
|
|
39718
|
+
"releaseTag": "Public",
|
|
39719
|
+
"name": "PBAudioAnalysisMode",
|
|
39720
|
+
"preserveMemberOrder": false,
|
|
39721
|
+
"members": [
|
|
39722
|
+
{
|
|
39723
|
+
"kind": "EnumMember",
|
|
39724
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysisMode.MODE_LOGARITHMIC:member",
|
|
39725
|
+
"docComment": "",
|
|
39726
|
+
"excerptTokens": [
|
|
39727
|
+
{
|
|
39728
|
+
"kind": "Content",
|
|
39729
|
+
"text": "MODE_LOGARITHMIC = "
|
|
39730
|
+
},
|
|
39731
|
+
{
|
|
39732
|
+
"kind": "Content",
|
|
39733
|
+
"text": "1"
|
|
39734
|
+
}
|
|
39735
|
+
],
|
|
39736
|
+
"initializerTokenRange": {
|
|
39737
|
+
"startIndex": 1,
|
|
39738
|
+
"endIndex": 2
|
|
39739
|
+
},
|
|
39740
|
+
"releaseTag": "Public",
|
|
39741
|
+
"name": "MODE_LOGARITHMIC"
|
|
39742
|
+
},
|
|
39743
|
+
{
|
|
39744
|
+
"kind": "EnumMember",
|
|
39745
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysisMode.MODE_RAW:member",
|
|
39746
|
+
"docComment": "",
|
|
39747
|
+
"excerptTokens": [
|
|
39748
|
+
{
|
|
39749
|
+
"kind": "Content",
|
|
39750
|
+
"text": "MODE_RAW = "
|
|
39751
|
+
},
|
|
39752
|
+
{
|
|
39753
|
+
"kind": "Content",
|
|
39754
|
+
"text": "0"
|
|
39755
|
+
}
|
|
39756
|
+
],
|
|
39757
|
+
"initializerTokenRange": {
|
|
39758
|
+
"startIndex": 1,
|
|
39759
|
+
"endIndex": 2
|
|
39760
|
+
},
|
|
39761
|
+
"releaseTag": "Public",
|
|
39762
|
+
"name": "MODE_RAW"
|
|
39763
|
+
}
|
|
39764
|
+
]
|
|
39765
|
+
},
|
|
39766
|
+
{
|
|
39767
|
+
"kind": "Interface",
|
|
39768
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioEvent:interface",
|
|
39769
|
+
"docComment": "/**\n * @public\n */\n",
|
|
39770
|
+
"excerptTokens": [
|
|
39771
|
+
{
|
|
39772
|
+
"kind": "Content",
|
|
39773
|
+
"text": "export interface PBAudioEvent "
|
|
39774
|
+
}
|
|
39775
|
+
],
|
|
39776
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_event.gen.d.ts",
|
|
39777
|
+
"releaseTag": "Public",
|
|
39778
|
+
"name": "PBAudioEvent",
|
|
39779
|
+
"preserveMemberOrder": false,
|
|
39780
|
+
"members": [
|
|
39781
|
+
{
|
|
39782
|
+
"kind": "PropertySignature",
|
|
39783
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioEvent#state:member",
|
|
39784
|
+
"docComment": "",
|
|
39785
|
+
"excerptTokens": [
|
|
39786
|
+
{
|
|
39787
|
+
"kind": "Content",
|
|
39788
|
+
"text": "state: "
|
|
39789
|
+
},
|
|
39790
|
+
{
|
|
39791
|
+
"kind": "Reference",
|
|
39792
|
+
"text": "MediaState",
|
|
39793
|
+
"canonicalReference": "@dcl/playground-assets!MediaState:enum"
|
|
39794
|
+
},
|
|
39795
|
+
{
|
|
39796
|
+
"kind": "Content",
|
|
39797
|
+
"text": ";"
|
|
39798
|
+
}
|
|
39799
|
+
],
|
|
39800
|
+
"isReadonly": false,
|
|
39801
|
+
"isOptional": false,
|
|
39802
|
+
"releaseTag": "Public",
|
|
39803
|
+
"name": "state",
|
|
39804
|
+
"propertyTypeTokenRange": {
|
|
39805
|
+
"startIndex": 1,
|
|
39806
|
+
"endIndex": 2
|
|
39807
|
+
}
|
|
39808
|
+
},
|
|
39809
|
+
{
|
|
39810
|
+
"kind": "PropertySignature",
|
|
39811
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioEvent#timestamp:member",
|
|
39812
|
+
"docComment": "/**\n * monotonic counter\n */\n",
|
|
39813
|
+
"excerptTokens": [
|
|
39814
|
+
{
|
|
39815
|
+
"kind": "Content",
|
|
39816
|
+
"text": "timestamp: "
|
|
39817
|
+
},
|
|
39818
|
+
{
|
|
39819
|
+
"kind": "Content",
|
|
39820
|
+
"text": "number"
|
|
39821
|
+
},
|
|
39822
|
+
{
|
|
39823
|
+
"kind": "Content",
|
|
39824
|
+
"text": ";"
|
|
39825
|
+
}
|
|
39826
|
+
],
|
|
39827
|
+
"isReadonly": false,
|
|
39828
|
+
"isOptional": false,
|
|
39829
|
+
"releaseTag": "Public",
|
|
39830
|
+
"name": "timestamp",
|
|
39831
|
+
"propertyTypeTokenRange": {
|
|
39832
|
+
"startIndex": 1,
|
|
39833
|
+
"endIndex": 2
|
|
39834
|
+
}
|
|
39835
|
+
}
|
|
39836
|
+
],
|
|
39837
|
+
"extendsTokenRanges": []
|
|
39838
|
+
},
|
|
39839
|
+
{
|
|
39840
|
+
"kind": "Namespace",
|
|
39841
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioEvent:namespace",
|
|
39842
|
+
"docComment": "/**\n * @public\n */\n",
|
|
39843
|
+
"excerptTokens": [
|
|
39844
|
+
{
|
|
39845
|
+
"kind": "Content",
|
|
39846
|
+
"text": "export declare namespace PBAudioEvent "
|
|
39847
|
+
}
|
|
39848
|
+
],
|
|
39849
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_event.gen.d.ts",
|
|
39850
|
+
"releaseTag": "Public",
|
|
39851
|
+
"name": "PBAudioEvent",
|
|
39852
|
+
"preserveMemberOrder": false,
|
|
39853
|
+
"members": [
|
|
39854
|
+
{
|
|
39855
|
+
"kind": "Function",
|
|
39856
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioEvent.decode:function(1)",
|
|
39857
|
+
"docComment": "",
|
|
39858
|
+
"excerptTokens": [
|
|
39859
|
+
{
|
|
39860
|
+
"kind": "Content",
|
|
39861
|
+
"text": "function decode(input: "
|
|
39862
|
+
},
|
|
39863
|
+
{
|
|
39864
|
+
"kind": "Reference",
|
|
39865
|
+
"text": "_m0.Reader",
|
|
39866
|
+
"canonicalReference": "protobufjs!Reader:class"
|
|
39867
|
+
},
|
|
39868
|
+
{
|
|
39869
|
+
"kind": "Content",
|
|
39870
|
+
"text": " | "
|
|
39871
|
+
},
|
|
39872
|
+
{
|
|
39873
|
+
"kind": "Reference",
|
|
39874
|
+
"text": "Uint8Array",
|
|
39875
|
+
"canonicalReference": "!Uint8Array:interface"
|
|
39876
|
+
},
|
|
39877
|
+
{
|
|
39878
|
+
"kind": "Content",
|
|
39879
|
+
"text": ", length?: "
|
|
39880
|
+
},
|
|
39881
|
+
{
|
|
39882
|
+
"kind": "Content",
|
|
39883
|
+
"text": "number"
|
|
39884
|
+
},
|
|
39885
|
+
{
|
|
39886
|
+
"kind": "Content",
|
|
39887
|
+
"text": "): "
|
|
39888
|
+
},
|
|
39889
|
+
{
|
|
39890
|
+
"kind": "Reference",
|
|
39891
|
+
"text": "PBAudioEvent",
|
|
39892
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioEvent:interface"
|
|
39893
|
+
},
|
|
39894
|
+
{
|
|
39895
|
+
"kind": "Content",
|
|
39896
|
+
"text": ";"
|
|
39897
|
+
}
|
|
39898
|
+
],
|
|
39899
|
+
"returnTypeTokenRange": {
|
|
39900
|
+
"startIndex": 7,
|
|
39901
|
+
"endIndex": 8
|
|
39902
|
+
},
|
|
39903
|
+
"releaseTag": "Public",
|
|
39904
|
+
"overloadIndex": 1,
|
|
39905
|
+
"parameters": [
|
|
39906
|
+
{
|
|
39907
|
+
"parameterName": "input",
|
|
39908
|
+
"parameterTypeTokenRange": {
|
|
39909
|
+
"startIndex": 1,
|
|
39910
|
+
"endIndex": 4
|
|
39911
|
+
},
|
|
39912
|
+
"isOptional": false
|
|
39913
|
+
},
|
|
39914
|
+
{
|
|
39915
|
+
"parameterName": "length",
|
|
39916
|
+
"parameterTypeTokenRange": {
|
|
39917
|
+
"startIndex": 5,
|
|
39918
|
+
"endIndex": 6
|
|
39919
|
+
},
|
|
39920
|
+
"isOptional": true
|
|
39921
|
+
}
|
|
39922
|
+
],
|
|
39923
|
+
"name": "decode"
|
|
39924
|
+
},
|
|
39925
|
+
{
|
|
39926
|
+
"kind": "Function",
|
|
39927
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioEvent.encode:function(1)",
|
|
39928
|
+
"docComment": "",
|
|
39929
|
+
"excerptTokens": [
|
|
39930
|
+
{
|
|
39931
|
+
"kind": "Content",
|
|
39932
|
+
"text": "function encode(message: "
|
|
39933
|
+
},
|
|
39934
|
+
{
|
|
39935
|
+
"kind": "Reference",
|
|
39936
|
+
"text": "PBAudioEvent",
|
|
39937
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioEvent:interface"
|
|
39938
|
+
},
|
|
39939
|
+
{
|
|
39940
|
+
"kind": "Content",
|
|
39941
|
+
"text": ", writer?: "
|
|
39942
|
+
},
|
|
39943
|
+
{
|
|
39944
|
+
"kind": "Reference",
|
|
39945
|
+
"text": "_m0.Writer",
|
|
39946
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
39947
|
+
},
|
|
39948
|
+
{
|
|
39949
|
+
"kind": "Content",
|
|
39950
|
+
"text": "): "
|
|
39951
|
+
},
|
|
39952
|
+
{
|
|
39953
|
+
"kind": "Reference",
|
|
39954
|
+
"text": "_m0.Writer",
|
|
39955
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
39956
|
+
},
|
|
39957
|
+
{
|
|
39958
|
+
"kind": "Content",
|
|
39959
|
+
"text": ";"
|
|
39960
|
+
}
|
|
39961
|
+
],
|
|
39962
|
+
"returnTypeTokenRange": {
|
|
39963
|
+
"startIndex": 5,
|
|
39964
|
+
"endIndex": 6
|
|
39965
|
+
},
|
|
39966
|
+
"releaseTag": "Public",
|
|
39967
|
+
"overloadIndex": 1,
|
|
39968
|
+
"parameters": [
|
|
39969
|
+
{
|
|
39970
|
+
"parameterName": "message",
|
|
39971
|
+
"parameterTypeTokenRange": {
|
|
39972
|
+
"startIndex": 1,
|
|
39973
|
+
"endIndex": 2
|
|
39974
|
+
},
|
|
39975
|
+
"isOptional": false
|
|
39976
|
+
},
|
|
39977
|
+
{
|
|
39978
|
+
"parameterName": "writer",
|
|
39979
|
+
"parameterTypeTokenRange": {
|
|
39980
|
+
"startIndex": 3,
|
|
39981
|
+
"endIndex": 4
|
|
39982
|
+
},
|
|
39983
|
+
"isOptional": true
|
|
39984
|
+
}
|
|
39985
|
+
],
|
|
39986
|
+
"name": "encode"
|
|
39987
|
+
}
|
|
39988
|
+
]
|
|
39989
|
+
},
|
|
39990
|
+
{
|
|
39991
|
+
"kind": "Interface",
|
|
39992
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioSource:interface",
|
|
39993
|
+
"docComment": "/**\n * @public\n */\n",
|
|
39994
|
+
"excerptTokens": [
|
|
39995
|
+
{
|
|
39996
|
+
"kind": "Content",
|
|
39997
|
+
"text": "export interface PBAudioSource "
|
|
39998
|
+
}
|
|
39999
|
+
],
|
|
40000
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_source.gen.d.ts",
|
|
40001
|
+
"releaseTag": "Public",
|
|
40002
|
+
"name": "PBAudioSource",
|
|
40003
|
+
"preserveMemberOrder": false,
|
|
40004
|
+
"members": [
|
|
40005
|
+
{
|
|
40006
|
+
"kind": "PropertySignature",
|
|
40007
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioSource#audioClipUrl:member",
|
|
40008
|
+
"docComment": "/**\n * the clip path as given in the `files` array of the scene's manifest.\n */\n",
|
|
40009
|
+
"excerptTokens": [
|
|
40010
|
+
{
|
|
40011
|
+
"kind": "Content",
|
|
40012
|
+
"text": "audioClipUrl: "
|
|
40013
|
+
},
|
|
40014
|
+
{
|
|
40015
|
+
"kind": "Content",
|
|
40016
|
+
"text": "string"
|
|
40017
|
+
},
|
|
40018
|
+
{
|
|
40019
|
+
"kind": "Content",
|
|
40020
|
+
"text": ";"
|
|
40021
|
+
}
|
|
40022
|
+
],
|
|
40023
|
+
"isReadonly": false,
|
|
40024
|
+
"isOptional": false,
|
|
40025
|
+
"releaseTag": "Public",
|
|
40026
|
+
"name": "audioClipUrl",
|
|
40027
|
+
"propertyTypeTokenRange": {
|
|
40028
|
+
"startIndex": 1,
|
|
40029
|
+
"endIndex": 2
|
|
40030
|
+
}
|
|
40031
|
+
},
|
|
40032
|
+
{
|
|
40033
|
+
"kind": "PropertySignature",
|
|
40034
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioSource#currentTime:member",
|
|
40035
|
+
"docComment": "/**\n * specifies the current playback time of the clip in seconds (default: 0).\n */\n",
|
|
40036
|
+
"excerptTokens": [
|
|
40037
|
+
{
|
|
40038
|
+
"kind": "Content",
|
|
40039
|
+
"text": "currentTime?: "
|
|
40040
|
+
},
|
|
40041
|
+
{
|
|
40042
|
+
"kind": "Content",
|
|
40043
|
+
"text": "number | undefined"
|
|
40044
|
+
},
|
|
40045
|
+
{
|
|
40046
|
+
"kind": "Content",
|
|
40047
|
+
"text": ";"
|
|
40048
|
+
}
|
|
40049
|
+
],
|
|
40050
|
+
"isReadonly": false,
|
|
40051
|
+
"isOptional": true,
|
|
40052
|
+
"releaseTag": "Public",
|
|
40053
|
+
"name": "currentTime",
|
|
40054
|
+
"propertyTypeTokenRange": {
|
|
40055
|
+
"startIndex": 1,
|
|
40056
|
+
"endIndex": 2
|
|
40057
|
+
}
|
|
40058
|
+
},
|
|
40059
|
+
{
|
|
40060
|
+
"kind": "PropertySignature",
|
|
40061
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioSource#global:member",
|
|
40062
|
+
"docComment": "/**\n * whether the audio plays at constant volume across the scene.\n */\n",
|
|
40063
|
+
"excerptTokens": [
|
|
40064
|
+
{
|
|
40065
|
+
"kind": "Content",
|
|
40066
|
+
"text": "global?: "
|
|
40067
|
+
},
|
|
40068
|
+
{
|
|
40069
|
+
"kind": "Content",
|
|
40070
|
+
"text": "boolean | undefined"
|
|
40071
|
+
},
|
|
40072
|
+
{
|
|
40073
|
+
"kind": "Content",
|
|
40074
|
+
"text": ";"
|
|
40075
|
+
}
|
|
40076
|
+
],
|
|
40077
|
+
"isReadonly": false,
|
|
40078
|
+
"isOptional": true,
|
|
40079
|
+
"releaseTag": "Public",
|
|
40080
|
+
"name": "global",
|
|
40081
|
+
"propertyTypeTokenRange": {
|
|
40082
|
+
"startIndex": 1,
|
|
40083
|
+
"endIndex": 2
|
|
40084
|
+
}
|
|
40085
|
+
},
|
|
40086
|
+
{
|
|
40087
|
+
"kind": "PropertySignature",
|
|
40088
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioSource#loop:member",
|
|
40089
|
+
"docComment": "/**\n * whether the clip should restart when finished.\n */\n",
|
|
40090
|
+
"excerptTokens": [
|
|
40091
|
+
{
|
|
40092
|
+
"kind": "Content",
|
|
40093
|
+
"text": "loop?: "
|
|
40094
|
+
},
|
|
40095
|
+
{
|
|
40096
|
+
"kind": "Content",
|
|
40097
|
+
"text": "boolean | undefined"
|
|
40098
|
+
},
|
|
40099
|
+
{
|
|
40100
|
+
"kind": "Content",
|
|
40101
|
+
"text": ";"
|
|
40102
|
+
}
|
|
40103
|
+
],
|
|
40104
|
+
"isReadonly": false,
|
|
40105
|
+
"isOptional": true,
|
|
40106
|
+
"releaseTag": "Public",
|
|
40107
|
+
"name": "loop",
|
|
40108
|
+
"propertyTypeTokenRange": {
|
|
40109
|
+
"startIndex": 1,
|
|
40110
|
+
"endIndex": 2
|
|
40111
|
+
}
|
|
40112
|
+
},
|
|
40113
|
+
{
|
|
40114
|
+
"kind": "PropertySignature",
|
|
40115
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioSource#pitch:member",
|
|
40116
|
+
"docComment": "/**\n * the audio pitch (default: 1.0).\n */\n",
|
|
40117
|
+
"excerptTokens": [
|
|
40118
|
+
{
|
|
40119
|
+
"kind": "Content",
|
|
40120
|
+
"text": "pitch?: "
|
|
40121
|
+
},
|
|
40122
|
+
{
|
|
40123
|
+
"kind": "Content",
|
|
40124
|
+
"text": "number | undefined"
|
|
40125
|
+
},
|
|
40126
|
+
{
|
|
40127
|
+
"kind": "Content",
|
|
40128
|
+
"text": ";"
|
|
40129
|
+
}
|
|
40130
|
+
],
|
|
40131
|
+
"isReadonly": false,
|
|
40132
|
+
"isOptional": true,
|
|
40133
|
+
"releaseTag": "Public",
|
|
40134
|
+
"name": "pitch",
|
|
40135
|
+
"propertyTypeTokenRange": {
|
|
40136
|
+
"startIndex": 1,
|
|
40137
|
+
"endIndex": 2
|
|
40138
|
+
}
|
|
40139
|
+
},
|
|
40140
|
+
{
|
|
40141
|
+
"kind": "PropertySignature",
|
|
40142
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioSource#playing:member",
|
|
40143
|
+
"docComment": "/**\n * whether the clip is currently playing.\n */\n",
|
|
40144
|
+
"excerptTokens": [
|
|
40145
|
+
{
|
|
40146
|
+
"kind": "Content",
|
|
40147
|
+
"text": "playing?: "
|
|
40148
|
+
},
|
|
40149
|
+
{
|
|
40150
|
+
"kind": "Content",
|
|
40151
|
+
"text": "boolean | undefined"
|
|
40152
|
+
},
|
|
40153
|
+
{
|
|
40154
|
+
"kind": "Content",
|
|
40155
|
+
"text": ";"
|
|
40156
|
+
}
|
|
40157
|
+
],
|
|
40158
|
+
"isReadonly": false,
|
|
40159
|
+
"isOptional": true,
|
|
40160
|
+
"releaseTag": "Public",
|
|
40161
|
+
"name": "playing",
|
|
40162
|
+
"propertyTypeTokenRange": {
|
|
40163
|
+
"startIndex": 1,
|
|
40164
|
+
"endIndex": 2
|
|
40165
|
+
}
|
|
40166
|
+
},
|
|
40167
|
+
{
|
|
40168
|
+
"kind": "PropertySignature",
|
|
40169
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioSource#volume:member",
|
|
40170
|
+
"docComment": "/**\n * the audio volume (default: 1.0).\n */\n",
|
|
40171
|
+
"excerptTokens": [
|
|
40172
|
+
{
|
|
40173
|
+
"kind": "Content",
|
|
40174
|
+
"text": "volume?: "
|
|
40175
|
+
},
|
|
40176
|
+
{
|
|
40177
|
+
"kind": "Content",
|
|
40178
|
+
"text": "number | undefined"
|
|
40179
|
+
},
|
|
40180
|
+
{
|
|
40181
|
+
"kind": "Content",
|
|
40182
|
+
"text": ";"
|
|
40183
|
+
}
|
|
40184
|
+
],
|
|
40185
|
+
"isReadonly": false,
|
|
40186
|
+
"isOptional": true,
|
|
40187
|
+
"releaseTag": "Public",
|
|
40188
|
+
"name": "volume",
|
|
40189
|
+
"propertyTypeTokenRange": {
|
|
40190
|
+
"startIndex": 1,
|
|
40191
|
+
"endIndex": 2
|
|
40192
|
+
}
|
|
40193
|
+
}
|
|
40194
|
+
],
|
|
40195
|
+
"extendsTokenRanges": []
|
|
40196
|
+
},
|
|
40197
|
+
{
|
|
40198
|
+
"kind": "Namespace",
|
|
40199
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioSource:namespace",
|
|
40200
|
+
"docComment": "/**\n * @public\n */\n",
|
|
40201
|
+
"excerptTokens": [
|
|
40202
|
+
{
|
|
40203
|
+
"kind": "Content",
|
|
40204
|
+
"text": "export declare namespace PBAudioSource "
|
|
40205
|
+
}
|
|
40206
|
+
],
|
|
40207
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_source.gen.d.ts",
|
|
40208
|
+
"releaseTag": "Public",
|
|
40209
|
+
"name": "PBAudioSource",
|
|
40210
|
+
"preserveMemberOrder": false,
|
|
40211
|
+
"members": [
|
|
40212
|
+
{
|
|
40213
|
+
"kind": "Function",
|
|
40214
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioSource.decode:function(1)",
|
|
40215
|
+
"docComment": "",
|
|
40216
|
+
"excerptTokens": [
|
|
40217
|
+
{
|
|
40218
|
+
"kind": "Content",
|
|
40219
|
+
"text": "function decode(input: "
|
|
40220
|
+
},
|
|
40221
|
+
{
|
|
40222
|
+
"kind": "Reference",
|
|
40223
|
+
"text": "_m0.Reader",
|
|
40224
|
+
"canonicalReference": "protobufjs!Reader:class"
|
|
40225
|
+
},
|
|
40226
|
+
{
|
|
40227
|
+
"kind": "Content",
|
|
40228
|
+
"text": " | "
|
|
40229
|
+
},
|
|
40230
|
+
{
|
|
40231
|
+
"kind": "Reference",
|
|
40232
|
+
"text": "Uint8Array",
|
|
40233
|
+
"canonicalReference": "!Uint8Array:interface"
|
|
40234
|
+
},
|
|
40235
|
+
{
|
|
40236
|
+
"kind": "Content",
|
|
40237
|
+
"text": ", length?: "
|
|
40238
|
+
},
|
|
40239
|
+
{
|
|
40240
|
+
"kind": "Content",
|
|
40241
|
+
"text": "number"
|
|
40242
|
+
},
|
|
40243
|
+
{
|
|
40244
|
+
"kind": "Content",
|
|
40245
|
+
"text": "): "
|
|
40246
|
+
},
|
|
40247
|
+
{
|
|
40248
|
+
"kind": "Reference",
|
|
40249
|
+
"text": "PBAudioSource",
|
|
40250
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioSource:interface"
|
|
40251
|
+
},
|
|
40252
|
+
{
|
|
40253
|
+
"kind": "Content",
|
|
40254
|
+
"text": ";"
|
|
40255
|
+
}
|
|
40256
|
+
],
|
|
40257
|
+
"returnTypeTokenRange": {
|
|
40258
|
+
"startIndex": 7,
|
|
40259
|
+
"endIndex": 8
|
|
40260
|
+
},
|
|
40261
|
+
"releaseTag": "Public",
|
|
40262
|
+
"overloadIndex": 1,
|
|
40263
|
+
"parameters": [
|
|
40264
|
+
{
|
|
40265
|
+
"parameterName": "input",
|
|
40266
|
+
"parameterTypeTokenRange": {
|
|
40267
|
+
"startIndex": 1,
|
|
40268
|
+
"endIndex": 4
|
|
40269
|
+
},
|
|
40270
|
+
"isOptional": false
|
|
40271
|
+
},
|
|
40272
|
+
{
|
|
40273
|
+
"parameterName": "length",
|
|
40274
|
+
"parameterTypeTokenRange": {
|
|
40275
|
+
"startIndex": 5,
|
|
40276
|
+
"endIndex": 6
|
|
40277
|
+
},
|
|
40278
|
+
"isOptional": true
|
|
40279
|
+
}
|
|
40280
|
+
],
|
|
40281
|
+
"name": "decode"
|
|
40282
|
+
},
|
|
40283
|
+
{
|
|
40284
|
+
"kind": "Function",
|
|
40285
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioSource.encode:function(1)",
|
|
40286
|
+
"docComment": "",
|
|
40287
|
+
"excerptTokens": [
|
|
40288
|
+
{
|
|
40289
|
+
"kind": "Content",
|
|
40290
|
+
"text": "function encode(message: "
|
|
40291
|
+
},
|
|
39171
40292
|
{
|
|
39172
40293
|
"kind": "Reference",
|
|
39173
40294
|
"text": "PBAudioSource",
|
|
39174
40295
|
"canonicalReference": "@dcl/playground-assets!PBAudioSource:interface"
|
|
39175
40296
|
},
|
|
40297
|
+
{
|
|
40298
|
+
"kind": "Content",
|
|
40299
|
+
"text": ", writer?: "
|
|
40300
|
+
},
|
|
40301
|
+
{
|
|
40302
|
+
"kind": "Reference",
|
|
40303
|
+
"text": "_m0.Writer",
|
|
40304
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
40305
|
+
},
|
|
40306
|
+
{
|
|
40307
|
+
"kind": "Content",
|
|
40308
|
+
"text": "): "
|
|
40309
|
+
},
|
|
40310
|
+
{
|
|
40311
|
+
"kind": "Reference",
|
|
40312
|
+
"text": "_m0.Writer",
|
|
40313
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
40314
|
+
},
|
|
40315
|
+
{
|
|
40316
|
+
"kind": "Content",
|
|
40317
|
+
"text": ";"
|
|
40318
|
+
}
|
|
40319
|
+
],
|
|
40320
|
+
"returnTypeTokenRange": {
|
|
40321
|
+
"startIndex": 5,
|
|
40322
|
+
"endIndex": 6
|
|
40323
|
+
},
|
|
40324
|
+
"releaseTag": "Public",
|
|
40325
|
+
"overloadIndex": 1,
|
|
40326
|
+
"parameters": [
|
|
40327
|
+
{
|
|
40328
|
+
"parameterName": "message",
|
|
40329
|
+
"parameterTypeTokenRange": {
|
|
40330
|
+
"startIndex": 1,
|
|
40331
|
+
"endIndex": 2
|
|
40332
|
+
},
|
|
40333
|
+
"isOptional": false
|
|
40334
|
+
},
|
|
40335
|
+
{
|
|
40336
|
+
"parameterName": "writer",
|
|
40337
|
+
"parameterTypeTokenRange": {
|
|
40338
|
+
"startIndex": 3,
|
|
40339
|
+
"endIndex": 4
|
|
40340
|
+
},
|
|
40341
|
+
"isOptional": true
|
|
40342
|
+
}
|
|
40343
|
+
],
|
|
40344
|
+
"name": "encode"
|
|
40345
|
+
}
|
|
40346
|
+
]
|
|
40347
|
+
},
|
|
40348
|
+
{
|
|
40349
|
+
"kind": "Interface",
|
|
40350
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioStream:interface",
|
|
40351
|
+
"docComment": "/**\n * @public\n */\n",
|
|
40352
|
+
"excerptTokens": [
|
|
40353
|
+
{
|
|
40354
|
+
"kind": "Content",
|
|
40355
|
+
"text": "export interface PBAudioStream "
|
|
40356
|
+
}
|
|
40357
|
+
],
|
|
40358
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_stream.gen.d.ts",
|
|
40359
|
+
"releaseTag": "Public",
|
|
40360
|
+
"name": "PBAudioStream",
|
|
40361
|
+
"preserveMemberOrder": false,
|
|
40362
|
+
"members": [
|
|
40363
|
+
{
|
|
40364
|
+
"kind": "PropertySignature",
|
|
40365
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioStream#playing:member",
|
|
40366
|
+
"docComment": "/**\n * whether the clip is currently playing\n */\n",
|
|
40367
|
+
"excerptTokens": [
|
|
40368
|
+
{
|
|
40369
|
+
"kind": "Content",
|
|
40370
|
+
"text": "playing?: "
|
|
40371
|
+
},
|
|
40372
|
+
{
|
|
40373
|
+
"kind": "Content",
|
|
40374
|
+
"text": "boolean | undefined"
|
|
40375
|
+
},
|
|
40376
|
+
{
|
|
40377
|
+
"kind": "Content",
|
|
40378
|
+
"text": ";"
|
|
40379
|
+
}
|
|
40380
|
+
],
|
|
40381
|
+
"isReadonly": false,
|
|
40382
|
+
"isOptional": true,
|
|
40383
|
+
"releaseTag": "Public",
|
|
40384
|
+
"name": "playing",
|
|
40385
|
+
"propertyTypeTokenRange": {
|
|
40386
|
+
"startIndex": 1,
|
|
40387
|
+
"endIndex": 2
|
|
40388
|
+
}
|
|
40389
|
+
},
|
|
40390
|
+
{
|
|
40391
|
+
"kind": "PropertySignature",
|
|
40392
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioStream#spatial:member",
|
|
40393
|
+
"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",
|
|
40394
|
+
"excerptTokens": [
|
|
40395
|
+
{
|
|
40396
|
+
"kind": "Content",
|
|
40397
|
+
"text": "spatial?: "
|
|
40398
|
+
},
|
|
40399
|
+
{
|
|
40400
|
+
"kind": "Content",
|
|
40401
|
+
"text": "boolean | undefined"
|
|
40402
|
+
},
|
|
40403
|
+
{
|
|
40404
|
+
"kind": "Content",
|
|
40405
|
+
"text": ";"
|
|
40406
|
+
}
|
|
40407
|
+
],
|
|
40408
|
+
"isReadonly": false,
|
|
40409
|
+
"isOptional": true,
|
|
40410
|
+
"releaseTag": "Public",
|
|
40411
|
+
"name": "spatial",
|
|
40412
|
+
"propertyTypeTokenRange": {
|
|
40413
|
+
"startIndex": 1,
|
|
40414
|
+
"endIndex": 2
|
|
40415
|
+
}
|
|
40416
|
+
},
|
|
40417
|
+
{
|
|
40418
|
+
"kind": "PropertySignature",
|
|
40419
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioStream#spatialMaxDistance:member",
|
|
40420
|
+
"docComment": "/**\n * The distance where sound either becomes inaudible or stops attenuation (default: 60)\n */\n",
|
|
40421
|
+
"excerptTokens": [
|
|
40422
|
+
{
|
|
40423
|
+
"kind": "Content",
|
|
40424
|
+
"text": "spatialMaxDistance?: "
|
|
40425
|
+
},
|
|
40426
|
+
{
|
|
40427
|
+
"kind": "Content",
|
|
40428
|
+
"text": "number | undefined"
|
|
40429
|
+
},
|
|
40430
|
+
{
|
|
40431
|
+
"kind": "Content",
|
|
40432
|
+
"text": ";"
|
|
40433
|
+
}
|
|
40434
|
+
],
|
|
40435
|
+
"isReadonly": false,
|
|
40436
|
+
"isOptional": true,
|
|
40437
|
+
"releaseTag": "Public",
|
|
40438
|
+
"name": "spatialMaxDistance",
|
|
40439
|
+
"propertyTypeTokenRange": {
|
|
40440
|
+
"startIndex": 1,
|
|
40441
|
+
"endIndex": 2
|
|
40442
|
+
}
|
|
40443
|
+
},
|
|
40444
|
+
{
|
|
40445
|
+
"kind": "PropertySignature",
|
|
40446
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioStream#spatialMinDistance:member",
|
|
40447
|
+
"docComment": "/**\n * Within the min distance the audio will cease to grow louder in volume (default: 0)\n */\n",
|
|
40448
|
+
"excerptTokens": [
|
|
40449
|
+
{
|
|
40450
|
+
"kind": "Content",
|
|
40451
|
+
"text": "spatialMinDistance?: "
|
|
40452
|
+
},
|
|
40453
|
+
{
|
|
40454
|
+
"kind": "Content",
|
|
40455
|
+
"text": "number | undefined"
|
|
40456
|
+
},
|
|
40457
|
+
{
|
|
40458
|
+
"kind": "Content",
|
|
40459
|
+
"text": ";"
|
|
40460
|
+
}
|
|
40461
|
+
],
|
|
40462
|
+
"isReadonly": false,
|
|
40463
|
+
"isOptional": true,
|
|
40464
|
+
"releaseTag": "Public",
|
|
40465
|
+
"name": "spatialMinDistance",
|
|
40466
|
+
"propertyTypeTokenRange": {
|
|
40467
|
+
"startIndex": 1,
|
|
40468
|
+
"endIndex": 2
|
|
40469
|
+
}
|
|
40470
|
+
},
|
|
40471
|
+
{
|
|
40472
|
+
"kind": "PropertySignature",
|
|
40473
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioStream#url:member",
|
|
40474
|
+
"docComment": "/**\n * the audio stream HTTP URL\n */\n",
|
|
40475
|
+
"excerptTokens": [
|
|
40476
|
+
{
|
|
40477
|
+
"kind": "Content",
|
|
40478
|
+
"text": "url: "
|
|
40479
|
+
},
|
|
40480
|
+
{
|
|
40481
|
+
"kind": "Content",
|
|
40482
|
+
"text": "string"
|
|
40483
|
+
},
|
|
40484
|
+
{
|
|
40485
|
+
"kind": "Content",
|
|
40486
|
+
"text": ";"
|
|
40487
|
+
}
|
|
40488
|
+
],
|
|
40489
|
+
"isReadonly": false,
|
|
40490
|
+
"isOptional": false,
|
|
40491
|
+
"releaseTag": "Public",
|
|
40492
|
+
"name": "url",
|
|
40493
|
+
"propertyTypeTokenRange": {
|
|
40494
|
+
"startIndex": 1,
|
|
40495
|
+
"endIndex": 2
|
|
40496
|
+
}
|
|
40497
|
+
},
|
|
40498
|
+
{
|
|
40499
|
+
"kind": "PropertySignature",
|
|
40500
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioStream#volume:member",
|
|
40501
|
+
"docComment": "/**\n * the audio volume (default: 1.0)\n */\n",
|
|
40502
|
+
"excerptTokens": [
|
|
40503
|
+
{
|
|
40504
|
+
"kind": "Content",
|
|
40505
|
+
"text": "volume?: "
|
|
40506
|
+
},
|
|
40507
|
+
{
|
|
40508
|
+
"kind": "Content",
|
|
40509
|
+
"text": "number | undefined"
|
|
40510
|
+
},
|
|
40511
|
+
{
|
|
40512
|
+
"kind": "Content",
|
|
40513
|
+
"text": ";"
|
|
40514
|
+
}
|
|
40515
|
+
],
|
|
40516
|
+
"isReadonly": false,
|
|
40517
|
+
"isOptional": true,
|
|
40518
|
+
"releaseTag": "Public",
|
|
40519
|
+
"name": "volume",
|
|
40520
|
+
"propertyTypeTokenRange": {
|
|
40521
|
+
"startIndex": 1,
|
|
40522
|
+
"endIndex": 2
|
|
40523
|
+
}
|
|
40524
|
+
}
|
|
40525
|
+
],
|
|
40526
|
+
"extendsTokenRanges": []
|
|
40527
|
+
},
|
|
40528
|
+
{
|
|
40529
|
+
"kind": "Namespace",
|
|
40530
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioStream:namespace",
|
|
40531
|
+
"docComment": "/**\n * @public\n */\n",
|
|
40532
|
+
"excerptTokens": [
|
|
40533
|
+
{
|
|
40534
|
+
"kind": "Content",
|
|
40535
|
+
"text": "export declare namespace PBAudioStream "
|
|
40536
|
+
}
|
|
40537
|
+
],
|
|
40538
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_stream.gen.d.ts",
|
|
40539
|
+
"releaseTag": "Public",
|
|
40540
|
+
"name": "PBAudioStream",
|
|
40541
|
+
"preserveMemberOrder": false,
|
|
40542
|
+
"members": [
|
|
40543
|
+
{
|
|
40544
|
+
"kind": "Function",
|
|
40545
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioStream.decode:function(1)",
|
|
40546
|
+
"docComment": "",
|
|
40547
|
+
"excerptTokens": [
|
|
40548
|
+
{
|
|
40549
|
+
"kind": "Content",
|
|
40550
|
+
"text": "function decode(input: "
|
|
40551
|
+
},
|
|
40552
|
+
{
|
|
40553
|
+
"kind": "Reference",
|
|
40554
|
+
"text": "_m0.Reader",
|
|
40555
|
+
"canonicalReference": "protobufjs!Reader:class"
|
|
40556
|
+
},
|
|
40557
|
+
{
|
|
40558
|
+
"kind": "Content",
|
|
40559
|
+
"text": " | "
|
|
40560
|
+
},
|
|
40561
|
+
{
|
|
40562
|
+
"kind": "Reference",
|
|
40563
|
+
"text": "Uint8Array",
|
|
40564
|
+
"canonicalReference": "!Uint8Array:interface"
|
|
40565
|
+
},
|
|
40566
|
+
{
|
|
40567
|
+
"kind": "Content",
|
|
40568
|
+
"text": ", length?: "
|
|
40569
|
+
},
|
|
40570
|
+
{
|
|
40571
|
+
"kind": "Content",
|
|
40572
|
+
"text": "number"
|
|
40573
|
+
},
|
|
40574
|
+
{
|
|
40575
|
+
"kind": "Content",
|
|
40576
|
+
"text": "): "
|
|
40577
|
+
},
|
|
40578
|
+
{
|
|
40579
|
+
"kind": "Reference",
|
|
40580
|
+
"text": "PBAudioStream",
|
|
40581
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioStream:interface"
|
|
40582
|
+
},
|
|
39176
40583
|
{
|
|
39177
40584
|
"kind": "Content",
|
|
39178
40585
|
"text": ";"
|
|
@@ -39206,7 +40613,7 @@
|
|
|
39206
40613
|
},
|
|
39207
40614
|
{
|
|
39208
40615
|
"kind": "Function",
|
|
39209
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
40616
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioStream.encode:function(1)",
|
|
39210
40617
|
"docComment": "",
|
|
39211
40618
|
"excerptTokens": [
|
|
39212
40619
|
{
|
|
@@ -39215,8 +40622,232 @@
|
|
|
39215
40622
|
},
|
|
39216
40623
|
{
|
|
39217
40624
|
"kind": "Reference",
|
|
39218
|
-
"text": "
|
|
39219
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
40625
|
+
"text": "PBAudioStream",
|
|
40626
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioStream:interface"
|
|
40627
|
+
},
|
|
40628
|
+
{
|
|
40629
|
+
"kind": "Content",
|
|
40630
|
+
"text": ", writer?: "
|
|
40631
|
+
},
|
|
40632
|
+
{
|
|
40633
|
+
"kind": "Reference",
|
|
40634
|
+
"text": "_m0.Writer",
|
|
40635
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
40636
|
+
},
|
|
40637
|
+
{
|
|
40638
|
+
"kind": "Content",
|
|
40639
|
+
"text": "): "
|
|
40640
|
+
},
|
|
40641
|
+
{
|
|
40642
|
+
"kind": "Reference",
|
|
40643
|
+
"text": "_m0.Writer",
|
|
40644
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
40645
|
+
},
|
|
40646
|
+
{
|
|
40647
|
+
"kind": "Content",
|
|
40648
|
+
"text": ";"
|
|
40649
|
+
}
|
|
40650
|
+
],
|
|
40651
|
+
"returnTypeTokenRange": {
|
|
40652
|
+
"startIndex": 5,
|
|
40653
|
+
"endIndex": 6
|
|
40654
|
+
},
|
|
40655
|
+
"releaseTag": "Public",
|
|
40656
|
+
"overloadIndex": 1,
|
|
40657
|
+
"parameters": [
|
|
40658
|
+
{
|
|
40659
|
+
"parameterName": "message",
|
|
40660
|
+
"parameterTypeTokenRange": {
|
|
40661
|
+
"startIndex": 1,
|
|
40662
|
+
"endIndex": 2
|
|
40663
|
+
},
|
|
40664
|
+
"isOptional": false
|
|
40665
|
+
},
|
|
40666
|
+
{
|
|
40667
|
+
"parameterName": "writer",
|
|
40668
|
+
"parameterTypeTokenRange": {
|
|
40669
|
+
"startIndex": 3,
|
|
40670
|
+
"endIndex": 4
|
|
40671
|
+
},
|
|
40672
|
+
"isOptional": true
|
|
40673
|
+
}
|
|
40674
|
+
],
|
|
40675
|
+
"name": "encode"
|
|
40676
|
+
}
|
|
40677
|
+
]
|
|
40678
|
+
},
|
|
40679
|
+
{
|
|
40680
|
+
"kind": "Interface",
|
|
40681
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarAttach:interface",
|
|
40682
|
+
"docComment": "/**\n * @public\n */\n",
|
|
40683
|
+
"excerptTokens": [
|
|
40684
|
+
{
|
|
40685
|
+
"kind": "Content",
|
|
40686
|
+
"text": "export interface PBAvatarAttach "
|
|
40687
|
+
}
|
|
40688
|
+
],
|
|
40689
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_attach.gen.d.ts",
|
|
40690
|
+
"releaseTag": "Public",
|
|
40691
|
+
"name": "PBAvatarAttach",
|
|
40692
|
+
"preserveMemberOrder": false,
|
|
40693
|
+
"members": [
|
|
40694
|
+
{
|
|
40695
|
+
"kind": "PropertySignature",
|
|
40696
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarAttach#anchorPointId:member",
|
|
40697
|
+
"docComment": "/**\n * the anchor point.\n */\n",
|
|
40698
|
+
"excerptTokens": [
|
|
40699
|
+
{
|
|
40700
|
+
"kind": "Content",
|
|
40701
|
+
"text": "anchorPointId: "
|
|
40702
|
+
},
|
|
40703
|
+
{
|
|
40704
|
+
"kind": "Reference",
|
|
40705
|
+
"text": "AvatarAnchorPointType",
|
|
40706
|
+
"canonicalReference": "@dcl/playground-assets!AvatarAnchorPointType:enum"
|
|
40707
|
+
},
|
|
40708
|
+
{
|
|
40709
|
+
"kind": "Content",
|
|
40710
|
+
"text": ";"
|
|
40711
|
+
}
|
|
40712
|
+
],
|
|
40713
|
+
"isReadonly": false,
|
|
40714
|
+
"isOptional": false,
|
|
40715
|
+
"releaseTag": "Public",
|
|
40716
|
+
"name": "anchorPointId",
|
|
40717
|
+
"propertyTypeTokenRange": {
|
|
40718
|
+
"startIndex": 1,
|
|
40719
|
+
"endIndex": 2
|
|
40720
|
+
}
|
|
40721
|
+
},
|
|
40722
|
+
{
|
|
40723
|
+
"kind": "PropertySignature",
|
|
40724
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarAttach#avatarId:member",
|
|
40725
|
+
"docComment": "/**\n * the user ID of the avatar (default: local user)\n */\n",
|
|
40726
|
+
"excerptTokens": [
|
|
40727
|
+
{
|
|
40728
|
+
"kind": "Content",
|
|
40729
|
+
"text": "avatarId?: "
|
|
40730
|
+
},
|
|
40731
|
+
{
|
|
40732
|
+
"kind": "Content",
|
|
40733
|
+
"text": "string | undefined"
|
|
40734
|
+
},
|
|
40735
|
+
{
|
|
40736
|
+
"kind": "Content",
|
|
40737
|
+
"text": ";"
|
|
40738
|
+
}
|
|
40739
|
+
],
|
|
40740
|
+
"isReadonly": false,
|
|
40741
|
+
"isOptional": true,
|
|
40742
|
+
"releaseTag": "Public",
|
|
40743
|
+
"name": "avatarId",
|
|
40744
|
+
"propertyTypeTokenRange": {
|
|
40745
|
+
"startIndex": 1,
|
|
40746
|
+
"endIndex": 2
|
|
40747
|
+
}
|
|
40748
|
+
}
|
|
40749
|
+
],
|
|
40750
|
+
"extendsTokenRanges": []
|
|
40751
|
+
},
|
|
40752
|
+
{
|
|
40753
|
+
"kind": "Namespace",
|
|
40754
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarAttach:namespace",
|
|
40755
|
+
"docComment": "/**\n * @public\n */\n",
|
|
40756
|
+
"excerptTokens": [
|
|
40757
|
+
{
|
|
40758
|
+
"kind": "Content",
|
|
40759
|
+
"text": "export declare namespace PBAvatarAttach "
|
|
40760
|
+
}
|
|
40761
|
+
],
|
|
40762
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_attach.gen.d.ts",
|
|
40763
|
+
"releaseTag": "Public",
|
|
40764
|
+
"name": "PBAvatarAttach",
|
|
40765
|
+
"preserveMemberOrder": false,
|
|
40766
|
+
"members": [
|
|
40767
|
+
{
|
|
40768
|
+
"kind": "Function",
|
|
40769
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarAttach.decode:function(1)",
|
|
40770
|
+
"docComment": "",
|
|
40771
|
+
"excerptTokens": [
|
|
40772
|
+
{
|
|
40773
|
+
"kind": "Content",
|
|
40774
|
+
"text": "function decode(input: "
|
|
40775
|
+
},
|
|
40776
|
+
{
|
|
40777
|
+
"kind": "Reference",
|
|
40778
|
+
"text": "_m0.Reader",
|
|
40779
|
+
"canonicalReference": "protobufjs!Reader:class"
|
|
40780
|
+
},
|
|
40781
|
+
{
|
|
40782
|
+
"kind": "Content",
|
|
40783
|
+
"text": " | "
|
|
40784
|
+
},
|
|
40785
|
+
{
|
|
40786
|
+
"kind": "Reference",
|
|
40787
|
+
"text": "Uint8Array",
|
|
40788
|
+
"canonicalReference": "!Uint8Array:interface"
|
|
40789
|
+
},
|
|
40790
|
+
{
|
|
40791
|
+
"kind": "Content",
|
|
40792
|
+
"text": ", length?: "
|
|
40793
|
+
},
|
|
40794
|
+
{
|
|
40795
|
+
"kind": "Content",
|
|
40796
|
+
"text": "number"
|
|
40797
|
+
},
|
|
40798
|
+
{
|
|
40799
|
+
"kind": "Content",
|
|
40800
|
+
"text": "): "
|
|
40801
|
+
},
|
|
40802
|
+
{
|
|
40803
|
+
"kind": "Reference",
|
|
40804
|
+
"text": "PBAvatarAttach",
|
|
40805
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarAttach:interface"
|
|
40806
|
+
},
|
|
40807
|
+
{
|
|
40808
|
+
"kind": "Content",
|
|
40809
|
+
"text": ";"
|
|
40810
|
+
}
|
|
40811
|
+
],
|
|
40812
|
+
"returnTypeTokenRange": {
|
|
40813
|
+
"startIndex": 7,
|
|
40814
|
+
"endIndex": 8
|
|
40815
|
+
},
|
|
40816
|
+
"releaseTag": "Public",
|
|
40817
|
+
"overloadIndex": 1,
|
|
40818
|
+
"parameters": [
|
|
40819
|
+
{
|
|
40820
|
+
"parameterName": "input",
|
|
40821
|
+
"parameterTypeTokenRange": {
|
|
40822
|
+
"startIndex": 1,
|
|
40823
|
+
"endIndex": 4
|
|
40824
|
+
},
|
|
40825
|
+
"isOptional": false
|
|
40826
|
+
},
|
|
40827
|
+
{
|
|
40828
|
+
"parameterName": "length",
|
|
40829
|
+
"parameterTypeTokenRange": {
|
|
40830
|
+
"startIndex": 5,
|
|
40831
|
+
"endIndex": 6
|
|
40832
|
+
},
|
|
40833
|
+
"isOptional": true
|
|
40834
|
+
}
|
|
40835
|
+
],
|
|
40836
|
+
"name": "decode"
|
|
40837
|
+
},
|
|
40838
|
+
{
|
|
40839
|
+
"kind": "Function",
|
|
40840
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarAttach.encode:function(1)",
|
|
40841
|
+
"docComment": "",
|
|
40842
|
+
"excerptTokens": [
|
|
40843
|
+
{
|
|
40844
|
+
"kind": "Content",
|
|
40845
|
+
"text": "function encode(message: "
|
|
40846
|
+
},
|
|
40847
|
+
{
|
|
40848
|
+
"kind": "Reference",
|
|
40849
|
+
"text": "PBAvatarAttach",
|
|
40850
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarAttach:interface"
|
|
39220
40851
|
},
|
|
39221
40852
|
{
|
|
39222
40853
|
"kind": "Content",
|
|
@@ -39271,31 +40902,31 @@
|
|
|
39271
40902
|
},
|
|
39272
40903
|
{
|
|
39273
40904
|
"kind": "Interface",
|
|
39274
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
40905
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarBase:interface",
|
|
39275
40906
|
"docComment": "/**\n * @public\n */\n",
|
|
39276
40907
|
"excerptTokens": [
|
|
39277
40908
|
{
|
|
39278
40909
|
"kind": "Content",
|
|
39279
|
-
"text": "export interface
|
|
40910
|
+
"text": "export interface PBAvatarBase "
|
|
39280
40911
|
}
|
|
39281
40912
|
],
|
|
39282
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/
|
|
40913
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_base.gen.d.ts",
|
|
39283
40914
|
"releaseTag": "Public",
|
|
39284
|
-
"name": "
|
|
40915
|
+
"name": "PBAvatarBase",
|
|
39285
40916
|
"preserveMemberOrder": false,
|
|
39286
40917
|
"members": [
|
|
39287
40918
|
{
|
|
39288
40919
|
"kind": "PropertySignature",
|
|
39289
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
39290
|
-
"docComment": "
|
|
40920
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarBase#bodyShapeUrn:member",
|
|
40921
|
+
"docComment": "",
|
|
39291
40922
|
"excerptTokens": [
|
|
39292
40923
|
{
|
|
39293
40924
|
"kind": "Content",
|
|
39294
|
-
"text": "
|
|
40925
|
+
"text": "bodyShapeUrn: "
|
|
39295
40926
|
},
|
|
39296
40927
|
{
|
|
39297
40928
|
"kind": "Content",
|
|
39298
|
-
"text": "
|
|
40929
|
+
"text": "string"
|
|
39299
40930
|
},
|
|
39300
40931
|
{
|
|
39301
40932
|
"kind": "Content",
|
|
@@ -39303,9 +40934,9 @@
|
|
|
39303
40934
|
}
|
|
39304
40935
|
],
|
|
39305
40936
|
"isReadonly": false,
|
|
39306
|
-
"isOptional":
|
|
40937
|
+
"isOptional": false,
|
|
39307
40938
|
"releaseTag": "Public",
|
|
39308
|
-
"name": "
|
|
40939
|
+
"name": "bodyShapeUrn",
|
|
39309
40940
|
"propertyTypeTokenRange": {
|
|
39310
40941
|
"startIndex": 1,
|
|
39311
40942
|
"endIndex": 2
|
|
@@ -39313,43 +40944,21 @@
|
|
|
39313
40944
|
},
|
|
39314
40945
|
{
|
|
39315
40946
|
"kind": "PropertySignature",
|
|
39316
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
39317
|
-
"docComment": "
|
|
40947
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarBase#eyesColor:member",
|
|
40948
|
+
"docComment": "",
|
|
39318
40949
|
"excerptTokens": [
|
|
39319
40950
|
{
|
|
39320
40951
|
"kind": "Content",
|
|
39321
|
-
"text": "
|
|
39322
|
-
},
|
|
39323
|
-
{
|
|
39324
|
-
"kind": "Content",
|
|
39325
|
-
"text": "boolean | undefined"
|
|
40952
|
+
"text": "eyesColor: "
|
|
39326
40953
|
},
|
|
39327
40954
|
{
|
|
39328
|
-
"kind": "
|
|
39329
|
-
"text": "
|
|
39330
|
-
|
|
39331
|
-
],
|
|
39332
|
-
"isReadonly": false,
|
|
39333
|
-
"isOptional": true,
|
|
39334
|
-
"releaseTag": "Public",
|
|
39335
|
-
"name": "spatial",
|
|
39336
|
-
"propertyTypeTokenRange": {
|
|
39337
|
-
"startIndex": 1,
|
|
39338
|
-
"endIndex": 2
|
|
39339
|
-
}
|
|
39340
|
-
},
|
|
39341
|
-
{
|
|
39342
|
-
"kind": "PropertySignature",
|
|
39343
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioStream#spatialMaxDistance:member",
|
|
39344
|
-
"docComment": "/**\n * The distance where sound either becomes inaudible or stops attenuation (default: 60)\n */\n",
|
|
39345
|
-
"excerptTokens": [
|
|
39346
|
-
{
|
|
39347
|
-
"kind": "Content",
|
|
39348
|
-
"text": "spatialMaxDistance?: "
|
|
40955
|
+
"kind": "Reference",
|
|
40956
|
+
"text": "Color3",
|
|
40957
|
+
"canonicalReference": "@dcl/playground-assets!Color3"
|
|
39349
40958
|
},
|
|
39350
40959
|
{
|
|
39351
40960
|
"kind": "Content",
|
|
39352
|
-
"text": "
|
|
40961
|
+
"text": " | undefined"
|
|
39353
40962
|
},
|
|
39354
40963
|
{
|
|
39355
40964
|
"kind": "Content",
|
|
@@ -39357,26 +40966,31 @@
|
|
|
39357
40966
|
}
|
|
39358
40967
|
],
|
|
39359
40968
|
"isReadonly": false,
|
|
39360
|
-
"isOptional":
|
|
40969
|
+
"isOptional": false,
|
|
39361
40970
|
"releaseTag": "Public",
|
|
39362
|
-
"name": "
|
|
40971
|
+
"name": "eyesColor",
|
|
39363
40972
|
"propertyTypeTokenRange": {
|
|
39364
40973
|
"startIndex": 1,
|
|
39365
|
-
"endIndex":
|
|
40974
|
+
"endIndex": 3
|
|
39366
40975
|
}
|
|
39367
40976
|
},
|
|
39368
40977
|
{
|
|
39369
40978
|
"kind": "PropertySignature",
|
|
39370
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
39371
|
-
"docComment": "
|
|
40979
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarBase#hairColor:member",
|
|
40980
|
+
"docComment": "",
|
|
39372
40981
|
"excerptTokens": [
|
|
39373
40982
|
{
|
|
39374
40983
|
"kind": "Content",
|
|
39375
|
-
"text": "
|
|
40984
|
+
"text": "hairColor: "
|
|
40985
|
+
},
|
|
40986
|
+
{
|
|
40987
|
+
"kind": "Reference",
|
|
40988
|
+
"text": "Color3",
|
|
40989
|
+
"canonicalReference": "@dcl/playground-assets!Color3"
|
|
39376
40990
|
},
|
|
39377
40991
|
{
|
|
39378
40992
|
"kind": "Content",
|
|
39379
|
-
"text": "
|
|
40993
|
+
"text": " | undefined"
|
|
39380
40994
|
},
|
|
39381
40995
|
{
|
|
39382
40996
|
"kind": "Content",
|
|
@@ -39384,22 +40998,22 @@
|
|
|
39384
40998
|
}
|
|
39385
40999
|
],
|
|
39386
41000
|
"isReadonly": false,
|
|
39387
|
-
"isOptional":
|
|
41001
|
+
"isOptional": false,
|
|
39388
41002
|
"releaseTag": "Public",
|
|
39389
|
-
"name": "
|
|
41003
|
+
"name": "hairColor",
|
|
39390
41004
|
"propertyTypeTokenRange": {
|
|
39391
41005
|
"startIndex": 1,
|
|
39392
|
-
"endIndex":
|
|
41006
|
+
"endIndex": 3
|
|
39393
41007
|
}
|
|
39394
41008
|
},
|
|
39395
41009
|
{
|
|
39396
41010
|
"kind": "PropertySignature",
|
|
39397
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
39398
|
-
"docComment": "
|
|
41011
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarBase#name:member",
|
|
41012
|
+
"docComment": "",
|
|
39399
41013
|
"excerptTokens": [
|
|
39400
41014
|
{
|
|
39401
41015
|
"kind": "Content",
|
|
39402
|
-
"text": "
|
|
41016
|
+
"text": "name: "
|
|
39403
41017
|
},
|
|
39404
41018
|
{
|
|
39405
41019
|
"kind": "Content",
|
|
@@ -39413,7 +41027,7 @@
|
|
|
39413
41027
|
"isReadonly": false,
|
|
39414
41028
|
"isOptional": false,
|
|
39415
41029
|
"releaseTag": "Public",
|
|
39416
|
-
"name": "
|
|
41030
|
+
"name": "name",
|
|
39417
41031
|
"propertyTypeTokenRange": {
|
|
39418
41032
|
"startIndex": 1,
|
|
39419
41033
|
"endIndex": 2
|
|
@@ -39421,16 +41035,21 @@
|
|
|
39421
41035
|
},
|
|
39422
41036
|
{
|
|
39423
41037
|
"kind": "PropertySignature",
|
|
39424
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
39425
|
-
"docComment": "
|
|
41038
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarBase#skinColor:member",
|
|
41039
|
+
"docComment": "",
|
|
39426
41040
|
"excerptTokens": [
|
|
39427
41041
|
{
|
|
39428
41042
|
"kind": "Content",
|
|
39429
|
-
"text": "
|
|
41043
|
+
"text": "skinColor: "
|
|
41044
|
+
},
|
|
41045
|
+
{
|
|
41046
|
+
"kind": "Reference",
|
|
41047
|
+
"text": "Color3",
|
|
41048
|
+
"canonicalReference": "@dcl/playground-assets!Color3"
|
|
39430
41049
|
},
|
|
39431
41050
|
{
|
|
39432
41051
|
"kind": "Content",
|
|
39433
|
-
"text": "
|
|
41052
|
+
"text": " | undefined"
|
|
39434
41053
|
},
|
|
39435
41054
|
{
|
|
39436
41055
|
"kind": "Content",
|
|
@@ -39438,12 +41057,12 @@
|
|
|
39438
41057
|
}
|
|
39439
41058
|
],
|
|
39440
41059
|
"isReadonly": false,
|
|
39441
|
-
"isOptional":
|
|
41060
|
+
"isOptional": false,
|
|
39442
41061
|
"releaseTag": "Public",
|
|
39443
|
-
"name": "
|
|
41062
|
+
"name": "skinColor",
|
|
39444
41063
|
"propertyTypeTokenRange": {
|
|
39445
41064
|
"startIndex": 1,
|
|
39446
|
-
"endIndex":
|
|
41065
|
+
"endIndex": 3
|
|
39447
41066
|
}
|
|
39448
41067
|
}
|
|
39449
41068
|
],
|
|
@@ -39451,22 +41070,22 @@
|
|
|
39451
41070
|
},
|
|
39452
41071
|
{
|
|
39453
41072
|
"kind": "Namespace",
|
|
39454
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41073
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarBase:namespace",
|
|
39455
41074
|
"docComment": "/**\n * @public\n */\n",
|
|
39456
41075
|
"excerptTokens": [
|
|
39457
41076
|
{
|
|
39458
41077
|
"kind": "Content",
|
|
39459
|
-
"text": "export declare namespace
|
|
41078
|
+
"text": "export declare namespace PBAvatarBase "
|
|
39460
41079
|
}
|
|
39461
41080
|
],
|
|
39462
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/
|
|
41081
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_base.gen.d.ts",
|
|
39463
41082
|
"releaseTag": "Public",
|
|
39464
|
-
"name": "
|
|
41083
|
+
"name": "PBAvatarBase",
|
|
39465
41084
|
"preserveMemberOrder": false,
|
|
39466
41085
|
"members": [
|
|
39467
41086
|
{
|
|
39468
41087
|
"kind": "Function",
|
|
39469
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41088
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarBase.decode:function(1)",
|
|
39470
41089
|
"docComment": "",
|
|
39471
41090
|
"excerptTokens": [
|
|
39472
41091
|
{
|
|
@@ -39501,8 +41120,8 @@
|
|
|
39501
41120
|
},
|
|
39502
41121
|
{
|
|
39503
41122
|
"kind": "Reference",
|
|
39504
|
-
"text": "
|
|
39505
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41123
|
+
"text": "PBAvatarBase",
|
|
41124
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarBase:interface"
|
|
39506
41125
|
},
|
|
39507
41126
|
{
|
|
39508
41127
|
"kind": "Content",
|
|
@@ -39537,7 +41156,7 @@
|
|
|
39537
41156
|
},
|
|
39538
41157
|
{
|
|
39539
41158
|
"kind": "Function",
|
|
39540
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41159
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarBase.encode:function(1)",
|
|
39541
41160
|
"docComment": "",
|
|
39542
41161
|
"excerptTokens": [
|
|
39543
41162
|
{
|
|
@@ -39546,8 +41165,8 @@
|
|
|
39546
41165
|
},
|
|
39547
41166
|
{
|
|
39548
41167
|
"kind": "Reference",
|
|
39549
|
-
"text": "
|
|
39550
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41168
|
+
"text": "PBAvatarBase",
|
|
41169
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarBase:interface"
|
|
39551
41170
|
},
|
|
39552
41171
|
{
|
|
39553
41172
|
"kind": "Content",
|
|
@@ -39602,32 +41221,31 @@
|
|
|
39602
41221
|
},
|
|
39603
41222
|
{
|
|
39604
41223
|
"kind": "Interface",
|
|
39605
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41224
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:interface",
|
|
39606
41225
|
"docComment": "/**\n * @public\n */\n",
|
|
39607
41226
|
"excerptTokens": [
|
|
39608
41227
|
{
|
|
39609
41228
|
"kind": "Content",
|
|
39610
|
-
"text": "export interface
|
|
41229
|
+
"text": "export interface PBAvatarEmoteCommand "
|
|
39611
41230
|
}
|
|
39612
41231
|
],
|
|
39613
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/
|
|
41232
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_emote_command.gen.d.ts",
|
|
39614
41233
|
"releaseTag": "Public",
|
|
39615
|
-
"name": "
|
|
41234
|
+
"name": "PBAvatarEmoteCommand",
|
|
39616
41235
|
"preserveMemberOrder": false,
|
|
39617
41236
|
"members": [
|
|
39618
41237
|
{
|
|
39619
41238
|
"kind": "PropertySignature",
|
|
39620
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
39621
|
-
"docComment": "
|
|
41239
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand#emoteUrn:member",
|
|
41240
|
+
"docComment": "",
|
|
39622
41241
|
"excerptTokens": [
|
|
39623
41242
|
{
|
|
39624
41243
|
"kind": "Content",
|
|
39625
|
-
"text": "
|
|
41244
|
+
"text": "emoteUrn: "
|
|
39626
41245
|
},
|
|
39627
41246
|
{
|
|
39628
|
-
"kind": "
|
|
39629
|
-
"text": "
|
|
39630
|
-
"canonicalReference": "@dcl/playground-assets!AvatarAnchorPointType:enum"
|
|
41247
|
+
"kind": "Content",
|
|
41248
|
+
"text": "string"
|
|
39631
41249
|
},
|
|
39632
41250
|
{
|
|
39633
41251
|
"kind": "Content",
|
|
@@ -39637,7 +41255,7 @@
|
|
|
39637
41255
|
"isReadonly": false,
|
|
39638
41256
|
"isOptional": false,
|
|
39639
41257
|
"releaseTag": "Public",
|
|
39640
|
-
"name": "
|
|
41258
|
+
"name": "emoteUrn",
|
|
39641
41259
|
"propertyTypeTokenRange": {
|
|
39642
41260
|
"startIndex": 1,
|
|
39643
41261
|
"endIndex": 2
|
|
@@ -39645,16 +41263,16 @@
|
|
|
39645
41263
|
},
|
|
39646
41264
|
{
|
|
39647
41265
|
"kind": "PropertySignature",
|
|
39648
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
39649
|
-
"docComment": "
|
|
41266
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand#loop:member",
|
|
41267
|
+
"docComment": "",
|
|
39650
41268
|
"excerptTokens": [
|
|
39651
41269
|
{
|
|
39652
41270
|
"kind": "Content",
|
|
39653
|
-
"text": "
|
|
41271
|
+
"text": "loop: "
|
|
39654
41272
|
},
|
|
39655
41273
|
{
|
|
39656
41274
|
"kind": "Content",
|
|
39657
|
-
"text": "
|
|
41275
|
+
"text": "boolean"
|
|
39658
41276
|
},
|
|
39659
41277
|
{
|
|
39660
41278
|
"kind": "Content",
|
|
@@ -39662,9 +41280,36 @@
|
|
|
39662
41280
|
}
|
|
39663
41281
|
],
|
|
39664
41282
|
"isReadonly": false,
|
|
39665
|
-
"isOptional":
|
|
41283
|
+
"isOptional": false,
|
|
39666
41284
|
"releaseTag": "Public",
|
|
39667
|
-
"name": "
|
|
41285
|
+
"name": "loop",
|
|
41286
|
+
"propertyTypeTokenRange": {
|
|
41287
|
+
"startIndex": 1,
|
|
41288
|
+
"endIndex": 2
|
|
41289
|
+
}
|
|
41290
|
+
},
|
|
41291
|
+
{
|
|
41292
|
+
"kind": "PropertySignature",
|
|
41293
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand#timestamp:member",
|
|
41294
|
+
"docComment": "/**\n * monotonic counter\n */\n",
|
|
41295
|
+
"excerptTokens": [
|
|
41296
|
+
{
|
|
41297
|
+
"kind": "Content",
|
|
41298
|
+
"text": "timestamp: "
|
|
41299
|
+
},
|
|
41300
|
+
{
|
|
41301
|
+
"kind": "Content",
|
|
41302
|
+
"text": "number"
|
|
41303
|
+
},
|
|
41304
|
+
{
|
|
41305
|
+
"kind": "Content",
|
|
41306
|
+
"text": ";"
|
|
41307
|
+
}
|
|
41308
|
+
],
|
|
41309
|
+
"isReadonly": false,
|
|
41310
|
+
"isOptional": false,
|
|
41311
|
+
"releaseTag": "Public",
|
|
41312
|
+
"name": "timestamp",
|
|
39668
41313
|
"propertyTypeTokenRange": {
|
|
39669
41314
|
"startIndex": 1,
|
|
39670
41315
|
"endIndex": 2
|
|
@@ -39675,22 +41320,22 @@
|
|
|
39675
41320
|
},
|
|
39676
41321
|
{
|
|
39677
41322
|
"kind": "Namespace",
|
|
39678
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41323
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:namespace",
|
|
39679
41324
|
"docComment": "/**\n * @public\n */\n",
|
|
39680
41325
|
"excerptTokens": [
|
|
39681
41326
|
{
|
|
39682
41327
|
"kind": "Content",
|
|
39683
|
-
"text": "export declare namespace
|
|
41328
|
+
"text": "export declare namespace PBAvatarEmoteCommand "
|
|
39684
41329
|
}
|
|
39685
41330
|
],
|
|
39686
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/
|
|
41331
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_emote_command.gen.d.ts",
|
|
39687
41332
|
"releaseTag": "Public",
|
|
39688
|
-
"name": "
|
|
41333
|
+
"name": "PBAvatarEmoteCommand",
|
|
39689
41334
|
"preserveMemberOrder": false,
|
|
39690
41335
|
"members": [
|
|
39691
41336
|
{
|
|
39692
41337
|
"kind": "Function",
|
|
39693
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41338
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand.decode:function(1)",
|
|
39694
41339
|
"docComment": "",
|
|
39695
41340
|
"excerptTokens": [
|
|
39696
41341
|
{
|
|
@@ -39725,8 +41370,8 @@
|
|
|
39725
41370
|
},
|
|
39726
41371
|
{
|
|
39727
41372
|
"kind": "Reference",
|
|
39728
|
-
"text": "
|
|
39729
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41373
|
+
"text": "PBAvatarEmoteCommand",
|
|
41374
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:interface"
|
|
39730
41375
|
},
|
|
39731
41376
|
{
|
|
39732
41377
|
"kind": "Content",
|
|
@@ -39761,7 +41406,7 @@
|
|
|
39761
41406
|
},
|
|
39762
41407
|
{
|
|
39763
41408
|
"kind": "Function",
|
|
39764
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41409
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand.encode:function(1)",
|
|
39765
41410
|
"docComment": "",
|
|
39766
41411
|
"excerptTokens": [
|
|
39767
41412
|
{
|
|
@@ -39770,8 +41415,8 @@
|
|
|
39770
41415
|
},
|
|
39771
41416
|
{
|
|
39772
41417
|
"kind": "Reference",
|
|
39773
|
-
"text": "
|
|
39774
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41418
|
+
"text": "PBAvatarEmoteCommand",
|
|
41419
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:interface"
|
|
39775
41420
|
},
|
|
39776
41421
|
{
|
|
39777
41422
|
"kind": "Content",
|
|
@@ -39826,31 +41471,31 @@
|
|
|
39826
41471
|
},
|
|
39827
41472
|
{
|
|
39828
41473
|
"kind": "Interface",
|
|
39829
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41474
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface",
|
|
39830
41475
|
"docComment": "/**\n * @public\n */\n",
|
|
39831
41476
|
"excerptTokens": [
|
|
39832
41477
|
{
|
|
39833
41478
|
"kind": "Content",
|
|
39834
|
-
"text": "export interface
|
|
41479
|
+
"text": "export interface PBAvatarEquippedData "
|
|
39835
41480
|
}
|
|
39836
41481
|
],
|
|
39837
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/
|
|
41482
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_equipped_data.gen.d.ts",
|
|
39838
41483
|
"releaseTag": "Public",
|
|
39839
|
-
"name": "
|
|
41484
|
+
"name": "PBAvatarEquippedData",
|
|
39840
41485
|
"preserveMemberOrder": false,
|
|
39841
41486
|
"members": [
|
|
39842
41487
|
{
|
|
39843
41488
|
"kind": "PropertySignature",
|
|
39844
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41489
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData#emoteUrns:member",
|
|
39845
41490
|
"docComment": "",
|
|
39846
41491
|
"excerptTokens": [
|
|
39847
41492
|
{
|
|
39848
41493
|
"kind": "Content",
|
|
39849
|
-
"text": "
|
|
41494
|
+
"text": "emoteUrns: "
|
|
39850
41495
|
},
|
|
39851
41496
|
{
|
|
39852
41497
|
"kind": "Content",
|
|
39853
|
-
"text": "string"
|
|
41498
|
+
"text": "string[]"
|
|
39854
41499
|
},
|
|
39855
41500
|
{
|
|
39856
41501
|
"kind": "Content",
|
|
@@ -39860,7 +41505,7 @@
|
|
|
39860
41505
|
"isReadonly": false,
|
|
39861
41506
|
"isOptional": false,
|
|
39862
41507
|
"releaseTag": "Public",
|
|
39863
|
-
"name": "
|
|
41508
|
+
"name": "emoteUrns",
|
|
39864
41509
|
"propertyTypeTokenRange": {
|
|
39865
41510
|
"startIndex": 1,
|
|
39866
41511
|
"endIndex": 2
|
|
@@ -39868,80 +41513,16 @@
|
|
|
39868
41513
|
},
|
|
39869
41514
|
{
|
|
39870
41515
|
"kind": "PropertySignature",
|
|
39871
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
39872
|
-
"docComment": "",
|
|
39873
|
-
"excerptTokens": [
|
|
39874
|
-
{
|
|
39875
|
-
"kind": "Content",
|
|
39876
|
-
"text": "eyesColor: "
|
|
39877
|
-
},
|
|
39878
|
-
{
|
|
39879
|
-
"kind": "Reference",
|
|
39880
|
-
"text": "Color3",
|
|
39881
|
-
"canonicalReference": "@dcl/playground-assets!Color3"
|
|
39882
|
-
},
|
|
39883
|
-
{
|
|
39884
|
-
"kind": "Content",
|
|
39885
|
-
"text": " | undefined"
|
|
39886
|
-
},
|
|
39887
|
-
{
|
|
39888
|
-
"kind": "Content",
|
|
39889
|
-
"text": ";"
|
|
39890
|
-
}
|
|
39891
|
-
],
|
|
39892
|
-
"isReadonly": false,
|
|
39893
|
-
"isOptional": false,
|
|
39894
|
-
"releaseTag": "Public",
|
|
39895
|
-
"name": "eyesColor",
|
|
39896
|
-
"propertyTypeTokenRange": {
|
|
39897
|
-
"startIndex": 1,
|
|
39898
|
-
"endIndex": 3
|
|
39899
|
-
}
|
|
39900
|
-
},
|
|
39901
|
-
{
|
|
39902
|
-
"kind": "PropertySignature",
|
|
39903
|
-
"canonicalReference": "@dcl/playground-assets!PBAvatarBase#hairColor:member",
|
|
39904
|
-
"docComment": "",
|
|
39905
|
-
"excerptTokens": [
|
|
39906
|
-
{
|
|
39907
|
-
"kind": "Content",
|
|
39908
|
-
"text": "hairColor: "
|
|
39909
|
-
},
|
|
39910
|
-
{
|
|
39911
|
-
"kind": "Reference",
|
|
39912
|
-
"text": "Color3",
|
|
39913
|
-
"canonicalReference": "@dcl/playground-assets!Color3"
|
|
39914
|
-
},
|
|
39915
|
-
{
|
|
39916
|
-
"kind": "Content",
|
|
39917
|
-
"text": " | undefined"
|
|
39918
|
-
},
|
|
39919
|
-
{
|
|
39920
|
-
"kind": "Content",
|
|
39921
|
-
"text": ";"
|
|
39922
|
-
}
|
|
39923
|
-
],
|
|
39924
|
-
"isReadonly": false,
|
|
39925
|
-
"isOptional": false,
|
|
39926
|
-
"releaseTag": "Public",
|
|
39927
|
-
"name": "hairColor",
|
|
39928
|
-
"propertyTypeTokenRange": {
|
|
39929
|
-
"startIndex": 1,
|
|
39930
|
-
"endIndex": 3
|
|
39931
|
-
}
|
|
39932
|
-
},
|
|
39933
|
-
{
|
|
39934
|
-
"kind": "PropertySignature",
|
|
39935
|
-
"canonicalReference": "@dcl/playground-assets!PBAvatarBase#name:member",
|
|
41516
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData#wearableUrns:member",
|
|
39936
41517
|
"docComment": "",
|
|
39937
41518
|
"excerptTokens": [
|
|
39938
41519
|
{
|
|
39939
41520
|
"kind": "Content",
|
|
39940
|
-
"text": "
|
|
41521
|
+
"text": "wearableUrns: "
|
|
39941
41522
|
},
|
|
39942
41523
|
{
|
|
39943
41524
|
"kind": "Content",
|
|
39944
|
-
"text": "string"
|
|
41525
|
+
"text": "string[]"
|
|
39945
41526
|
},
|
|
39946
41527
|
{
|
|
39947
41528
|
"kind": "Content",
|
|
@@ -39951,65 +41532,33 @@
|
|
|
39951
41532
|
"isReadonly": false,
|
|
39952
41533
|
"isOptional": false,
|
|
39953
41534
|
"releaseTag": "Public",
|
|
39954
|
-
"name": "
|
|
41535
|
+
"name": "wearableUrns",
|
|
39955
41536
|
"propertyTypeTokenRange": {
|
|
39956
41537
|
"startIndex": 1,
|
|
39957
41538
|
"endIndex": 2
|
|
39958
41539
|
}
|
|
39959
|
-
},
|
|
39960
|
-
{
|
|
39961
|
-
"kind": "PropertySignature",
|
|
39962
|
-
"canonicalReference": "@dcl/playground-assets!PBAvatarBase#skinColor:member",
|
|
39963
|
-
"docComment": "",
|
|
39964
|
-
"excerptTokens": [
|
|
39965
|
-
{
|
|
39966
|
-
"kind": "Content",
|
|
39967
|
-
"text": "skinColor: "
|
|
39968
|
-
},
|
|
39969
|
-
{
|
|
39970
|
-
"kind": "Reference",
|
|
39971
|
-
"text": "Color3",
|
|
39972
|
-
"canonicalReference": "@dcl/playground-assets!Color3"
|
|
39973
|
-
},
|
|
39974
|
-
{
|
|
39975
|
-
"kind": "Content",
|
|
39976
|
-
"text": " | undefined"
|
|
39977
|
-
},
|
|
39978
|
-
{
|
|
39979
|
-
"kind": "Content",
|
|
39980
|
-
"text": ";"
|
|
39981
|
-
}
|
|
39982
|
-
],
|
|
39983
|
-
"isReadonly": false,
|
|
39984
|
-
"isOptional": false,
|
|
39985
|
-
"releaseTag": "Public",
|
|
39986
|
-
"name": "skinColor",
|
|
39987
|
-
"propertyTypeTokenRange": {
|
|
39988
|
-
"startIndex": 1,
|
|
39989
|
-
"endIndex": 3
|
|
39990
|
-
}
|
|
39991
41540
|
}
|
|
39992
41541
|
],
|
|
39993
41542
|
"extendsTokenRanges": []
|
|
39994
41543
|
},
|
|
39995
41544
|
{
|
|
39996
41545
|
"kind": "Namespace",
|
|
39997
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41546
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:namespace",
|
|
39998
41547
|
"docComment": "/**\n * @public\n */\n",
|
|
39999
41548
|
"excerptTokens": [
|
|
40000
41549
|
{
|
|
40001
41550
|
"kind": "Content",
|
|
40002
|
-
"text": "export declare namespace
|
|
41551
|
+
"text": "export declare namespace PBAvatarEquippedData "
|
|
40003
41552
|
}
|
|
40004
41553
|
],
|
|
40005
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/
|
|
41554
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_equipped_data.gen.d.ts",
|
|
40006
41555
|
"releaseTag": "Public",
|
|
40007
|
-
"name": "
|
|
41556
|
+
"name": "PBAvatarEquippedData",
|
|
40008
41557
|
"preserveMemberOrder": false,
|
|
40009
41558
|
"members": [
|
|
40010
41559
|
{
|
|
40011
41560
|
"kind": "Function",
|
|
40012
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41561
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData.decode:function(1)",
|
|
40013
41562
|
"docComment": "",
|
|
40014
41563
|
"excerptTokens": [
|
|
40015
41564
|
{
|
|
@@ -40044,8 +41593,8 @@
|
|
|
40044
41593
|
},
|
|
40045
41594
|
{
|
|
40046
41595
|
"kind": "Reference",
|
|
40047
|
-
"text": "
|
|
40048
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41596
|
+
"text": "PBAvatarEquippedData",
|
|
41597
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface"
|
|
40049
41598
|
},
|
|
40050
41599
|
{
|
|
40051
41600
|
"kind": "Content",
|
|
@@ -40080,7 +41629,7 @@
|
|
|
40080
41629
|
},
|
|
40081
41630
|
{
|
|
40082
41631
|
"kind": "Function",
|
|
40083
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41632
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData.encode:function(1)",
|
|
40084
41633
|
"docComment": "",
|
|
40085
41634
|
"excerptTokens": [
|
|
40086
41635
|
{
|
|
@@ -40089,8 +41638,8 @@
|
|
|
40089
41638
|
},
|
|
40090
41639
|
{
|
|
40091
41640
|
"kind": "Reference",
|
|
40092
|
-
"text": "
|
|
40093
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41641
|
+
"text": "PBAvatarEquippedData",
|
|
41642
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface"
|
|
40094
41643
|
},
|
|
40095
41644
|
{
|
|
40096
41645
|
"kind": "Content",
|
|
@@ -40145,31 +41694,31 @@
|
|
|
40145
41694
|
},
|
|
40146
41695
|
{
|
|
40147
41696
|
"kind": "Interface",
|
|
40148
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41697
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings:interface",
|
|
40149
41698
|
"docComment": "/**\n * @public\n */\n",
|
|
40150
41699
|
"excerptTokens": [
|
|
40151
41700
|
{
|
|
40152
41701
|
"kind": "Content",
|
|
40153
|
-
"text": "export interface
|
|
41702
|
+
"text": "export interface PBAvatarLocomotionSettings "
|
|
40154
41703
|
}
|
|
40155
41704
|
],
|
|
40156
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/
|
|
41705
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_locomotion_settings.gen.d.ts",
|
|
40157
41706
|
"releaseTag": "Public",
|
|
40158
|
-
"name": "
|
|
41707
|
+
"name": "PBAvatarLocomotionSettings",
|
|
40159
41708
|
"preserveMemberOrder": false,
|
|
40160
41709
|
"members": [
|
|
40161
41710
|
{
|
|
40162
41711
|
"kind": "PropertySignature",
|
|
40163
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
40164
|
-
"docComment": "",
|
|
41712
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#hardLandingCooldown:member",
|
|
41713
|
+
"docComment": "/**\n * Cooldown time after a hard landing before the avatar can move again (in seconds)\n */\n",
|
|
40165
41714
|
"excerptTokens": [
|
|
40166
41715
|
{
|
|
40167
41716
|
"kind": "Content",
|
|
40168
|
-
"text": "
|
|
41717
|
+
"text": "hardLandingCooldown?: "
|
|
40169
41718
|
},
|
|
40170
41719
|
{
|
|
40171
41720
|
"kind": "Content",
|
|
40172
|
-
"text": "
|
|
41721
|
+
"text": "number | undefined"
|
|
40173
41722
|
},
|
|
40174
41723
|
{
|
|
40175
41724
|
"kind": "Content",
|
|
@@ -40177,9 +41726,9 @@
|
|
|
40177
41726
|
}
|
|
40178
41727
|
],
|
|
40179
41728
|
"isReadonly": false,
|
|
40180
|
-
"isOptional":
|
|
41729
|
+
"isOptional": true,
|
|
40181
41730
|
"releaseTag": "Public",
|
|
40182
|
-
"name": "
|
|
41731
|
+
"name": "hardLandingCooldown",
|
|
40183
41732
|
"propertyTypeTokenRange": {
|
|
40184
41733
|
"startIndex": 1,
|
|
40185
41734
|
"endIndex": 2
|
|
@@ -40187,16 +41736,16 @@
|
|
|
40187
41736
|
},
|
|
40188
41737
|
{
|
|
40189
41738
|
"kind": "PropertySignature",
|
|
40190
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
40191
|
-
"docComment": "",
|
|
41739
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#jogSpeed:member",
|
|
41740
|
+
"docComment": "/**\n * Maximum speed when jogging (in meters per second)\n */\n",
|
|
40192
41741
|
"excerptTokens": [
|
|
40193
41742
|
{
|
|
40194
41743
|
"kind": "Content",
|
|
40195
|
-
"text": "
|
|
41744
|
+
"text": "jogSpeed?: "
|
|
40196
41745
|
},
|
|
40197
41746
|
{
|
|
40198
41747
|
"kind": "Content",
|
|
40199
|
-
"text": "
|
|
41748
|
+
"text": "number | undefined"
|
|
40200
41749
|
},
|
|
40201
41750
|
{
|
|
40202
41751
|
"kind": "Content",
|
|
@@ -40204,9 +41753,9 @@
|
|
|
40204
41753
|
}
|
|
40205
41754
|
],
|
|
40206
41755
|
"isReadonly": false,
|
|
40207
|
-
"isOptional":
|
|
41756
|
+
"isOptional": true,
|
|
40208
41757
|
"releaseTag": "Public",
|
|
40209
|
-
"name": "
|
|
41758
|
+
"name": "jogSpeed",
|
|
40210
41759
|
"propertyTypeTokenRange": {
|
|
40211
41760
|
"startIndex": 1,
|
|
40212
41761
|
"endIndex": 2
|
|
@@ -40214,16 +41763,16 @@
|
|
|
40214
41763
|
},
|
|
40215
41764
|
{
|
|
40216
41765
|
"kind": "PropertySignature",
|
|
40217
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
40218
|
-
"docComment": "/**\n *
|
|
41766
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#jumpHeight:member",
|
|
41767
|
+
"docComment": "/**\n * Height of a regular jump (in meters)\n */\n",
|
|
40219
41768
|
"excerptTokens": [
|
|
40220
41769
|
{
|
|
40221
41770
|
"kind": "Content",
|
|
40222
|
-
"text": "
|
|
41771
|
+
"text": "jumpHeight?: "
|
|
40223
41772
|
},
|
|
40224
41773
|
{
|
|
40225
41774
|
"kind": "Content",
|
|
40226
|
-
"text": "number"
|
|
41775
|
+
"text": "number | undefined"
|
|
40227
41776
|
},
|
|
40228
41777
|
{
|
|
40229
41778
|
"kind": "Content",
|
|
@@ -40231,195 +41780,53 @@
|
|
|
40231
41780
|
}
|
|
40232
41781
|
],
|
|
40233
41782
|
"isReadonly": false,
|
|
40234
|
-
"isOptional":
|
|
41783
|
+
"isOptional": true,
|
|
40235
41784
|
"releaseTag": "Public",
|
|
40236
|
-
"name": "
|
|
41785
|
+
"name": "jumpHeight",
|
|
40237
41786
|
"propertyTypeTokenRange": {
|
|
40238
41787
|
"startIndex": 1,
|
|
40239
41788
|
"endIndex": 2
|
|
40240
41789
|
}
|
|
40241
|
-
}
|
|
40242
|
-
],
|
|
40243
|
-
"extendsTokenRanges": []
|
|
40244
|
-
},
|
|
40245
|
-
{
|
|
40246
|
-
"kind": "Namespace",
|
|
40247
|
-
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:namespace",
|
|
40248
|
-
"docComment": "/**\n * @public\n */\n",
|
|
40249
|
-
"excerptTokens": [
|
|
40250
|
-
{
|
|
40251
|
-
"kind": "Content",
|
|
40252
|
-
"text": "export declare namespace PBAvatarEmoteCommand "
|
|
40253
|
-
}
|
|
40254
|
-
],
|
|
40255
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_emote_command.gen.d.ts",
|
|
40256
|
-
"releaseTag": "Public",
|
|
40257
|
-
"name": "PBAvatarEmoteCommand",
|
|
40258
|
-
"preserveMemberOrder": false,
|
|
40259
|
-
"members": [
|
|
40260
|
-
{
|
|
40261
|
-
"kind": "Function",
|
|
40262
|
-
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand.decode:function(1)",
|
|
40263
|
-
"docComment": "",
|
|
40264
|
-
"excerptTokens": [
|
|
40265
|
-
{
|
|
40266
|
-
"kind": "Content",
|
|
40267
|
-
"text": "function decode(input: "
|
|
40268
|
-
},
|
|
40269
|
-
{
|
|
40270
|
-
"kind": "Reference",
|
|
40271
|
-
"text": "_m0.Reader",
|
|
40272
|
-
"canonicalReference": "protobufjs!Reader:class"
|
|
40273
|
-
},
|
|
40274
|
-
{
|
|
40275
|
-
"kind": "Content",
|
|
40276
|
-
"text": " | "
|
|
40277
|
-
},
|
|
40278
|
-
{
|
|
40279
|
-
"kind": "Reference",
|
|
40280
|
-
"text": "Uint8Array",
|
|
40281
|
-
"canonicalReference": "!Uint8Array:interface"
|
|
40282
|
-
},
|
|
40283
|
-
{
|
|
40284
|
-
"kind": "Content",
|
|
40285
|
-
"text": ", length?: "
|
|
40286
|
-
},
|
|
40287
|
-
{
|
|
40288
|
-
"kind": "Content",
|
|
40289
|
-
"text": "number"
|
|
40290
|
-
},
|
|
40291
|
-
{
|
|
40292
|
-
"kind": "Content",
|
|
40293
|
-
"text": "): "
|
|
40294
|
-
},
|
|
40295
|
-
{
|
|
40296
|
-
"kind": "Reference",
|
|
40297
|
-
"text": "PBAvatarEmoteCommand",
|
|
40298
|
-
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:interface"
|
|
40299
|
-
},
|
|
40300
|
-
{
|
|
40301
|
-
"kind": "Content",
|
|
40302
|
-
"text": ";"
|
|
40303
|
-
}
|
|
40304
|
-
],
|
|
40305
|
-
"returnTypeTokenRange": {
|
|
40306
|
-
"startIndex": 7,
|
|
40307
|
-
"endIndex": 8
|
|
40308
|
-
},
|
|
40309
|
-
"releaseTag": "Public",
|
|
40310
|
-
"overloadIndex": 1,
|
|
40311
|
-
"parameters": [
|
|
40312
|
-
{
|
|
40313
|
-
"parameterName": "input",
|
|
40314
|
-
"parameterTypeTokenRange": {
|
|
40315
|
-
"startIndex": 1,
|
|
40316
|
-
"endIndex": 4
|
|
40317
|
-
},
|
|
40318
|
-
"isOptional": false
|
|
40319
|
-
},
|
|
40320
|
-
{
|
|
40321
|
-
"parameterName": "length",
|
|
40322
|
-
"parameterTypeTokenRange": {
|
|
40323
|
-
"startIndex": 5,
|
|
40324
|
-
"endIndex": 6
|
|
40325
|
-
},
|
|
40326
|
-
"isOptional": true
|
|
40327
|
-
}
|
|
40328
|
-
],
|
|
40329
|
-
"name": "decode"
|
|
40330
41790
|
},
|
|
40331
41791
|
{
|
|
40332
|
-
"kind": "
|
|
40333
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
40334
|
-
"docComment": "",
|
|
41792
|
+
"kind": "PropertySignature",
|
|
41793
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#runJumpHeight:member",
|
|
41794
|
+
"docComment": "/**\n * Height of a jump while running (in meters)\n */\n",
|
|
40335
41795
|
"excerptTokens": [
|
|
40336
41796
|
{
|
|
40337
41797
|
"kind": "Content",
|
|
40338
|
-
"text": "
|
|
40339
|
-
},
|
|
40340
|
-
{
|
|
40341
|
-
"kind": "Reference",
|
|
40342
|
-
"text": "PBAvatarEmoteCommand",
|
|
40343
|
-
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:interface"
|
|
40344
|
-
},
|
|
40345
|
-
{
|
|
40346
|
-
"kind": "Content",
|
|
40347
|
-
"text": ", writer?: "
|
|
40348
|
-
},
|
|
40349
|
-
{
|
|
40350
|
-
"kind": "Reference",
|
|
40351
|
-
"text": "_m0.Writer",
|
|
40352
|
-
"canonicalReference": "protobufjs!Writer:class"
|
|
41798
|
+
"text": "runJumpHeight?: "
|
|
40353
41799
|
},
|
|
40354
41800
|
{
|
|
40355
41801
|
"kind": "Content",
|
|
40356
|
-
"text": "
|
|
40357
|
-
},
|
|
40358
|
-
{
|
|
40359
|
-
"kind": "Reference",
|
|
40360
|
-
"text": "_m0.Writer",
|
|
40361
|
-
"canonicalReference": "protobufjs!Writer:class"
|
|
41802
|
+
"text": "number | undefined"
|
|
40362
41803
|
},
|
|
40363
41804
|
{
|
|
40364
41805
|
"kind": "Content",
|
|
40365
41806
|
"text": ";"
|
|
40366
41807
|
}
|
|
40367
41808
|
],
|
|
40368
|
-
"
|
|
40369
|
-
|
|
40370
|
-
"endIndex": 6
|
|
40371
|
-
},
|
|
41809
|
+
"isReadonly": false,
|
|
41810
|
+
"isOptional": true,
|
|
40372
41811
|
"releaseTag": "Public",
|
|
40373
|
-
"
|
|
40374
|
-
"
|
|
40375
|
-
|
|
40376
|
-
|
|
40377
|
-
|
|
40378
|
-
|
|
40379
|
-
"endIndex": 2
|
|
40380
|
-
},
|
|
40381
|
-
"isOptional": false
|
|
40382
|
-
},
|
|
40383
|
-
{
|
|
40384
|
-
"parameterName": "writer",
|
|
40385
|
-
"parameterTypeTokenRange": {
|
|
40386
|
-
"startIndex": 3,
|
|
40387
|
-
"endIndex": 4
|
|
40388
|
-
},
|
|
40389
|
-
"isOptional": true
|
|
40390
|
-
}
|
|
40391
|
-
],
|
|
40392
|
-
"name": "encode"
|
|
40393
|
-
}
|
|
40394
|
-
]
|
|
40395
|
-
},
|
|
40396
|
-
{
|
|
40397
|
-
"kind": "Interface",
|
|
40398
|
-
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface",
|
|
40399
|
-
"docComment": "/**\n * @public\n */\n",
|
|
40400
|
-
"excerptTokens": [
|
|
40401
|
-
{
|
|
40402
|
-
"kind": "Content",
|
|
40403
|
-
"text": "export interface PBAvatarEquippedData "
|
|
40404
|
-
}
|
|
40405
|
-
],
|
|
40406
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_equipped_data.gen.d.ts",
|
|
40407
|
-
"releaseTag": "Public",
|
|
40408
|
-
"name": "PBAvatarEquippedData",
|
|
40409
|
-
"preserveMemberOrder": false,
|
|
40410
|
-
"members": [
|
|
41812
|
+
"name": "runJumpHeight",
|
|
41813
|
+
"propertyTypeTokenRange": {
|
|
41814
|
+
"startIndex": 1,
|
|
41815
|
+
"endIndex": 2
|
|
41816
|
+
}
|
|
41817
|
+
},
|
|
40411
41818
|
{
|
|
40412
41819
|
"kind": "PropertySignature",
|
|
40413
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
40414
|
-
"docComment": "",
|
|
41820
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#runSpeed:member",
|
|
41821
|
+
"docComment": "/**\n * Maximum speed when running (in meters per second)\n */\n",
|
|
40415
41822
|
"excerptTokens": [
|
|
40416
41823
|
{
|
|
40417
41824
|
"kind": "Content",
|
|
40418
|
-
"text": "
|
|
41825
|
+
"text": "runSpeed?: "
|
|
40419
41826
|
},
|
|
40420
41827
|
{
|
|
40421
41828
|
"kind": "Content",
|
|
40422
|
-
"text": "
|
|
41829
|
+
"text": "number | undefined"
|
|
40423
41830
|
},
|
|
40424
41831
|
{
|
|
40425
41832
|
"kind": "Content",
|
|
@@ -40427,9 +41834,9 @@
|
|
|
40427
41834
|
}
|
|
40428
41835
|
],
|
|
40429
41836
|
"isReadonly": false,
|
|
40430
|
-
"isOptional":
|
|
41837
|
+
"isOptional": true,
|
|
40431
41838
|
"releaseTag": "Public",
|
|
40432
|
-
"name": "
|
|
41839
|
+
"name": "runSpeed",
|
|
40433
41840
|
"propertyTypeTokenRange": {
|
|
40434
41841
|
"startIndex": 1,
|
|
40435
41842
|
"endIndex": 2
|
|
@@ -40437,16 +41844,16 @@
|
|
|
40437
41844
|
},
|
|
40438
41845
|
{
|
|
40439
41846
|
"kind": "PropertySignature",
|
|
40440
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
40441
|
-
"docComment": "",
|
|
41847
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#walkSpeed:member",
|
|
41848
|
+
"docComment": "/**\n * Maximum speed when walking (in meters per second)\n */\n",
|
|
40442
41849
|
"excerptTokens": [
|
|
40443
41850
|
{
|
|
40444
41851
|
"kind": "Content",
|
|
40445
|
-
"text": "
|
|
41852
|
+
"text": "walkSpeed?: "
|
|
40446
41853
|
},
|
|
40447
41854
|
{
|
|
40448
41855
|
"kind": "Content",
|
|
40449
|
-
"text": "
|
|
41856
|
+
"text": "number | undefined"
|
|
40450
41857
|
},
|
|
40451
41858
|
{
|
|
40452
41859
|
"kind": "Content",
|
|
@@ -40454,9 +41861,9 @@
|
|
|
40454
41861
|
}
|
|
40455
41862
|
],
|
|
40456
41863
|
"isReadonly": false,
|
|
40457
|
-
"isOptional":
|
|
41864
|
+
"isOptional": true,
|
|
40458
41865
|
"releaseTag": "Public",
|
|
40459
|
-
"name": "
|
|
41866
|
+
"name": "walkSpeed",
|
|
40460
41867
|
"propertyTypeTokenRange": {
|
|
40461
41868
|
"startIndex": 1,
|
|
40462
41869
|
"endIndex": 2
|
|
@@ -40467,22 +41874,22 @@
|
|
|
40467
41874
|
},
|
|
40468
41875
|
{
|
|
40469
41876
|
"kind": "Namespace",
|
|
40470
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41877
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings:namespace",
|
|
40471
41878
|
"docComment": "/**\n * @public\n */\n",
|
|
40472
41879
|
"excerptTokens": [
|
|
40473
41880
|
{
|
|
40474
41881
|
"kind": "Content",
|
|
40475
|
-
"text": "export declare namespace
|
|
41882
|
+
"text": "export declare namespace PBAvatarLocomotionSettings "
|
|
40476
41883
|
}
|
|
40477
41884
|
],
|
|
40478
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/
|
|
41885
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_locomotion_settings.gen.d.ts",
|
|
40479
41886
|
"releaseTag": "Public",
|
|
40480
|
-
"name": "
|
|
41887
|
+
"name": "PBAvatarLocomotionSettings",
|
|
40481
41888
|
"preserveMemberOrder": false,
|
|
40482
41889
|
"members": [
|
|
40483
41890
|
{
|
|
40484
41891
|
"kind": "Function",
|
|
40485
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41892
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings.decode:function(1)",
|
|
40486
41893
|
"docComment": "",
|
|
40487
41894
|
"excerptTokens": [
|
|
40488
41895
|
{
|
|
@@ -40517,8 +41924,8 @@
|
|
|
40517
41924
|
},
|
|
40518
41925
|
{
|
|
40519
41926
|
"kind": "Reference",
|
|
40520
|
-
"text": "
|
|
40521
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41927
|
+
"text": "PBAvatarLocomotionSettings",
|
|
41928
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings:interface"
|
|
40522
41929
|
},
|
|
40523
41930
|
{
|
|
40524
41931
|
"kind": "Content",
|
|
@@ -40553,7 +41960,7 @@
|
|
|
40553
41960
|
},
|
|
40554
41961
|
{
|
|
40555
41962
|
"kind": "Function",
|
|
40556
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41963
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings.encode:function(1)",
|
|
40557
41964
|
"docComment": "",
|
|
40558
41965
|
"excerptTokens": [
|
|
40559
41966
|
{
|
|
@@ -40562,8 +41969,8 @@
|
|
|
40562
41969
|
},
|
|
40563
41970
|
{
|
|
40564
41971
|
"kind": "Reference",
|
|
40565
|
-
"text": "
|
|
40566
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41972
|
+
"text": "PBAvatarLocomotionSettings",
|
|
41973
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings:interface"
|
|
40567
41974
|
},
|
|
40568
41975
|
{
|
|
40569
41976
|
"kind": "Content",
|
|
@@ -49161,6 +50568,33 @@
|
|
|
49161
50568
|
"endIndex": 2
|
|
49162
50569
|
}
|
|
49163
50570
|
},
|
|
50571
|
+
{
|
|
50572
|
+
"kind": "PropertySignature",
|
|
50573
|
+
"canonicalReference": "@dcl/playground-assets!PBPointerEvents_Info#maxPlayerDistance:member",
|
|
50574
|
+
"docComment": "/**\n * range of interaction from the avatar's position (default 0)\n */\n",
|
|
50575
|
+
"excerptTokens": [
|
|
50576
|
+
{
|
|
50577
|
+
"kind": "Content",
|
|
50578
|
+
"text": "maxPlayerDistance?: "
|
|
50579
|
+
},
|
|
50580
|
+
{
|
|
50581
|
+
"kind": "Content",
|
|
50582
|
+
"text": "number | undefined"
|
|
50583
|
+
},
|
|
50584
|
+
{
|
|
50585
|
+
"kind": "Content",
|
|
50586
|
+
"text": ";"
|
|
50587
|
+
}
|
|
50588
|
+
],
|
|
50589
|
+
"isReadonly": false,
|
|
50590
|
+
"isOptional": true,
|
|
50591
|
+
"releaseTag": "Public",
|
|
50592
|
+
"name": "maxPlayerDistance",
|
|
50593
|
+
"propertyTypeTokenRange": {
|
|
50594
|
+
"startIndex": 1,
|
|
50595
|
+
"endIndex": 2
|
|
50596
|
+
}
|
|
50597
|
+
},
|
|
49164
50598
|
{
|
|
49165
50599
|
"kind": "PropertySignature",
|
|
49166
50600
|
"canonicalReference": "@dcl/playground-assets!PBPointerEvents_Info#showFeedback:member",
|
|
@@ -60417,6 +61851,33 @@
|
|
|
60417
61851
|
"endIndex": 3
|
|
60418
61852
|
}
|
|
60419
61853
|
},
|
|
61854
|
+
{
|
|
61855
|
+
"kind": "PropertySignature",
|
|
61856
|
+
"canonicalReference": "@dcl/playground-assets!PBVirtualCamera#fov:member",
|
|
61857
|
+
"docComment": "/**\n * default: 60\n */\n",
|
|
61858
|
+
"excerptTokens": [
|
|
61859
|
+
{
|
|
61860
|
+
"kind": "Content",
|
|
61861
|
+
"text": "fov?: "
|
|
61862
|
+
},
|
|
61863
|
+
{
|
|
61864
|
+
"kind": "Content",
|
|
61865
|
+
"text": "number | undefined"
|
|
61866
|
+
},
|
|
61867
|
+
{
|
|
61868
|
+
"kind": "Content",
|
|
61869
|
+
"text": ";"
|
|
61870
|
+
}
|
|
61871
|
+
],
|
|
61872
|
+
"isReadonly": false,
|
|
61873
|
+
"isOptional": true,
|
|
61874
|
+
"releaseTag": "Public",
|
|
61875
|
+
"name": "fov",
|
|
61876
|
+
"propertyTypeTokenRange": {
|
|
61877
|
+
"startIndex": 1,
|
|
61878
|
+
"endIndex": 2
|
|
61879
|
+
}
|
|
61880
|
+
},
|
|
60420
61881
|
{
|
|
60421
61882
|
"kind": "PropertySignature",
|
|
60422
61883
|
"canonicalReference": "@dcl/playground-assets!PBVirtualCamera#lookAtEntity:member",
|