@dcl/playground-assets 7.5.0 → 7.5.1-9235895775.commit-075ab65
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 +91 -1
- package/dist/beta.d.ts +91 -1
- package/dist/index.bundled.d.ts +91 -1
- package/dist/index.js +6 -6
- package/dist/index.js.map +3 -3
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +91 -1
- package/dist/tsdoc-metadata.json +1 -1
- package/etc/playground-assets.api.json +1267 -208
- package/etc/playground-assets.api.md +61 -0
- package/package.json +4 -4
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"metadata": {
|
3
3
|
"toolPackage": "@microsoft/api-extractor",
|
4
|
-
"toolVersion": "7.
|
4
|
+
"toolVersion": "7.44.1",
|
5
5
|
"schemaVersion": 1011,
|
6
6
|
"oldestForwardsCompatibleVersion": 1001,
|
7
7
|
"tsdocConfig": {
|
@@ -1883,6 +1883,86 @@
|
|
1883
1883
|
"endIndex": 5
|
1884
1884
|
}
|
1885
1885
|
},
|
1886
|
+
{
|
1887
|
+
"kind": "Enum",
|
1888
|
+
"canonicalReference": "@dcl/playground-assets!AvatarControlType:enum",
|
1889
|
+
"docComment": "/**\n * @public\n */\n",
|
1890
|
+
"excerptTokens": [
|
1891
|
+
{
|
1892
|
+
"kind": "Content",
|
1893
|
+
"text": "export declare const enum AvatarControlType "
|
1894
|
+
}
|
1895
|
+
],
|
1896
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_modifier_area.gen.d.ts",
|
1897
|
+
"releaseTag": "Public",
|
1898
|
+
"name": "AvatarControlType",
|
1899
|
+
"preserveMemberOrder": false,
|
1900
|
+
"members": [
|
1901
|
+
{
|
1902
|
+
"kind": "EnumMember",
|
1903
|
+
"canonicalReference": "@dcl/playground-assets!AvatarControlType.CCT_NONE:member",
|
1904
|
+
"docComment": "/**\n * CCT_NONE - avatar cannot move\n */\n",
|
1905
|
+
"excerptTokens": [
|
1906
|
+
{
|
1907
|
+
"kind": "Content",
|
1908
|
+
"text": "CCT_NONE = "
|
1909
|
+
},
|
1910
|
+
{
|
1911
|
+
"kind": "Content",
|
1912
|
+
"text": "0"
|
1913
|
+
}
|
1914
|
+
],
|
1915
|
+
"initializerTokenRange": {
|
1916
|
+
"startIndex": 1,
|
1917
|
+
"endIndex": 2
|
1918
|
+
},
|
1919
|
+
"releaseTag": "Public",
|
1920
|
+
"name": "CCT_NONE"
|
1921
|
+
},
|
1922
|
+
{
|
1923
|
+
"kind": "EnumMember",
|
1924
|
+
"canonicalReference": "@dcl/playground-assets!AvatarControlType.CCT_RELATIVE:member",
|
1925
|
+
"docComment": "/**\n * CCT_RELATIVE - avatar moves relative to the camera origin\n */\n",
|
1926
|
+
"excerptTokens": [
|
1927
|
+
{
|
1928
|
+
"kind": "Content",
|
1929
|
+
"text": "CCT_RELATIVE = "
|
1930
|
+
},
|
1931
|
+
{
|
1932
|
+
"kind": "Content",
|
1933
|
+
"text": "1"
|
1934
|
+
}
|
1935
|
+
],
|
1936
|
+
"initializerTokenRange": {
|
1937
|
+
"startIndex": 1,
|
1938
|
+
"endIndex": 2
|
1939
|
+
},
|
1940
|
+
"releaseTag": "Public",
|
1941
|
+
"name": "CCT_RELATIVE"
|
1942
|
+
},
|
1943
|
+
{
|
1944
|
+
"kind": "EnumMember",
|
1945
|
+
"canonicalReference": "@dcl/playground-assets!AvatarControlType.CCT_TANK:member",
|
1946
|
+
"docComment": "/**\n * CCT_TANK - avatar moves like a tank: left/right rotate the player, forward/backward advance/retreat the player\n */\n",
|
1947
|
+
"excerptTokens": [
|
1948
|
+
{
|
1949
|
+
"kind": "Content",
|
1950
|
+
"text": "CCT_TANK = "
|
1951
|
+
},
|
1952
|
+
{
|
1953
|
+
"kind": "Content",
|
1954
|
+
"text": "2"
|
1955
|
+
}
|
1956
|
+
],
|
1957
|
+
"initializerTokenRange": {
|
1958
|
+
"startIndex": 1,
|
1959
|
+
"endIndex": 2
|
1960
|
+
},
|
1961
|
+
"releaseTag": "Public",
|
1962
|
+
"name": "CCT_TANK"
|
1963
|
+
}
|
1964
|
+
]
|
1965
|
+
},
|
1886
1966
|
{
|
1887
1967
|
"kind": "Variable",
|
1888
1968
|
"canonicalReference": "@dcl/playground-assets!AvatarEmoteCommand:var",
|
@@ -2053,6 +2133,423 @@
|
|
2053
2133
|
}
|
2054
2134
|
]
|
2055
2135
|
},
|
2136
|
+
{
|
2137
|
+
"kind": "Interface",
|
2138
|
+
"canonicalReference": "@dcl/playground-assets!AvatarMovementSettings:interface",
|
2139
|
+
"docComment": "/**\n * @public\n */\n",
|
2140
|
+
"excerptTokens": [
|
2141
|
+
{
|
2142
|
+
"kind": "Content",
|
2143
|
+
"text": "export interface AvatarMovementSettings "
|
2144
|
+
}
|
2145
|
+
],
|
2146
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_modifier_area.gen.d.ts",
|
2147
|
+
"releaseTag": "Public",
|
2148
|
+
"name": "AvatarMovementSettings",
|
2149
|
+
"preserveMemberOrder": false,
|
2150
|
+
"members": [
|
2151
|
+
{
|
2152
|
+
"kind": "PropertySignature",
|
2153
|
+
"canonicalReference": "@dcl/playground-assets!AvatarMovementSettings#allowWeightedMovement:member",
|
2154
|
+
"docComment": "/**\n * whether to allow player to move at a slower speed (e.g. with a walk-key or when using a gamepad/joystick). defaults to true\n */\n",
|
2155
|
+
"excerptTokens": [
|
2156
|
+
{
|
2157
|
+
"kind": "Content",
|
2158
|
+
"text": "allowWeightedMovement?: "
|
2159
|
+
},
|
2160
|
+
{
|
2161
|
+
"kind": "Content",
|
2162
|
+
"text": "boolean | undefined"
|
2163
|
+
},
|
2164
|
+
{
|
2165
|
+
"kind": "Content",
|
2166
|
+
"text": ";"
|
2167
|
+
}
|
2168
|
+
],
|
2169
|
+
"isReadonly": false,
|
2170
|
+
"isOptional": true,
|
2171
|
+
"releaseTag": "Public",
|
2172
|
+
"name": "allowWeightedMovement",
|
2173
|
+
"propertyTypeTokenRange": {
|
2174
|
+
"startIndex": 1,
|
2175
|
+
"endIndex": 2
|
2176
|
+
}
|
2177
|
+
},
|
2178
|
+
{
|
2179
|
+
"kind": "PropertySignature",
|
2180
|
+
"canonicalReference": "@dcl/playground-assets!AvatarMovementSettings#controlMode:member",
|
2181
|
+
"docComment": "",
|
2182
|
+
"excerptTokens": [
|
2183
|
+
{
|
2184
|
+
"kind": "Content",
|
2185
|
+
"text": "controlMode?: "
|
2186
|
+
},
|
2187
|
+
{
|
2188
|
+
"kind": "Reference",
|
2189
|
+
"text": "AvatarControlType",
|
2190
|
+
"canonicalReference": "@dcl/playground-assets!AvatarControlType:enum"
|
2191
|
+
},
|
2192
|
+
{
|
2193
|
+
"kind": "Content",
|
2194
|
+
"text": " | undefined"
|
2195
|
+
},
|
2196
|
+
{
|
2197
|
+
"kind": "Content",
|
2198
|
+
"text": ";"
|
2199
|
+
}
|
2200
|
+
],
|
2201
|
+
"isReadonly": false,
|
2202
|
+
"isOptional": true,
|
2203
|
+
"releaseTag": "Public",
|
2204
|
+
"name": "controlMode",
|
2205
|
+
"propertyTypeTokenRange": {
|
2206
|
+
"startIndex": 1,
|
2207
|
+
"endIndex": 3
|
2208
|
+
}
|
2209
|
+
},
|
2210
|
+
{
|
2211
|
+
"kind": "PropertySignature",
|
2212
|
+
"canonicalReference": "@dcl/playground-assets!AvatarMovementSettings#friction:member",
|
2213
|
+
"docComment": "/**\n * how fast the player gets up to speed or comes to rest. higher = more responsive\n */\n",
|
2214
|
+
"excerptTokens": [
|
2215
|
+
{
|
2216
|
+
"kind": "Content",
|
2217
|
+
"text": "friction?: "
|
2218
|
+
},
|
2219
|
+
{
|
2220
|
+
"kind": "Content",
|
2221
|
+
"text": "number | undefined"
|
2222
|
+
},
|
2223
|
+
{
|
2224
|
+
"kind": "Content",
|
2225
|
+
"text": ";"
|
2226
|
+
}
|
2227
|
+
],
|
2228
|
+
"isReadonly": false,
|
2229
|
+
"isOptional": true,
|
2230
|
+
"releaseTag": "Public",
|
2231
|
+
"name": "friction",
|
2232
|
+
"propertyTypeTokenRange": {
|
2233
|
+
"startIndex": 1,
|
2234
|
+
"endIndex": 2
|
2235
|
+
}
|
2236
|
+
},
|
2237
|
+
{
|
2238
|
+
"kind": "PropertySignature",
|
2239
|
+
"canonicalReference": "@dcl/playground-assets!AvatarMovementSettings#gravity:member",
|
2240
|
+
"docComment": "/**\n * how fast the player accelerates vertically when not on a solid surface, in m/s. should normally be negative\n */\n",
|
2241
|
+
"excerptTokens": [
|
2242
|
+
{
|
2243
|
+
"kind": "Content",
|
2244
|
+
"text": "gravity?: "
|
2245
|
+
},
|
2246
|
+
{
|
2247
|
+
"kind": "Content",
|
2248
|
+
"text": "number | undefined"
|
2249
|
+
},
|
2250
|
+
{
|
2251
|
+
"kind": "Content",
|
2252
|
+
"text": ";"
|
2253
|
+
}
|
2254
|
+
],
|
2255
|
+
"isReadonly": false,
|
2256
|
+
"isOptional": true,
|
2257
|
+
"releaseTag": "Public",
|
2258
|
+
"name": "gravity",
|
2259
|
+
"propertyTypeTokenRange": {
|
2260
|
+
"startIndex": 1,
|
2261
|
+
"endIndex": 2
|
2262
|
+
}
|
2263
|
+
},
|
2264
|
+
{
|
2265
|
+
"kind": "PropertySignature",
|
2266
|
+
"canonicalReference": "@dcl/playground-assets!AvatarMovementSettings#jumpHeight:member",
|
2267
|
+
"docComment": "/**\n * how high the player can jump, in meters. should normally be positive. gravity must have the same sign for jumping to be possible\n */\n",
|
2268
|
+
"excerptTokens": [
|
2269
|
+
{
|
2270
|
+
"kind": "Content",
|
2271
|
+
"text": "jumpHeight?: "
|
2272
|
+
},
|
2273
|
+
{
|
2274
|
+
"kind": "Content",
|
2275
|
+
"text": "number | undefined"
|
2276
|
+
},
|
2277
|
+
{
|
2278
|
+
"kind": "Content",
|
2279
|
+
"text": ";"
|
2280
|
+
}
|
2281
|
+
],
|
2282
|
+
"isReadonly": false,
|
2283
|
+
"isOptional": true,
|
2284
|
+
"releaseTag": "Public",
|
2285
|
+
"name": "jumpHeight",
|
2286
|
+
"propertyTypeTokenRange": {
|
2287
|
+
"startIndex": 1,
|
2288
|
+
"endIndex": 2
|
2289
|
+
}
|
2290
|
+
},
|
2291
|
+
{
|
2292
|
+
"kind": "PropertySignature",
|
2293
|
+
"canonicalReference": "@dcl/playground-assets!AvatarMovementSettings#maxFallSpeed:member",
|
2294
|
+
"docComment": "/**\n * max fall speed in m/s. should normally be negative\n */\n",
|
2295
|
+
"excerptTokens": [
|
2296
|
+
{
|
2297
|
+
"kind": "Content",
|
2298
|
+
"text": "maxFallSpeed?: "
|
2299
|
+
},
|
2300
|
+
{
|
2301
|
+
"kind": "Content",
|
2302
|
+
"text": "number | undefined"
|
2303
|
+
},
|
2304
|
+
{
|
2305
|
+
"kind": "Content",
|
2306
|
+
"text": ";"
|
2307
|
+
}
|
2308
|
+
],
|
2309
|
+
"isReadonly": false,
|
2310
|
+
"isOptional": true,
|
2311
|
+
"releaseTag": "Public",
|
2312
|
+
"name": "maxFallSpeed",
|
2313
|
+
"propertyTypeTokenRange": {
|
2314
|
+
"startIndex": 1,
|
2315
|
+
"endIndex": 2
|
2316
|
+
}
|
2317
|
+
},
|
2318
|
+
{
|
2319
|
+
"kind": "PropertySignature",
|
2320
|
+
"canonicalReference": "@dcl/playground-assets!AvatarMovementSettings#runSpeed:member",
|
2321
|
+
"docComment": "/**\n * if not explicitly set, the following properties default to user's preference settings\n */\n",
|
2322
|
+
"excerptTokens": [
|
2323
|
+
{
|
2324
|
+
"kind": "Content",
|
2325
|
+
"text": "runSpeed?: "
|
2326
|
+
},
|
2327
|
+
{
|
2328
|
+
"kind": "Content",
|
2329
|
+
"text": "number | undefined"
|
2330
|
+
},
|
2331
|
+
{
|
2332
|
+
"kind": "Content",
|
2333
|
+
"text": ";"
|
2334
|
+
}
|
2335
|
+
],
|
2336
|
+
"isReadonly": false,
|
2337
|
+
"isOptional": true,
|
2338
|
+
"releaseTag": "Public",
|
2339
|
+
"name": "runSpeed",
|
2340
|
+
"propertyTypeTokenRange": {
|
2341
|
+
"startIndex": 1,
|
2342
|
+
"endIndex": 2
|
2343
|
+
}
|
2344
|
+
},
|
2345
|
+
{
|
2346
|
+
"kind": "PropertySignature",
|
2347
|
+
"canonicalReference": "@dcl/playground-assets!AvatarMovementSettings#turnSpeed:member",
|
2348
|
+
"docComment": "/**\n * speed the player turns in tank mode, in radians/s\n */\n",
|
2349
|
+
"excerptTokens": [
|
2350
|
+
{
|
2351
|
+
"kind": "Content",
|
2352
|
+
"text": "turnSpeed?: "
|
2353
|
+
},
|
2354
|
+
{
|
2355
|
+
"kind": "Content",
|
2356
|
+
"text": "number | undefined"
|
2357
|
+
},
|
2358
|
+
{
|
2359
|
+
"kind": "Content",
|
2360
|
+
"text": ";"
|
2361
|
+
}
|
2362
|
+
],
|
2363
|
+
"isReadonly": false,
|
2364
|
+
"isOptional": true,
|
2365
|
+
"releaseTag": "Public",
|
2366
|
+
"name": "turnSpeed",
|
2367
|
+
"propertyTypeTokenRange": {
|
2368
|
+
"startIndex": 1,
|
2369
|
+
"endIndex": 2
|
2370
|
+
}
|
2371
|
+
},
|
2372
|
+
{
|
2373
|
+
"kind": "PropertySignature",
|
2374
|
+
"canonicalReference": "@dcl/playground-assets!AvatarMovementSettings#walkSpeed:member",
|
2375
|
+
"docComment": "/**\n * speed the player walks at, in m/s\n */\n",
|
2376
|
+
"excerptTokens": [
|
2377
|
+
{
|
2378
|
+
"kind": "Content",
|
2379
|
+
"text": "walkSpeed?: "
|
2380
|
+
},
|
2381
|
+
{
|
2382
|
+
"kind": "Content",
|
2383
|
+
"text": "number | undefined"
|
2384
|
+
},
|
2385
|
+
{
|
2386
|
+
"kind": "Content",
|
2387
|
+
"text": ";"
|
2388
|
+
}
|
2389
|
+
],
|
2390
|
+
"isReadonly": false,
|
2391
|
+
"isOptional": true,
|
2392
|
+
"releaseTag": "Public",
|
2393
|
+
"name": "walkSpeed",
|
2394
|
+
"propertyTypeTokenRange": {
|
2395
|
+
"startIndex": 1,
|
2396
|
+
"endIndex": 2
|
2397
|
+
}
|
2398
|
+
}
|
2399
|
+
],
|
2400
|
+
"extendsTokenRanges": []
|
2401
|
+
},
|
2402
|
+
{
|
2403
|
+
"kind": "Namespace",
|
2404
|
+
"canonicalReference": "@dcl/playground-assets!AvatarMovementSettings:namespace",
|
2405
|
+
"docComment": "/**\n * @public\n */\n",
|
2406
|
+
"excerptTokens": [
|
2407
|
+
{
|
2408
|
+
"kind": "Content",
|
2409
|
+
"text": "export declare namespace AvatarMovementSettings "
|
2410
|
+
}
|
2411
|
+
],
|
2412
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_modifier_area.gen.d.ts",
|
2413
|
+
"releaseTag": "Public",
|
2414
|
+
"name": "AvatarMovementSettings",
|
2415
|
+
"preserveMemberOrder": false,
|
2416
|
+
"members": [
|
2417
|
+
{
|
2418
|
+
"kind": "Function",
|
2419
|
+
"canonicalReference": "@dcl/playground-assets!AvatarMovementSettings.decode:function(1)",
|
2420
|
+
"docComment": "",
|
2421
|
+
"excerptTokens": [
|
2422
|
+
{
|
2423
|
+
"kind": "Content",
|
2424
|
+
"text": "function decode(input: "
|
2425
|
+
},
|
2426
|
+
{
|
2427
|
+
"kind": "Reference",
|
2428
|
+
"text": "_m0.Reader",
|
2429
|
+
"canonicalReference": "protobufjs!Reader:class"
|
2430
|
+
},
|
2431
|
+
{
|
2432
|
+
"kind": "Content",
|
2433
|
+
"text": " | "
|
2434
|
+
},
|
2435
|
+
{
|
2436
|
+
"kind": "Reference",
|
2437
|
+
"text": "Uint8Array",
|
2438
|
+
"canonicalReference": "!Uint8Array:interface"
|
2439
|
+
},
|
2440
|
+
{
|
2441
|
+
"kind": "Content",
|
2442
|
+
"text": ", length?: "
|
2443
|
+
},
|
2444
|
+
{
|
2445
|
+
"kind": "Content",
|
2446
|
+
"text": "number"
|
2447
|
+
},
|
2448
|
+
{
|
2449
|
+
"kind": "Content",
|
2450
|
+
"text": "): "
|
2451
|
+
},
|
2452
|
+
{
|
2453
|
+
"kind": "Reference",
|
2454
|
+
"text": "AvatarMovementSettings",
|
2455
|
+
"canonicalReference": "@dcl/playground-assets!AvatarMovementSettings:interface"
|
2456
|
+
},
|
2457
|
+
{
|
2458
|
+
"kind": "Content",
|
2459
|
+
"text": ";"
|
2460
|
+
}
|
2461
|
+
],
|
2462
|
+
"returnTypeTokenRange": {
|
2463
|
+
"startIndex": 7,
|
2464
|
+
"endIndex": 8
|
2465
|
+
},
|
2466
|
+
"releaseTag": "Public",
|
2467
|
+
"overloadIndex": 1,
|
2468
|
+
"parameters": [
|
2469
|
+
{
|
2470
|
+
"parameterName": "input",
|
2471
|
+
"parameterTypeTokenRange": {
|
2472
|
+
"startIndex": 1,
|
2473
|
+
"endIndex": 4
|
2474
|
+
},
|
2475
|
+
"isOptional": false
|
2476
|
+
},
|
2477
|
+
{
|
2478
|
+
"parameterName": "length",
|
2479
|
+
"parameterTypeTokenRange": {
|
2480
|
+
"startIndex": 5,
|
2481
|
+
"endIndex": 6
|
2482
|
+
},
|
2483
|
+
"isOptional": true
|
2484
|
+
}
|
2485
|
+
],
|
2486
|
+
"name": "decode"
|
2487
|
+
},
|
2488
|
+
{
|
2489
|
+
"kind": "Function",
|
2490
|
+
"canonicalReference": "@dcl/playground-assets!AvatarMovementSettings.encode:function(1)",
|
2491
|
+
"docComment": "",
|
2492
|
+
"excerptTokens": [
|
2493
|
+
{
|
2494
|
+
"kind": "Content",
|
2495
|
+
"text": "function encode(message: "
|
2496
|
+
},
|
2497
|
+
{
|
2498
|
+
"kind": "Reference",
|
2499
|
+
"text": "AvatarMovementSettings",
|
2500
|
+
"canonicalReference": "@dcl/playground-assets!AvatarMovementSettings:interface"
|
2501
|
+
},
|
2502
|
+
{
|
2503
|
+
"kind": "Content",
|
2504
|
+
"text": ", writer?: "
|
2505
|
+
},
|
2506
|
+
{
|
2507
|
+
"kind": "Reference",
|
2508
|
+
"text": "_m0.Writer",
|
2509
|
+
"canonicalReference": "protobufjs!Writer:class"
|
2510
|
+
},
|
2511
|
+
{
|
2512
|
+
"kind": "Content",
|
2513
|
+
"text": "): "
|
2514
|
+
},
|
2515
|
+
{
|
2516
|
+
"kind": "Reference",
|
2517
|
+
"text": "_m0.Writer",
|
2518
|
+
"canonicalReference": "protobufjs!Writer:class"
|
2519
|
+
},
|
2520
|
+
{
|
2521
|
+
"kind": "Content",
|
2522
|
+
"text": ";"
|
2523
|
+
}
|
2524
|
+
],
|
2525
|
+
"returnTypeTokenRange": {
|
2526
|
+
"startIndex": 5,
|
2527
|
+
"endIndex": 6
|
2528
|
+
},
|
2529
|
+
"releaseTag": "Public",
|
2530
|
+
"overloadIndex": 1,
|
2531
|
+
"parameters": [
|
2532
|
+
{
|
2533
|
+
"parameterName": "message",
|
2534
|
+
"parameterTypeTokenRange": {
|
2535
|
+
"startIndex": 1,
|
2536
|
+
"endIndex": 2
|
2537
|
+
},
|
2538
|
+
"isOptional": false
|
2539
|
+
},
|
2540
|
+
{
|
2541
|
+
"parameterName": "writer",
|
2542
|
+
"parameterTypeTokenRange": {
|
2543
|
+
"startIndex": 3,
|
2544
|
+
"endIndex": 4
|
2545
|
+
},
|
2546
|
+
"isOptional": true
|
2547
|
+
}
|
2548
|
+
],
|
2549
|
+
"name": "encode"
|
2550
|
+
}
|
2551
|
+
]
|
2552
|
+
},
|
2056
2553
|
{
|
2057
2554
|
"kind": "Variable",
|
2058
2555
|
"canonicalReference": "@dcl/playground-assets!AvatarShape:var",
|
@@ -5954,6 +6451,364 @@
|
|
5954
6451
|
"endIndex": 2
|
5955
6452
|
}
|
5956
6453
|
},
|
6454
|
+
{
|
6455
|
+
"kind": "Interface",
|
6456
|
+
"canonicalReference": "@dcl/playground-assets!CinematicSettings:interface",
|
6457
|
+
"docComment": "/**\n * @public\n */\n",
|
6458
|
+
"excerptTokens": [
|
6459
|
+
{
|
6460
|
+
"kind": "Content",
|
6461
|
+
"text": "export interface CinematicSettings "
|
6462
|
+
}
|
6463
|
+
],
|
6464
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/camera_mode_area.gen.d.ts",
|
6465
|
+
"releaseTag": "Public",
|
6466
|
+
"name": "CinematicSettings",
|
6467
|
+
"preserveMemberOrder": false,
|
6468
|
+
"members": [
|
6469
|
+
{
|
6470
|
+
"kind": "PropertySignature",
|
6471
|
+
"canonicalReference": "@dcl/playground-assets!CinematicSettings#allowManualRotation:member",
|
6472
|
+
"docComment": "/**\n * Position -> camera's position Rotation -> camera's direction scale.z -> zoom level scale.x and scale.y -> unused\n */\n",
|
6473
|
+
"excerptTokens": [
|
6474
|
+
{
|
6475
|
+
"kind": "Content",
|
6476
|
+
"text": "allowManualRotation?: "
|
6477
|
+
},
|
6478
|
+
{
|
6479
|
+
"kind": "Content",
|
6480
|
+
"text": "boolean | undefined"
|
6481
|
+
},
|
6482
|
+
{
|
6483
|
+
"kind": "Content",
|
6484
|
+
"text": ";"
|
6485
|
+
}
|
6486
|
+
],
|
6487
|
+
"isReadonly": false,
|
6488
|
+
"isOptional": true,
|
6489
|
+
"releaseTag": "Public",
|
6490
|
+
"name": "allowManualRotation",
|
6491
|
+
"propertyTypeTokenRange": {
|
6492
|
+
"startIndex": 1,
|
6493
|
+
"endIndex": 2
|
6494
|
+
}
|
6495
|
+
},
|
6496
|
+
{
|
6497
|
+
"kind": "PropertySignature",
|
6498
|
+
"canonicalReference": "@dcl/playground-assets!CinematicSettings#cameraEntity:member",
|
6499
|
+
"docComment": "/**\n * Entity that defines the cinematic camera transform.\n */\n",
|
6500
|
+
"excerptTokens": [
|
6501
|
+
{
|
6502
|
+
"kind": "Content",
|
6503
|
+
"text": "cameraEntity: "
|
6504
|
+
},
|
6505
|
+
{
|
6506
|
+
"kind": "Content",
|
6507
|
+
"text": "number"
|
6508
|
+
},
|
6509
|
+
{
|
6510
|
+
"kind": "Content",
|
6511
|
+
"text": ";"
|
6512
|
+
}
|
6513
|
+
],
|
6514
|
+
"isReadonly": false,
|
6515
|
+
"isOptional": false,
|
6516
|
+
"releaseTag": "Public",
|
6517
|
+
"name": "cameraEntity",
|
6518
|
+
"propertyTypeTokenRange": {
|
6519
|
+
"startIndex": 1,
|
6520
|
+
"endIndex": 2
|
6521
|
+
}
|
6522
|
+
},
|
6523
|
+
{
|
6524
|
+
"kind": "PropertySignature",
|
6525
|
+
"canonicalReference": "@dcl/playground-assets!CinematicSettings#pitchRange:member",
|
6526
|
+
"docComment": "/**\n * how far the camera can rotate around the x-axis / look up-down, in radians. default unrestricted\n */\n",
|
6527
|
+
"excerptTokens": [
|
6528
|
+
{
|
6529
|
+
"kind": "Content",
|
6530
|
+
"text": "pitchRange?: "
|
6531
|
+
},
|
6532
|
+
{
|
6533
|
+
"kind": "Content",
|
6534
|
+
"text": "number | undefined"
|
6535
|
+
},
|
6536
|
+
{
|
6537
|
+
"kind": "Content",
|
6538
|
+
"text": ";"
|
6539
|
+
}
|
6540
|
+
],
|
6541
|
+
"isReadonly": false,
|
6542
|
+
"isOptional": true,
|
6543
|
+
"releaseTag": "Public",
|
6544
|
+
"name": "pitchRange",
|
6545
|
+
"propertyTypeTokenRange": {
|
6546
|
+
"startIndex": 1,
|
6547
|
+
"endIndex": 2
|
6548
|
+
}
|
6549
|
+
},
|
6550
|
+
{
|
6551
|
+
"kind": "PropertySignature",
|
6552
|
+
"canonicalReference": "@dcl/playground-assets!CinematicSettings#rollRange:member",
|
6553
|
+
"docComment": "/**\n * note: cameras can never look up/down further than Vec3::Y\n */\n",
|
6554
|
+
"excerptTokens": [
|
6555
|
+
{
|
6556
|
+
"kind": "Content",
|
6557
|
+
"text": "rollRange?: "
|
6558
|
+
},
|
6559
|
+
{
|
6560
|
+
"kind": "Content",
|
6561
|
+
"text": "number | undefined"
|
6562
|
+
},
|
6563
|
+
{
|
6564
|
+
"kind": "Content",
|
6565
|
+
"text": ";"
|
6566
|
+
}
|
6567
|
+
],
|
6568
|
+
"isReadonly": false,
|
6569
|
+
"isOptional": true,
|
6570
|
+
"releaseTag": "Public",
|
6571
|
+
"name": "rollRange",
|
6572
|
+
"propertyTypeTokenRange": {
|
6573
|
+
"startIndex": 1,
|
6574
|
+
"endIndex": 2
|
6575
|
+
}
|
6576
|
+
},
|
6577
|
+
{
|
6578
|
+
"kind": "PropertySignature",
|
6579
|
+
"canonicalReference": "@dcl/playground-assets!CinematicSettings#yawRange:member",
|
6580
|
+
"docComment": "/**\n * how far the camera can rotate around the y-axis / look left/right, in radians. default unrestricted\n */\n",
|
6581
|
+
"excerptTokens": [
|
6582
|
+
{
|
6583
|
+
"kind": "Content",
|
6584
|
+
"text": "yawRange?: "
|
6585
|
+
},
|
6586
|
+
{
|
6587
|
+
"kind": "Content",
|
6588
|
+
"text": "number | undefined"
|
6589
|
+
},
|
6590
|
+
{
|
6591
|
+
"kind": "Content",
|
6592
|
+
"text": ";"
|
6593
|
+
}
|
6594
|
+
],
|
6595
|
+
"isReadonly": false,
|
6596
|
+
"isOptional": true,
|
6597
|
+
"releaseTag": "Public",
|
6598
|
+
"name": "yawRange",
|
6599
|
+
"propertyTypeTokenRange": {
|
6600
|
+
"startIndex": 1,
|
6601
|
+
"endIndex": 2
|
6602
|
+
}
|
6603
|
+
},
|
6604
|
+
{
|
6605
|
+
"kind": "PropertySignature",
|
6606
|
+
"canonicalReference": "@dcl/playground-assets!CinematicSettings#zoomMax:member",
|
6607
|
+
"docComment": "/**\n * maximum zoom level. must be greater than 0. defaults to the input zoom level\n */\n",
|
6608
|
+
"excerptTokens": [
|
6609
|
+
{
|
6610
|
+
"kind": "Content",
|
6611
|
+
"text": "zoomMax?: "
|
6612
|
+
},
|
6613
|
+
{
|
6614
|
+
"kind": "Content",
|
6615
|
+
"text": "number | undefined"
|
6616
|
+
},
|
6617
|
+
{
|
6618
|
+
"kind": "Content",
|
6619
|
+
"text": ";"
|
6620
|
+
}
|
6621
|
+
],
|
6622
|
+
"isReadonly": false,
|
6623
|
+
"isOptional": true,
|
6624
|
+
"releaseTag": "Public",
|
6625
|
+
"name": "zoomMax",
|
6626
|
+
"propertyTypeTokenRange": {
|
6627
|
+
"startIndex": 1,
|
6628
|
+
"endIndex": 2
|
6629
|
+
}
|
6630
|
+
},
|
6631
|
+
{
|
6632
|
+
"kind": "PropertySignature",
|
6633
|
+
"canonicalReference": "@dcl/playground-assets!CinematicSettings#zoomMin:member",
|
6634
|
+
"docComment": "/**\n * minimum zoom level. must be greater than 0. defaults to the input zoom level\n */\n",
|
6635
|
+
"excerptTokens": [
|
6636
|
+
{
|
6637
|
+
"kind": "Content",
|
6638
|
+
"text": "zoomMin?: "
|
6639
|
+
},
|
6640
|
+
{
|
6641
|
+
"kind": "Content",
|
6642
|
+
"text": "number | undefined"
|
6643
|
+
},
|
6644
|
+
{
|
6645
|
+
"kind": "Content",
|
6646
|
+
"text": ";"
|
6647
|
+
}
|
6648
|
+
],
|
6649
|
+
"isReadonly": false,
|
6650
|
+
"isOptional": true,
|
6651
|
+
"releaseTag": "Public",
|
6652
|
+
"name": "zoomMin",
|
6653
|
+
"propertyTypeTokenRange": {
|
6654
|
+
"startIndex": 1,
|
6655
|
+
"endIndex": 2
|
6656
|
+
}
|
6657
|
+
}
|
6658
|
+
],
|
6659
|
+
"extendsTokenRanges": []
|
6660
|
+
},
|
6661
|
+
{
|
6662
|
+
"kind": "Namespace",
|
6663
|
+
"canonicalReference": "@dcl/playground-assets!CinematicSettings:namespace",
|
6664
|
+
"docComment": "/**\n * @public\n */\n",
|
6665
|
+
"excerptTokens": [
|
6666
|
+
{
|
6667
|
+
"kind": "Content",
|
6668
|
+
"text": "export declare namespace CinematicSettings "
|
6669
|
+
}
|
6670
|
+
],
|
6671
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/camera_mode_area.gen.d.ts",
|
6672
|
+
"releaseTag": "Public",
|
6673
|
+
"name": "CinematicSettings",
|
6674
|
+
"preserveMemberOrder": false,
|
6675
|
+
"members": [
|
6676
|
+
{
|
6677
|
+
"kind": "Function",
|
6678
|
+
"canonicalReference": "@dcl/playground-assets!CinematicSettings.decode:function(1)",
|
6679
|
+
"docComment": "",
|
6680
|
+
"excerptTokens": [
|
6681
|
+
{
|
6682
|
+
"kind": "Content",
|
6683
|
+
"text": "function decode(input: "
|
6684
|
+
},
|
6685
|
+
{
|
6686
|
+
"kind": "Reference",
|
6687
|
+
"text": "_m0.Reader",
|
6688
|
+
"canonicalReference": "protobufjs!Reader:class"
|
6689
|
+
},
|
6690
|
+
{
|
6691
|
+
"kind": "Content",
|
6692
|
+
"text": " | "
|
6693
|
+
},
|
6694
|
+
{
|
6695
|
+
"kind": "Reference",
|
6696
|
+
"text": "Uint8Array",
|
6697
|
+
"canonicalReference": "!Uint8Array:interface"
|
6698
|
+
},
|
6699
|
+
{
|
6700
|
+
"kind": "Content",
|
6701
|
+
"text": ", length?: "
|
6702
|
+
},
|
6703
|
+
{
|
6704
|
+
"kind": "Content",
|
6705
|
+
"text": "number"
|
6706
|
+
},
|
6707
|
+
{
|
6708
|
+
"kind": "Content",
|
6709
|
+
"text": "): "
|
6710
|
+
},
|
6711
|
+
{
|
6712
|
+
"kind": "Reference",
|
6713
|
+
"text": "CinematicSettings",
|
6714
|
+
"canonicalReference": "@dcl/playground-assets!CinematicSettings:interface"
|
6715
|
+
},
|
6716
|
+
{
|
6717
|
+
"kind": "Content",
|
6718
|
+
"text": ";"
|
6719
|
+
}
|
6720
|
+
],
|
6721
|
+
"returnTypeTokenRange": {
|
6722
|
+
"startIndex": 7,
|
6723
|
+
"endIndex": 8
|
6724
|
+
},
|
6725
|
+
"releaseTag": "Public",
|
6726
|
+
"overloadIndex": 1,
|
6727
|
+
"parameters": [
|
6728
|
+
{
|
6729
|
+
"parameterName": "input",
|
6730
|
+
"parameterTypeTokenRange": {
|
6731
|
+
"startIndex": 1,
|
6732
|
+
"endIndex": 4
|
6733
|
+
},
|
6734
|
+
"isOptional": false
|
6735
|
+
},
|
6736
|
+
{
|
6737
|
+
"parameterName": "length",
|
6738
|
+
"parameterTypeTokenRange": {
|
6739
|
+
"startIndex": 5,
|
6740
|
+
"endIndex": 6
|
6741
|
+
},
|
6742
|
+
"isOptional": true
|
6743
|
+
}
|
6744
|
+
],
|
6745
|
+
"name": "decode"
|
6746
|
+
},
|
6747
|
+
{
|
6748
|
+
"kind": "Function",
|
6749
|
+
"canonicalReference": "@dcl/playground-assets!CinematicSettings.encode:function(1)",
|
6750
|
+
"docComment": "",
|
6751
|
+
"excerptTokens": [
|
6752
|
+
{
|
6753
|
+
"kind": "Content",
|
6754
|
+
"text": "function encode(message: "
|
6755
|
+
},
|
6756
|
+
{
|
6757
|
+
"kind": "Reference",
|
6758
|
+
"text": "CinematicSettings",
|
6759
|
+
"canonicalReference": "@dcl/playground-assets!CinematicSettings:interface"
|
6760
|
+
},
|
6761
|
+
{
|
6762
|
+
"kind": "Content",
|
6763
|
+
"text": ", writer?: "
|
6764
|
+
},
|
6765
|
+
{
|
6766
|
+
"kind": "Reference",
|
6767
|
+
"text": "_m0.Writer",
|
6768
|
+
"canonicalReference": "protobufjs!Writer:class"
|
6769
|
+
},
|
6770
|
+
{
|
6771
|
+
"kind": "Content",
|
6772
|
+
"text": "): "
|
6773
|
+
},
|
6774
|
+
{
|
6775
|
+
"kind": "Reference",
|
6776
|
+
"text": "_m0.Writer",
|
6777
|
+
"canonicalReference": "protobufjs!Writer:class"
|
6778
|
+
},
|
6779
|
+
{
|
6780
|
+
"kind": "Content",
|
6781
|
+
"text": ";"
|
6782
|
+
}
|
6783
|
+
],
|
6784
|
+
"returnTypeTokenRange": {
|
6785
|
+
"startIndex": 5,
|
6786
|
+
"endIndex": 6
|
6787
|
+
},
|
6788
|
+
"releaseTag": "Public",
|
6789
|
+
"overloadIndex": 1,
|
6790
|
+
"parameters": [
|
6791
|
+
{
|
6792
|
+
"parameterName": "message",
|
6793
|
+
"parameterTypeTokenRange": {
|
6794
|
+
"startIndex": 1,
|
6795
|
+
"endIndex": 2
|
6796
|
+
},
|
6797
|
+
"isOptional": false
|
6798
|
+
},
|
6799
|
+
{
|
6800
|
+
"parameterName": "writer",
|
6801
|
+
"parameterTypeTokenRange": {
|
6802
|
+
"startIndex": 3,
|
6803
|
+
"endIndex": 4
|
6804
|
+
},
|
6805
|
+
"isOptional": true
|
6806
|
+
}
|
6807
|
+
],
|
6808
|
+
"name": "encode"
|
6809
|
+
}
|
6810
|
+
]
|
6811
|
+
},
|
5957
6812
|
{
|
5958
6813
|
"kind": "Enum",
|
5959
6814
|
"canonicalReference": "@dcl/playground-assets!ColliderLayer:enum",
|
@@ -37952,6 +38807,65 @@
|
|
37952
38807
|
"startIndex": 1,
|
37953
38808
|
"endIndex": 3
|
37954
38809
|
}
|
38810
|
+
},
|
38811
|
+
{
|
38812
|
+
"kind": "PropertySignature",
|
38813
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarModifierArea#movementSettings:member",
|
38814
|
+
"docComment": "",
|
38815
|
+
"excerptTokens": [
|
38816
|
+
{
|
38817
|
+
"kind": "Content",
|
38818
|
+
"text": "movementSettings?: "
|
38819
|
+
},
|
38820
|
+
{
|
38821
|
+
"kind": "Reference",
|
38822
|
+
"text": "AvatarMovementSettings",
|
38823
|
+
"canonicalReference": "@dcl/playground-assets!AvatarMovementSettings:interface"
|
38824
|
+
},
|
38825
|
+
{
|
38826
|
+
"kind": "Content",
|
38827
|
+
"text": " | undefined"
|
38828
|
+
},
|
38829
|
+
{
|
38830
|
+
"kind": "Content",
|
38831
|
+
"text": ";"
|
38832
|
+
}
|
38833
|
+
],
|
38834
|
+
"isReadonly": false,
|
38835
|
+
"isOptional": true,
|
38836
|
+
"releaseTag": "Public",
|
38837
|
+
"name": "movementSettings",
|
38838
|
+
"propertyTypeTokenRange": {
|
38839
|
+
"startIndex": 1,
|
38840
|
+
"endIndex": 3
|
38841
|
+
}
|
38842
|
+
},
|
38843
|
+
{
|
38844
|
+
"kind": "PropertySignature",
|
38845
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarModifierArea#useColliderRange:member",
|
38846
|
+
"docComment": "/**\n * if true, the player will be considered inside the area when they are within 0.3m of the area. default true\n */\n",
|
38847
|
+
"excerptTokens": [
|
38848
|
+
{
|
38849
|
+
"kind": "Content",
|
38850
|
+
"text": "useColliderRange?: "
|
38851
|
+
},
|
38852
|
+
{
|
38853
|
+
"kind": "Content",
|
38854
|
+
"text": "boolean | undefined"
|
38855
|
+
},
|
38856
|
+
{
|
38857
|
+
"kind": "Content",
|
38858
|
+
"text": ";"
|
38859
|
+
}
|
38860
|
+
],
|
38861
|
+
"isReadonly": false,
|
38862
|
+
"isOptional": true,
|
38863
|
+
"releaseTag": "Public",
|
38864
|
+
"name": "useColliderRange",
|
38865
|
+
"propertyTypeTokenRange": {
|
38866
|
+
"startIndex": 1,
|
38867
|
+
"endIndex": 2
|
38868
|
+
}
|
37955
38869
|
}
|
37956
38870
|
],
|
37957
38871
|
"extendsTokenRanges": []
|
@@ -39033,6 +39947,38 @@
|
|
39033
39947
|
"endIndex": 3
|
39034
39948
|
}
|
39035
39949
|
},
|
39950
|
+
{
|
39951
|
+
"kind": "PropertySignature",
|
39952
|
+
"canonicalReference": "@dcl/playground-assets!PBCameraModeArea#cinematicSettings:member",
|
39953
|
+
"docComment": "",
|
39954
|
+
"excerptTokens": [
|
39955
|
+
{
|
39956
|
+
"kind": "Content",
|
39957
|
+
"text": "cinematicSettings?: "
|
39958
|
+
},
|
39959
|
+
{
|
39960
|
+
"kind": "Reference",
|
39961
|
+
"text": "CinematicSettings",
|
39962
|
+
"canonicalReference": "@dcl/playground-assets!CinematicSettings:interface"
|
39963
|
+
},
|
39964
|
+
{
|
39965
|
+
"kind": "Content",
|
39966
|
+
"text": " | undefined"
|
39967
|
+
},
|
39968
|
+
{
|
39969
|
+
"kind": "Content",
|
39970
|
+
"text": ";"
|
39971
|
+
}
|
39972
|
+
],
|
39973
|
+
"isReadonly": false,
|
39974
|
+
"isOptional": true,
|
39975
|
+
"releaseTag": "Public",
|
39976
|
+
"name": "cinematicSettings",
|
39977
|
+
"propertyTypeTokenRange": {
|
39978
|
+
"startIndex": 1,
|
39979
|
+
"endIndex": 3
|
39980
|
+
}
|
39981
|
+
},
|
39036
39982
|
{
|
39037
39983
|
"kind": "PropertySignature",
|
39038
39984
|
"canonicalReference": "@dcl/playground-assets!PBCameraModeArea#mode:member",
|
@@ -39060,6 +40006,33 @@
|
|
39060
40006
|
"startIndex": 1,
|
39061
40007
|
"endIndex": 2
|
39062
40008
|
}
|
40009
|
+
},
|
40010
|
+
{
|
40011
|
+
"kind": "PropertySignature",
|
40012
|
+
"canonicalReference": "@dcl/playground-assets!PBCameraModeArea#useColliderRange:member",
|
40013
|
+
"docComment": "/**\n * if true, the player will be considered inside the area when they are within 0.3m of the area. default true\n */\n",
|
40014
|
+
"excerptTokens": [
|
40015
|
+
{
|
40016
|
+
"kind": "Content",
|
40017
|
+
"text": "useColliderRange?: "
|
40018
|
+
},
|
40019
|
+
{
|
40020
|
+
"kind": "Content",
|
40021
|
+
"text": "boolean | undefined"
|
40022
|
+
},
|
40023
|
+
{
|
40024
|
+
"kind": "Content",
|
40025
|
+
"text": ";"
|
40026
|
+
}
|
40027
|
+
],
|
40028
|
+
"isReadonly": false,
|
40029
|
+
"isOptional": true,
|
40030
|
+
"releaseTag": "Public",
|
40031
|
+
"name": "useColliderRange",
|
40032
|
+
"propertyTypeTokenRange": {
|
40033
|
+
"startIndex": 1,
|
40034
|
+
"endIndex": 2
|
40035
|
+
}
|
39063
40036
|
}
|
39064
40037
|
],
|
39065
40038
|
"extendsTokenRanges": []
|
@@ -50034,31 +51007,259 @@
|
|
50034
51007
|
},
|
50035
51008
|
{
|
50036
51009
|
"kind": "Interface",
|
50037
|
-
"canonicalReference": "@dcl/playground-assets!PBUiInputResult:interface",
|
51010
|
+
"canonicalReference": "@dcl/playground-assets!PBUiInputResult:interface",
|
51011
|
+
"docComment": "/**\n * @public\n */\n",
|
51012
|
+
"excerptTokens": [
|
51013
|
+
{
|
51014
|
+
"kind": "Content",
|
51015
|
+
"text": "export interface PBUiInputResult "
|
51016
|
+
}
|
51017
|
+
],
|
51018
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/ui_input_result.gen.d.ts",
|
51019
|
+
"releaseTag": "Public",
|
51020
|
+
"name": "PBUiInputResult",
|
51021
|
+
"preserveMemberOrder": false,
|
51022
|
+
"members": [
|
51023
|
+
{
|
51024
|
+
"kind": "PropertySignature",
|
51025
|
+
"canonicalReference": "@dcl/playground-assets!PBUiInputResult#isSubmit:member",
|
51026
|
+
"docComment": "/**\n * default: false\n */\n",
|
51027
|
+
"excerptTokens": [
|
51028
|
+
{
|
51029
|
+
"kind": "Content",
|
51030
|
+
"text": "isSubmit?: "
|
51031
|
+
},
|
51032
|
+
{
|
51033
|
+
"kind": "Content",
|
51034
|
+
"text": "boolean | undefined"
|
51035
|
+
},
|
51036
|
+
{
|
51037
|
+
"kind": "Content",
|
51038
|
+
"text": ";"
|
51039
|
+
}
|
51040
|
+
],
|
51041
|
+
"isReadonly": false,
|
51042
|
+
"isOptional": true,
|
51043
|
+
"releaseTag": "Public",
|
51044
|
+
"name": "isSubmit",
|
51045
|
+
"propertyTypeTokenRange": {
|
51046
|
+
"startIndex": 1,
|
51047
|
+
"endIndex": 2
|
51048
|
+
}
|
51049
|
+
},
|
51050
|
+
{
|
51051
|
+
"kind": "PropertySignature",
|
51052
|
+
"canonicalReference": "@dcl/playground-assets!PBUiInputResult#value:member",
|
51053
|
+
"docComment": "",
|
51054
|
+
"excerptTokens": [
|
51055
|
+
{
|
51056
|
+
"kind": "Content",
|
51057
|
+
"text": "value: "
|
51058
|
+
},
|
51059
|
+
{
|
51060
|
+
"kind": "Content",
|
51061
|
+
"text": "string"
|
51062
|
+
},
|
51063
|
+
{
|
51064
|
+
"kind": "Content",
|
51065
|
+
"text": ";"
|
51066
|
+
}
|
51067
|
+
],
|
51068
|
+
"isReadonly": false,
|
51069
|
+
"isOptional": false,
|
51070
|
+
"releaseTag": "Public",
|
51071
|
+
"name": "value",
|
51072
|
+
"propertyTypeTokenRange": {
|
51073
|
+
"startIndex": 1,
|
51074
|
+
"endIndex": 2
|
51075
|
+
}
|
51076
|
+
}
|
51077
|
+
],
|
51078
|
+
"extendsTokenRanges": []
|
51079
|
+
},
|
51080
|
+
{
|
51081
|
+
"kind": "Namespace",
|
51082
|
+
"canonicalReference": "@dcl/playground-assets!PBUiInputResult:namespace",
|
51083
|
+
"docComment": "/**\n * @public\n */\n",
|
51084
|
+
"excerptTokens": [
|
51085
|
+
{
|
51086
|
+
"kind": "Content",
|
51087
|
+
"text": "export declare namespace PBUiInputResult "
|
51088
|
+
}
|
51089
|
+
],
|
51090
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/ui_input_result.gen.d.ts",
|
51091
|
+
"releaseTag": "Public",
|
51092
|
+
"name": "PBUiInputResult",
|
51093
|
+
"preserveMemberOrder": false,
|
51094
|
+
"members": [
|
51095
|
+
{
|
51096
|
+
"kind": "Function",
|
51097
|
+
"canonicalReference": "@dcl/playground-assets!PBUiInputResult.decode:function(1)",
|
51098
|
+
"docComment": "",
|
51099
|
+
"excerptTokens": [
|
51100
|
+
{
|
51101
|
+
"kind": "Content",
|
51102
|
+
"text": "function decode(input: "
|
51103
|
+
},
|
51104
|
+
{
|
51105
|
+
"kind": "Reference",
|
51106
|
+
"text": "_m0.Reader",
|
51107
|
+
"canonicalReference": "protobufjs!Reader:class"
|
51108
|
+
},
|
51109
|
+
{
|
51110
|
+
"kind": "Content",
|
51111
|
+
"text": " | "
|
51112
|
+
},
|
51113
|
+
{
|
51114
|
+
"kind": "Reference",
|
51115
|
+
"text": "Uint8Array",
|
51116
|
+
"canonicalReference": "!Uint8Array:interface"
|
51117
|
+
},
|
51118
|
+
{
|
51119
|
+
"kind": "Content",
|
51120
|
+
"text": ", length?: "
|
51121
|
+
},
|
51122
|
+
{
|
51123
|
+
"kind": "Content",
|
51124
|
+
"text": "number"
|
51125
|
+
},
|
51126
|
+
{
|
51127
|
+
"kind": "Content",
|
51128
|
+
"text": "): "
|
51129
|
+
},
|
51130
|
+
{
|
51131
|
+
"kind": "Reference",
|
51132
|
+
"text": "PBUiInputResult",
|
51133
|
+
"canonicalReference": "@dcl/playground-assets!PBUiInputResult:interface"
|
51134
|
+
},
|
51135
|
+
{
|
51136
|
+
"kind": "Content",
|
51137
|
+
"text": ";"
|
51138
|
+
}
|
51139
|
+
],
|
51140
|
+
"returnTypeTokenRange": {
|
51141
|
+
"startIndex": 7,
|
51142
|
+
"endIndex": 8
|
51143
|
+
},
|
51144
|
+
"releaseTag": "Public",
|
51145
|
+
"overloadIndex": 1,
|
51146
|
+
"parameters": [
|
51147
|
+
{
|
51148
|
+
"parameterName": "input",
|
51149
|
+
"parameterTypeTokenRange": {
|
51150
|
+
"startIndex": 1,
|
51151
|
+
"endIndex": 4
|
51152
|
+
},
|
51153
|
+
"isOptional": false
|
51154
|
+
},
|
51155
|
+
{
|
51156
|
+
"parameterName": "length",
|
51157
|
+
"parameterTypeTokenRange": {
|
51158
|
+
"startIndex": 5,
|
51159
|
+
"endIndex": 6
|
51160
|
+
},
|
51161
|
+
"isOptional": true
|
51162
|
+
}
|
51163
|
+
],
|
51164
|
+
"name": "decode"
|
51165
|
+
},
|
51166
|
+
{
|
51167
|
+
"kind": "Function",
|
51168
|
+
"canonicalReference": "@dcl/playground-assets!PBUiInputResult.encode:function(1)",
|
51169
|
+
"docComment": "",
|
51170
|
+
"excerptTokens": [
|
51171
|
+
{
|
51172
|
+
"kind": "Content",
|
51173
|
+
"text": "function encode(message: "
|
51174
|
+
},
|
51175
|
+
{
|
51176
|
+
"kind": "Reference",
|
51177
|
+
"text": "PBUiInputResult",
|
51178
|
+
"canonicalReference": "@dcl/playground-assets!PBUiInputResult:interface"
|
51179
|
+
},
|
51180
|
+
{
|
51181
|
+
"kind": "Content",
|
51182
|
+
"text": ", writer?: "
|
51183
|
+
},
|
51184
|
+
{
|
51185
|
+
"kind": "Reference",
|
51186
|
+
"text": "_m0.Writer",
|
51187
|
+
"canonicalReference": "protobufjs!Writer:class"
|
51188
|
+
},
|
51189
|
+
{
|
51190
|
+
"kind": "Content",
|
51191
|
+
"text": "): "
|
51192
|
+
},
|
51193
|
+
{
|
51194
|
+
"kind": "Reference",
|
51195
|
+
"text": "_m0.Writer",
|
51196
|
+
"canonicalReference": "protobufjs!Writer:class"
|
51197
|
+
},
|
51198
|
+
{
|
51199
|
+
"kind": "Content",
|
51200
|
+
"text": ";"
|
51201
|
+
}
|
51202
|
+
],
|
51203
|
+
"returnTypeTokenRange": {
|
51204
|
+
"startIndex": 5,
|
51205
|
+
"endIndex": 6
|
51206
|
+
},
|
51207
|
+
"releaseTag": "Public",
|
51208
|
+
"overloadIndex": 1,
|
51209
|
+
"parameters": [
|
51210
|
+
{
|
51211
|
+
"parameterName": "message",
|
51212
|
+
"parameterTypeTokenRange": {
|
51213
|
+
"startIndex": 1,
|
51214
|
+
"endIndex": 2
|
51215
|
+
},
|
51216
|
+
"isOptional": false
|
51217
|
+
},
|
51218
|
+
{
|
51219
|
+
"parameterName": "writer",
|
51220
|
+
"parameterTypeTokenRange": {
|
51221
|
+
"startIndex": 3,
|
51222
|
+
"endIndex": 4
|
51223
|
+
},
|
51224
|
+
"isOptional": true
|
51225
|
+
}
|
51226
|
+
],
|
51227
|
+
"name": "encode"
|
51228
|
+
}
|
51229
|
+
]
|
51230
|
+
},
|
51231
|
+
{
|
51232
|
+
"kind": "Interface",
|
51233
|
+
"canonicalReference": "@dcl/playground-assets!PBUiText:interface",
|
50038
51234
|
"docComment": "/**\n * @public\n */\n",
|
50039
51235
|
"excerptTokens": [
|
50040
51236
|
{
|
50041
51237
|
"kind": "Content",
|
50042
|
-
"text": "export interface
|
51238
|
+
"text": "export interface PBUiText "
|
50043
51239
|
}
|
50044
51240
|
],
|
50045
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/
|
51241
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/ui_text.gen.d.ts",
|
50046
51242
|
"releaseTag": "Public",
|
50047
|
-
"name": "
|
51243
|
+
"name": "PBUiText",
|
50048
51244
|
"preserveMemberOrder": false,
|
50049
51245
|
"members": [
|
50050
51246
|
{
|
50051
51247
|
"kind": "PropertySignature",
|
50052
|
-
"canonicalReference": "@dcl/playground-assets!
|
50053
|
-
"docComment": "/**\n * default:
|
51248
|
+
"canonicalReference": "@dcl/playground-assets!PBUiText#color:member",
|
51249
|
+
"docComment": "/**\n * RGBA color (default: opaque white)\n */\n",
|
50054
51250
|
"excerptTokens": [
|
50055
51251
|
{
|
50056
51252
|
"kind": "Content",
|
50057
|
-
"text": "
|
51253
|
+
"text": "color?: "
|
51254
|
+
},
|
51255
|
+
{
|
51256
|
+
"kind": "Reference",
|
51257
|
+
"text": "Color4",
|
51258
|
+
"canonicalReference": "@dcl/playground-assets!Color4"
|
50058
51259
|
},
|
50059
51260
|
{
|
50060
51261
|
"kind": "Content",
|
50061
|
-
"text": "
|
51262
|
+
"text": " | undefined"
|
50062
51263
|
},
|
50063
51264
|
{
|
50064
51265
|
"kind": "Content",
|
@@ -50068,24 +51269,29 @@
|
|
50068
51269
|
"isReadonly": false,
|
50069
51270
|
"isOptional": true,
|
50070
51271
|
"releaseTag": "Public",
|
50071
|
-
"name": "
|
51272
|
+
"name": "color",
|
50072
51273
|
"propertyTypeTokenRange": {
|
50073
51274
|
"startIndex": 1,
|
50074
|
-
"endIndex":
|
51275
|
+
"endIndex": 3
|
50075
51276
|
}
|
50076
51277
|
},
|
50077
51278
|
{
|
50078
51279
|
"kind": "PropertySignature",
|
50079
|
-
"canonicalReference": "@dcl/playground-assets!
|
50080
|
-
"docComment": "",
|
51280
|
+
"canonicalReference": "@dcl/playground-assets!PBUiText#font:member",
|
51281
|
+
"docComment": "/**\n * font for the text (default: sans-serif)\n */\n",
|
50081
51282
|
"excerptTokens": [
|
50082
51283
|
{
|
50083
51284
|
"kind": "Content",
|
50084
|
-
"text": "
|
51285
|
+
"text": "font?: "
|
51286
|
+
},
|
51287
|
+
{
|
51288
|
+
"kind": "Reference",
|
51289
|
+
"text": "Font",
|
51290
|
+
"canonicalReference": "@dcl/playground-assets!Font:enum"
|
50085
51291
|
},
|
50086
51292
|
{
|
50087
51293
|
"kind": "Content",
|
50088
|
-
"text": "
|
51294
|
+
"text": " | undefined"
|
50089
51295
|
},
|
50090
51296
|
{
|
50091
51297
|
"kind": "Content",
|
@@ -50093,200 +51299,26 @@
|
|
50093
51299
|
}
|
50094
51300
|
],
|
50095
51301
|
"isReadonly": false,
|
50096
|
-
"isOptional":
|
51302
|
+
"isOptional": true,
|
50097
51303
|
"releaseTag": "Public",
|
50098
|
-
"name": "
|
51304
|
+
"name": "font",
|
50099
51305
|
"propertyTypeTokenRange": {
|
50100
51306
|
"startIndex": 1,
|
50101
|
-
"endIndex":
|
51307
|
+
"endIndex": 3
|
50102
51308
|
}
|
50103
|
-
}
|
50104
|
-
],
|
50105
|
-
"extendsTokenRanges": []
|
50106
|
-
},
|
50107
|
-
{
|
50108
|
-
"kind": "Namespace",
|
50109
|
-
"canonicalReference": "@dcl/playground-assets!PBUiInputResult:namespace",
|
50110
|
-
"docComment": "/**\n * @public\n */\n",
|
50111
|
-
"excerptTokens": [
|
50112
|
-
{
|
50113
|
-
"kind": "Content",
|
50114
|
-
"text": "export declare namespace PBUiInputResult "
|
50115
|
-
}
|
50116
|
-
],
|
50117
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/ui_input_result.gen.d.ts",
|
50118
|
-
"releaseTag": "Public",
|
50119
|
-
"name": "PBUiInputResult",
|
50120
|
-
"preserveMemberOrder": false,
|
50121
|
-
"members": [
|
50122
|
-
{
|
50123
|
-
"kind": "Function",
|
50124
|
-
"canonicalReference": "@dcl/playground-assets!PBUiInputResult.decode:function(1)",
|
50125
|
-
"docComment": "",
|
50126
|
-
"excerptTokens": [
|
50127
|
-
{
|
50128
|
-
"kind": "Content",
|
50129
|
-
"text": "function decode(input: "
|
50130
|
-
},
|
50131
|
-
{
|
50132
|
-
"kind": "Reference",
|
50133
|
-
"text": "_m0.Reader",
|
50134
|
-
"canonicalReference": "protobufjs!Reader:class"
|
50135
|
-
},
|
50136
|
-
{
|
50137
|
-
"kind": "Content",
|
50138
|
-
"text": " | "
|
50139
|
-
},
|
50140
|
-
{
|
50141
|
-
"kind": "Reference",
|
50142
|
-
"text": "Uint8Array",
|
50143
|
-
"canonicalReference": "!Uint8Array:interface"
|
50144
|
-
},
|
50145
|
-
{
|
50146
|
-
"kind": "Content",
|
50147
|
-
"text": ", length?: "
|
50148
|
-
},
|
50149
|
-
{
|
50150
|
-
"kind": "Content",
|
50151
|
-
"text": "number"
|
50152
|
-
},
|
50153
|
-
{
|
50154
|
-
"kind": "Content",
|
50155
|
-
"text": "): "
|
50156
|
-
},
|
50157
|
-
{
|
50158
|
-
"kind": "Reference",
|
50159
|
-
"text": "PBUiInputResult",
|
50160
|
-
"canonicalReference": "@dcl/playground-assets!PBUiInputResult:interface"
|
50161
|
-
},
|
50162
|
-
{
|
50163
|
-
"kind": "Content",
|
50164
|
-
"text": ";"
|
50165
|
-
}
|
50166
|
-
],
|
50167
|
-
"returnTypeTokenRange": {
|
50168
|
-
"startIndex": 7,
|
50169
|
-
"endIndex": 8
|
50170
|
-
},
|
50171
|
-
"releaseTag": "Public",
|
50172
|
-
"overloadIndex": 1,
|
50173
|
-
"parameters": [
|
50174
|
-
{
|
50175
|
-
"parameterName": "input",
|
50176
|
-
"parameterTypeTokenRange": {
|
50177
|
-
"startIndex": 1,
|
50178
|
-
"endIndex": 4
|
50179
|
-
},
|
50180
|
-
"isOptional": false
|
50181
|
-
},
|
50182
|
-
{
|
50183
|
-
"parameterName": "length",
|
50184
|
-
"parameterTypeTokenRange": {
|
50185
|
-
"startIndex": 5,
|
50186
|
-
"endIndex": 6
|
50187
|
-
},
|
50188
|
-
"isOptional": true
|
50189
|
-
}
|
50190
|
-
],
|
50191
|
-
"name": "decode"
|
50192
51309
|
},
|
50193
|
-
{
|
50194
|
-
"kind": "Function",
|
50195
|
-
"canonicalReference": "@dcl/playground-assets!PBUiInputResult.encode:function(1)",
|
50196
|
-
"docComment": "",
|
50197
|
-
"excerptTokens": [
|
50198
|
-
{
|
50199
|
-
"kind": "Content",
|
50200
|
-
"text": "function encode(message: "
|
50201
|
-
},
|
50202
|
-
{
|
50203
|
-
"kind": "Reference",
|
50204
|
-
"text": "PBUiInputResult",
|
50205
|
-
"canonicalReference": "@dcl/playground-assets!PBUiInputResult:interface"
|
50206
|
-
},
|
50207
|
-
{
|
50208
|
-
"kind": "Content",
|
50209
|
-
"text": ", writer?: "
|
50210
|
-
},
|
50211
|
-
{
|
50212
|
-
"kind": "Reference",
|
50213
|
-
"text": "_m0.Writer",
|
50214
|
-
"canonicalReference": "protobufjs!Writer:class"
|
50215
|
-
},
|
50216
|
-
{
|
50217
|
-
"kind": "Content",
|
50218
|
-
"text": "): "
|
50219
|
-
},
|
50220
|
-
{
|
50221
|
-
"kind": "Reference",
|
50222
|
-
"text": "_m0.Writer",
|
50223
|
-
"canonicalReference": "protobufjs!Writer:class"
|
50224
|
-
},
|
50225
|
-
{
|
50226
|
-
"kind": "Content",
|
50227
|
-
"text": ";"
|
50228
|
-
}
|
50229
|
-
],
|
50230
|
-
"returnTypeTokenRange": {
|
50231
|
-
"startIndex": 5,
|
50232
|
-
"endIndex": 6
|
50233
|
-
},
|
50234
|
-
"releaseTag": "Public",
|
50235
|
-
"overloadIndex": 1,
|
50236
|
-
"parameters": [
|
50237
|
-
{
|
50238
|
-
"parameterName": "message",
|
50239
|
-
"parameterTypeTokenRange": {
|
50240
|
-
"startIndex": 1,
|
50241
|
-
"endIndex": 2
|
50242
|
-
},
|
50243
|
-
"isOptional": false
|
50244
|
-
},
|
50245
|
-
{
|
50246
|
-
"parameterName": "writer",
|
50247
|
-
"parameterTypeTokenRange": {
|
50248
|
-
"startIndex": 3,
|
50249
|
-
"endIndex": 4
|
50250
|
-
},
|
50251
|
-
"isOptional": true
|
50252
|
-
}
|
50253
|
-
],
|
50254
|
-
"name": "encode"
|
50255
|
-
}
|
50256
|
-
]
|
50257
|
-
},
|
50258
|
-
{
|
50259
|
-
"kind": "Interface",
|
50260
|
-
"canonicalReference": "@dcl/playground-assets!PBUiText:interface",
|
50261
|
-
"docComment": "/**\n * @public\n */\n",
|
50262
|
-
"excerptTokens": [
|
50263
|
-
{
|
50264
|
-
"kind": "Content",
|
50265
|
-
"text": "export interface PBUiText "
|
50266
|
-
}
|
50267
|
-
],
|
50268
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/ui_text.gen.d.ts",
|
50269
|
-
"releaseTag": "Public",
|
50270
|
-
"name": "PBUiText",
|
50271
|
-
"preserveMemberOrder": false,
|
50272
|
-
"members": [
|
50273
51310
|
{
|
50274
51311
|
"kind": "PropertySignature",
|
50275
|
-
"canonicalReference": "@dcl/playground-assets!PBUiText#
|
50276
|
-
"docComment": "/**\n *
|
51312
|
+
"canonicalReference": "@dcl/playground-assets!PBUiText#fontSize:member",
|
51313
|
+
"docComment": "/**\n * size of the text (default: 10)\n */\n",
|
50277
51314
|
"excerptTokens": [
|
50278
51315
|
{
|
50279
51316
|
"kind": "Content",
|
50280
|
-
"text": "
|
50281
|
-
},
|
50282
|
-
{
|
50283
|
-
"kind": "Reference",
|
50284
|
-
"text": "Color4",
|
50285
|
-
"canonicalReference": "@dcl/playground-assets!Color4"
|
51317
|
+
"text": "fontSize?: "
|
50286
51318
|
},
|
50287
51319
|
{
|
50288
51320
|
"kind": "Content",
|
50289
|
-
"text": " | undefined"
|
51321
|
+
"text": "number | undefined"
|
50290
51322
|
},
|
50291
51323
|
{
|
50292
51324
|
"kind": "Content",
|
@@ -50296,25 +51328,25 @@
|
|
50296
51328
|
"isReadonly": false,
|
50297
51329
|
"isOptional": true,
|
50298
51330
|
"releaseTag": "Public",
|
50299
|
-
"name": "
|
51331
|
+
"name": "fontSize",
|
50300
51332
|
"propertyTypeTokenRange": {
|
50301
51333
|
"startIndex": 1,
|
50302
|
-
"endIndex":
|
51334
|
+
"endIndex": 2
|
50303
51335
|
}
|
50304
51336
|
},
|
50305
51337
|
{
|
50306
51338
|
"kind": "PropertySignature",
|
50307
|
-
"canonicalReference": "@dcl/playground-assets!PBUiText#
|
50308
|
-
"docComment": "/**\n *
|
51339
|
+
"canonicalReference": "@dcl/playground-assets!PBUiText#outlineColor:member",
|
51340
|
+
"docComment": "/**\n * RGBA color of the outline (default: opaque black)\n */\n",
|
50309
51341
|
"excerptTokens": [
|
50310
51342
|
{
|
50311
51343
|
"kind": "Content",
|
50312
|
-
"text": "
|
51344
|
+
"text": "outlineColor?: "
|
50313
51345
|
},
|
50314
51346
|
{
|
50315
51347
|
"kind": "Reference",
|
50316
|
-
"text": "
|
50317
|
-
"canonicalReference": "@dcl/playground-assets!
|
51348
|
+
"text": "Color4",
|
51349
|
+
"canonicalReference": "@dcl/playground-assets!Color4"
|
50318
51350
|
},
|
50319
51351
|
{
|
50320
51352
|
"kind": "Content",
|
@@ -50328,7 +51360,7 @@
|
|
50328
51360
|
"isReadonly": false,
|
50329
51361
|
"isOptional": true,
|
50330
51362
|
"releaseTag": "Public",
|
50331
|
-
"name": "
|
51363
|
+
"name": "outlineColor",
|
50332
51364
|
"propertyTypeTokenRange": {
|
50333
51365
|
"startIndex": 1,
|
50334
51366
|
"endIndex": 3
|
@@ -50336,12 +51368,12 @@
|
|
50336
51368
|
},
|
50337
51369
|
{
|
50338
51370
|
"kind": "PropertySignature",
|
50339
|
-
"canonicalReference": "@dcl/playground-assets!PBUiText#
|
50340
|
-
"docComment": "/**\n *
|
51371
|
+
"canonicalReference": "@dcl/playground-assets!PBUiText#outlineWidth:member",
|
51372
|
+
"docComment": "/**\n * width of the outline (default: 0)\n */\n",
|
50341
51373
|
"excerptTokens": [
|
50342
51374
|
{
|
50343
51375
|
"kind": "Content",
|
50344
|
-
"text": "
|
51376
|
+
"text": "outlineWidth?: "
|
50345
51377
|
},
|
50346
51378
|
{
|
50347
51379
|
"kind": "Content",
|
@@ -50355,7 +51387,7 @@
|
|
50355
51387
|
"isReadonly": false,
|
50356
51388
|
"isOptional": true,
|
50357
51389
|
"releaseTag": "Public",
|
50358
|
-
"name": "
|
51390
|
+
"name": "outlineWidth",
|
50359
51391
|
"propertyTypeTokenRange": {
|
50360
51392
|
"startIndex": 1,
|
50361
51393
|
"endIndex": 2
|
@@ -51401,6 +52433,33 @@
|
|
51401
52433
|
"endIndex": 2
|
51402
52434
|
}
|
51403
52435
|
},
|
52436
|
+
{
|
52437
|
+
"kind": "PropertySignature",
|
52438
|
+
"canonicalReference": "@dcl/playground-assets!PBUiTransform#opacity:member",
|
52439
|
+
"docComment": "/**\n * default: 1\n */\n",
|
52440
|
+
"excerptTokens": [
|
52441
|
+
{
|
52442
|
+
"kind": "Content",
|
52443
|
+
"text": "opacity?: "
|
52444
|
+
},
|
52445
|
+
{
|
52446
|
+
"kind": "Content",
|
52447
|
+
"text": "number | undefined"
|
52448
|
+
},
|
52449
|
+
{
|
52450
|
+
"kind": "Content",
|
52451
|
+
"text": ";"
|
52452
|
+
}
|
52453
|
+
],
|
52454
|
+
"isReadonly": false,
|
52455
|
+
"isOptional": true,
|
52456
|
+
"releaseTag": "Public",
|
52457
|
+
"name": "opacity",
|
52458
|
+
"propertyTypeTokenRange": {
|
52459
|
+
"startIndex": 1,
|
52460
|
+
"endIndex": 2
|
52461
|
+
}
|
52462
|
+
},
|
51404
52463
|
{
|
51405
52464
|
"kind": "PropertySignature",
|
51406
52465
|
"canonicalReference": "@dcl/playground-assets!PBUiTransform#overflow:member",
|