@dcl/playground-assets 7.5.6-9724511758.commit-cb2baa8 → 7.5.6-9765922508.commit-3dc99e7

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.
@@ -1883,86 +1883,6 @@
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
- },
1966
1886
  {
1967
1887
  "kind": "Variable",
1968
1888
  "canonicalReference": "@dcl/playground-assets!AvatarEmoteCommand:var",
@@ -2133,423 +2053,6 @@
2133
2053
  }
2134
2054
  ]
2135
2055
  },
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
- },
2553
2056
  {
2554
2057
  "kind": "Variable",
2555
2058
  "canonicalReference": "@dcl/playground-assets!AvatarShape:var",
@@ -6451,364 +5954,6 @@
6451
5954
  "endIndex": 2
6452
5955
  }
6453
5956
  },
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
- },
6812
5957
  {
6813
5958
  "kind": "Enum",
6814
5959
  "canonicalReference": "@dcl/playground-assets!ColliderLayer:enum",
@@ -13741,33 +12886,6 @@
13741
12886
  "text": "PBUiInputResult",
13742
12887
  "canonicalReference": "@dcl/playground-assets!PBUiInputResult"
13743
12888
  },
13744
- {
13745
- "kind": "Content",
13746
- "text": ">>;\n \"core::UiScrollResult\": "
13747
- },
13748
- {
13749
- "kind": "Reference",
13750
- "text": "LwwComponentGetter",
13751
- "canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
13752
- },
13753
- {
13754
- "kind": "Content",
13755
- "text": "<"
13756
- },
13757
- {
13758
- "kind": "Reference",
13759
- "text": "LastWriteWinElementSetComponentDefinition",
13760
- "canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
13761
- },
13762
- {
13763
- "kind": "Content",
13764
- "text": "<"
13765
- },
13766
- {
13767
- "kind": "Reference",
13768
- "text": "PBUiScrollResult",
13769
- "canonicalReference": "@dcl/playground-assets!PBUiScrollResult"
13770
- },
13771
12889
  {
13772
12890
  "kind": "Content",
13773
12891
  "text": ">>;\n \"core::UiText\": "
@@ -13914,7 +13032,7 @@
13914
13032
  "name": "componentDefinitionByName",
13915
13033
  "variableTypeTokenRange": {
13916
13034
  "startIndex": 1,
13917
- "endIndex": 260
13035
+ "endIndex": 254
13918
13036
  }
13919
13037
  },
13920
13038
  {
@@ -38834,65 +37952,6 @@
38834
37952
  "startIndex": 1,
38835
37953
  "endIndex": 3
38836
37954
  }
38837
- },
38838
- {
38839
- "kind": "PropertySignature",
38840
- "canonicalReference": "@dcl/playground-assets!PBAvatarModifierArea#movementSettings:member",
38841
- "docComment": "",
38842
- "excerptTokens": [
38843
- {
38844
- "kind": "Content",
38845
- "text": "movementSettings?: "
38846
- },
38847
- {
38848
- "kind": "Reference",
38849
- "text": "AvatarMovementSettings",
38850
- "canonicalReference": "@dcl/playground-assets!AvatarMovementSettings:interface"
38851
- },
38852
- {
38853
- "kind": "Content",
38854
- "text": " | undefined"
38855
- },
38856
- {
38857
- "kind": "Content",
38858
- "text": ";"
38859
- }
38860
- ],
38861
- "isReadonly": false,
38862
- "isOptional": true,
38863
- "releaseTag": "Public",
38864
- "name": "movementSettings",
38865
- "propertyTypeTokenRange": {
38866
- "startIndex": 1,
38867
- "endIndex": 3
38868
- }
38869
- },
38870
- {
38871
- "kind": "PropertySignature",
38872
- "canonicalReference": "@dcl/playground-assets!PBAvatarModifierArea#useColliderRange:member",
38873
- "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",
38874
- "excerptTokens": [
38875
- {
38876
- "kind": "Content",
38877
- "text": "useColliderRange?: "
38878
- },
38879
- {
38880
- "kind": "Content",
38881
- "text": "boolean | undefined"
38882
- },
38883
- {
38884
- "kind": "Content",
38885
- "text": ";"
38886
- }
38887
- ],
38888
- "isReadonly": false,
38889
- "isOptional": true,
38890
- "releaseTag": "Public",
38891
- "name": "useColliderRange",
38892
- "propertyTypeTokenRange": {
38893
- "startIndex": 1,
38894
- "endIndex": 2
38895
- }
38896
37955
  }
38897
37956
  ],
38898
37957
  "extendsTokenRanges": []
@@ -39974,38 +39033,6 @@
39974
39033
  "endIndex": 3
39975
39034
  }
39976
39035
  },
39977
- {
39978
- "kind": "PropertySignature",
39979
- "canonicalReference": "@dcl/playground-assets!PBCameraModeArea#cinematicSettings:member",
39980
- "docComment": "",
39981
- "excerptTokens": [
39982
- {
39983
- "kind": "Content",
39984
- "text": "cinematicSettings?: "
39985
- },
39986
- {
39987
- "kind": "Reference",
39988
- "text": "CinematicSettings",
39989
- "canonicalReference": "@dcl/playground-assets!CinematicSettings:interface"
39990
- },
39991
- {
39992
- "kind": "Content",
39993
- "text": " | undefined"
39994
- },
39995
- {
39996
- "kind": "Content",
39997
- "text": ";"
39998
- }
39999
- ],
40000
- "isReadonly": false,
40001
- "isOptional": true,
40002
- "releaseTag": "Public",
40003
- "name": "cinematicSettings",
40004
- "propertyTypeTokenRange": {
40005
- "startIndex": 1,
40006
- "endIndex": 3
40007
- }
40008
- },
40009
39036
  {
40010
39037
  "kind": "PropertySignature",
40011
39038
  "canonicalReference": "@dcl/playground-assets!PBCameraModeArea#mode:member",
@@ -40033,33 +39060,6 @@
40033
39060
  "startIndex": 1,
40034
39061
  "endIndex": 2
40035
39062
  }
40036
- },
40037
- {
40038
- "kind": "PropertySignature",
40039
- "canonicalReference": "@dcl/playground-assets!PBCameraModeArea#useColliderRange:member",
40040
- "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",
40041
- "excerptTokens": [
40042
- {
40043
- "kind": "Content",
40044
- "text": "useColliderRange?: "
40045
- },
40046
- {
40047
- "kind": "Content",
40048
- "text": "boolean | undefined"
40049
- },
40050
- {
40051
- "kind": "Content",
40052
- "text": ";"
40053
- }
40054
- ],
40055
- "isReadonly": false,
40056
- "isOptional": true,
40057
- "releaseTag": "Public",
40058
- "name": "useColliderRange",
40059
- "propertyTypeTokenRange": {
40060
- "startIndex": 1,
40061
- "endIndex": 2
40062
- }
40063
39063
  }
40064
39064
  ],
40065
39065
  "extendsTokenRanges": []
@@ -51257,32 +50257,32 @@
51257
50257
  },
51258
50258
  {
51259
50259
  "kind": "Interface",
51260
- "canonicalReference": "@dcl/playground-assets!PBUiScrollResult:interface",
50260
+ "canonicalReference": "@dcl/playground-assets!PBUiText:interface",
51261
50261
  "docComment": "/**\n * @public\n */\n",
51262
50262
  "excerptTokens": [
51263
50263
  {
51264
50264
  "kind": "Content",
51265
- "text": "export interface PBUiScrollResult "
50265
+ "text": "export interface PBUiText "
51266
50266
  }
51267
50267
  ],
51268
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/ui_scroll_result.gen.d.ts",
50268
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/ui_text.gen.d.ts",
51269
50269
  "releaseTag": "Public",
51270
- "name": "PBUiScrollResult",
50270
+ "name": "PBUiText",
51271
50271
  "preserveMemberOrder": false,
51272
50272
  "members": [
51273
50273
  {
51274
50274
  "kind": "PropertySignature",
51275
- "canonicalReference": "@dcl/playground-assets!PBUiScrollResult#value:member",
51276
- "docComment": "",
50275
+ "canonicalReference": "@dcl/playground-assets!PBUiText#color:member",
50276
+ "docComment": "/**\n * RGBA color (default: opaque white)\n */\n",
51277
50277
  "excerptTokens": [
51278
50278
  {
51279
50279
  "kind": "Content",
51280
- "text": "value: "
50280
+ "text": "color?: "
51281
50281
  },
51282
50282
  {
51283
50283
  "kind": "Reference",
51284
- "text": "Vector2",
51285
- "canonicalReference": "@dcl/playground-assets!Vector2"
50284
+ "text": "Color4",
50285
+ "canonicalReference": "@dcl/playground-assets!Color4"
51286
50286
  },
51287
50287
  {
51288
50288
  "kind": "Content",
@@ -51294,12 +50294,162 @@
51294
50294
  }
51295
50295
  ],
51296
50296
  "isReadonly": false,
50297
+ "isOptional": true,
50298
+ "releaseTag": "Public",
50299
+ "name": "color",
50300
+ "propertyTypeTokenRange": {
50301
+ "startIndex": 1,
50302
+ "endIndex": 3
50303
+ }
50304
+ },
50305
+ {
50306
+ "kind": "PropertySignature",
50307
+ "canonicalReference": "@dcl/playground-assets!PBUiText#font:member",
50308
+ "docComment": "/**\n * font for the text (default: sans-serif)\n */\n",
50309
+ "excerptTokens": [
50310
+ {
50311
+ "kind": "Content",
50312
+ "text": "font?: "
50313
+ },
50314
+ {
50315
+ "kind": "Reference",
50316
+ "text": "Font",
50317
+ "canonicalReference": "@dcl/playground-assets!Font:enum"
50318
+ },
50319
+ {
50320
+ "kind": "Content",
50321
+ "text": " | undefined"
50322
+ },
50323
+ {
50324
+ "kind": "Content",
50325
+ "text": ";"
50326
+ }
50327
+ ],
50328
+ "isReadonly": false,
50329
+ "isOptional": true,
50330
+ "releaseTag": "Public",
50331
+ "name": "font",
50332
+ "propertyTypeTokenRange": {
50333
+ "startIndex": 1,
50334
+ "endIndex": 3
50335
+ }
50336
+ },
50337
+ {
50338
+ "kind": "PropertySignature",
50339
+ "canonicalReference": "@dcl/playground-assets!PBUiText#fontSize:member",
50340
+ "docComment": "/**\n * size of the text (default: 10)\n */\n",
50341
+ "excerptTokens": [
50342
+ {
50343
+ "kind": "Content",
50344
+ "text": "fontSize?: "
50345
+ },
50346
+ {
50347
+ "kind": "Content",
50348
+ "text": "number | undefined"
50349
+ },
50350
+ {
50351
+ "kind": "Content",
50352
+ "text": ";"
50353
+ }
50354
+ ],
50355
+ "isReadonly": false,
50356
+ "isOptional": true,
50357
+ "releaseTag": "Public",
50358
+ "name": "fontSize",
50359
+ "propertyTypeTokenRange": {
50360
+ "startIndex": 1,
50361
+ "endIndex": 2
50362
+ }
50363
+ },
50364
+ {
50365
+ "kind": "PropertySignature",
50366
+ "canonicalReference": "@dcl/playground-assets!PBUiText#textAlign:member",
50367
+ "docComment": "/**\n * alignment within the bounds (default: center)\n */\n",
50368
+ "excerptTokens": [
50369
+ {
50370
+ "kind": "Content",
50371
+ "text": "textAlign?: "
50372
+ },
50373
+ {
50374
+ "kind": "Reference",
50375
+ "text": "TextAlignMode",
50376
+ "canonicalReference": "@dcl/playground-assets!TextAlignMode:enum"
50377
+ },
50378
+ {
50379
+ "kind": "Content",
50380
+ "text": " | undefined"
50381
+ },
50382
+ {
50383
+ "kind": "Content",
50384
+ "text": ";"
50385
+ }
50386
+ ],
50387
+ "isReadonly": false,
50388
+ "isOptional": true,
50389
+ "releaseTag": "Public",
50390
+ "name": "textAlign",
50391
+ "propertyTypeTokenRange": {
50392
+ "startIndex": 1,
50393
+ "endIndex": 3
50394
+ }
50395
+ },
50396
+ {
50397
+ "kind": "PropertySignature",
50398
+ "canonicalReference": "@dcl/playground-assets!PBUiText#textWrap:member",
50399
+ "docComment": "/**\n * wrap text when the border is reached (default: TW_WRAP)\n */\n",
50400
+ "excerptTokens": [
50401
+ {
50402
+ "kind": "Content",
50403
+ "text": "textWrap?: "
50404
+ },
50405
+ {
50406
+ "kind": "Reference",
50407
+ "text": "TextWrap",
50408
+ "canonicalReference": "@dcl/playground-assets!TextWrap:enum"
50409
+ },
50410
+ {
50411
+ "kind": "Content",
50412
+ "text": " | undefined"
50413
+ },
50414
+ {
50415
+ "kind": "Content",
50416
+ "text": ";"
50417
+ }
50418
+ ],
50419
+ "isReadonly": false,
50420
+ "isOptional": true,
50421
+ "releaseTag": "Public",
50422
+ "name": "textWrap",
50423
+ "propertyTypeTokenRange": {
50424
+ "startIndex": 1,
50425
+ "endIndex": 3
50426
+ }
50427
+ },
50428
+ {
50429
+ "kind": "PropertySignature",
50430
+ "canonicalReference": "@dcl/playground-assets!PBUiText#value:member",
50431
+ "docComment": "/**\n * the text content, tag <b> and <i> are supported\n */\n",
50432
+ "excerptTokens": [
50433
+ {
50434
+ "kind": "Content",
50435
+ "text": "value: "
50436
+ },
50437
+ {
50438
+ "kind": "Content",
50439
+ "text": "string"
50440
+ },
50441
+ {
50442
+ "kind": "Content",
50443
+ "text": ";"
50444
+ }
50445
+ ],
50446
+ "isReadonly": false,
51297
50447
  "isOptional": false,
51298
50448
  "releaseTag": "Public",
51299
50449
  "name": "value",
51300
50450
  "propertyTypeTokenRange": {
51301
50451
  "startIndex": 1,
51302
- "endIndex": 3
50452
+ "endIndex": 2
51303
50453
  }
51304
50454
  }
51305
50455
  ],
@@ -51307,432 +50457,22 @@
51307
50457
  },
51308
50458
  {
51309
50459
  "kind": "Namespace",
51310
- "canonicalReference": "@dcl/playground-assets!PBUiScrollResult:namespace",
50460
+ "canonicalReference": "@dcl/playground-assets!PBUiText:namespace",
51311
50461
  "docComment": "/**\n * @public\n */\n",
51312
50462
  "excerptTokens": [
51313
50463
  {
51314
50464
  "kind": "Content",
51315
- "text": "export declare namespace PBUiScrollResult "
50465
+ "text": "export declare namespace PBUiText "
51316
50466
  }
51317
50467
  ],
51318
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/ui_scroll_result.gen.d.ts",
50468
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/ui_text.gen.d.ts",
51319
50469
  "releaseTag": "Public",
51320
- "name": "PBUiScrollResult",
50470
+ "name": "PBUiText",
51321
50471
  "preserveMemberOrder": false,
51322
50472
  "members": [
51323
50473
  {
51324
50474
  "kind": "Function",
51325
- "canonicalReference": "@dcl/playground-assets!PBUiScrollResult.decode:function(1)",
51326
- "docComment": "",
51327
- "excerptTokens": [
51328
- {
51329
- "kind": "Content",
51330
- "text": "function decode(input: "
51331
- },
51332
- {
51333
- "kind": "Reference",
51334
- "text": "_m0.Reader",
51335
- "canonicalReference": "protobufjs!Reader:class"
51336
- },
51337
- {
51338
- "kind": "Content",
51339
- "text": " | "
51340
- },
51341
- {
51342
- "kind": "Reference",
51343
- "text": "Uint8Array",
51344
- "canonicalReference": "!Uint8Array:interface"
51345
- },
51346
- {
51347
- "kind": "Content",
51348
- "text": ", length?: "
51349
- },
51350
- {
51351
- "kind": "Content",
51352
- "text": "number"
51353
- },
51354
- {
51355
- "kind": "Content",
51356
- "text": "): "
51357
- },
51358
- {
51359
- "kind": "Reference",
51360
- "text": "PBUiScrollResult",
51361
- "canonicalReference": "@dcl/playground-assets!PBUiScrollResult:interface"
51362
- },
51363
- {
51364
- "kind": "Content",
51365
- "text": ";"
51366
- }
51367
- ],
51368
- "returnTypeTokenRange": {
51369
- "startIndex": 7,
51370
- "endIndex": 8
51371
- },
51372
- "releaseTag": "Public",
51373
- "overloadIndex": 1,
51374
- "parameters": [
51375
- {
51376
- "parameterName": "input",
51377
- "parameterTypeTokenRange": {
51378
- "startIndex": 1,
51379
- "endIndex": 4
51380
- },
51381
- "isOptional": false
51382
- },
51383
- {
51384
- "parameterName": "length",
51385
- "parameterTypeTokenRange": {
51386
- "startIndex": 5,
51387
- "endIndex": 6
51388
- },
51389
- "isOptional": true
51390
- }
51391
- ],
51392
- "name": "decode"
51393
- },
51394
- {
51395
- "kind": "Function",
51396
- "canonicalReference": "@dcl/playground-assets!PBUiScrollResult.encode:function(1)",
51397
- "docComment": "",
51398
- "excerptTokens": [
51399
- {
51400
- "kind": "Content",
51401
- "text": "function encode(message: "
51402
- },
51403
- {
51404
- "kind": "Reference",
51405
- "text": "PBUiScrollResult",
51406
- "canonicalReference": "@dcl/playground-assets!PBUiScrollResult:interface"
51407
- },
51408
- {
51409
- "kind": "Content",
51410
- "text": ", writer?: "
51411
- },
51412
- {
51413
- "kind": "Reference",
51414
- "text": "_m0.Writer",
51415
- "canonicalReference": "protobufjs!Writer:class"
51416
- },
51417
- {
51418
- "kind": "Content",
51419
- "text": "): "
51420
- },
51421
- {
51422
- "kind": "Reference",
51423
- "text": "_m0.Writer",
51424
- "canonicalReference": "protobufjs!Writer:class"
51425
- },
51426
- {
51427
- "kind": "Content",
51428
- "text": ";"
51429
- }
51430
- ],
51431
- "returnTypeTokenRange": {
51432
- "startIndex": 5,
51433
- "endIndex": 6
51434
- },
51435
- "releaseTag": "Public",
51436
- "overloadIndex": 1,
51437
- "parameters": [
51438
- {
51439
- "parameterName": "message",
51440
- "parameterTypeTokenRange": {
51441
- "startIndex": 1,
51442
- "endIndex": 2
51443
- },
51444
- "isOptional": false
51445
- },
51446
- {
51447
- "parameterName": "writer",
51448
- "parameterTypeTokenRange": {
51449
- "startIndex": 3,
51450
- "endIndex": 4
51451
- },
51452
- "isOptional": true
51453
- }
51454
- ],
51455
- "name": "encode"
51456
- }
51457
- ]
51458
- },
51459
- {
51460
- "kind": "Interface",
51461
- "canonicalReference": "@dcl/playground-assets!PBUiText:interface",
51462
- "docComment": "/**\n * @public\n */\n",
51463
- "excerptTokens": [
51464
- {
51465
- "kind": "Content",
51466
- "text": "export interface PBUiText "
51467
- }
51468
- ],
51469
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/ui_text.gen.d.ts",
51470
- "releaseTag": "Public",
51471
- "name": "PBUiText",
51472
- "preserveMemberOrder": false,
51473
- "members": [
51474
- {
51475
- "kind": "PropertySignature",
51476
- "canonicalReference": "@dcl/playground-assets!PBUiText#color:member",
51477
- "docComment": "/**\n * RGBA color (default: opaque white)\n */\n",
51478
- "excerptTokens": [
51479
- {
51480
- "kind": "Content",
51481
- "text": "color?: "
51482
- },
51483
- {
51484
- "kind": "Reference",
51485
- "text": "Color4",
51486
- "canonicalReference": "@dcl/playground-assets!Color4"
51487
- },
51488
- {
51489
- "kind": "Content",
51490
- "text": " | undefined"
51491
- },
51492
- {
51493
- "kind": "Content",
51494
- "text": ";"
51495
- }
51496
- ],
51497
- "isReadonly": false,
51498
- "isOptional": true,
51499
- "releaseTag": "Public",
51500
- "name": "color",
51501
- "propertyTypeTokenRange": {
51502
- "startIndex": 1,
51503
- "endIndex": 3
51504
- }
51505
- },
51506
- {
51507
- "kind": "PropertySignature",
51508
- "canonicalReference": "@dcl/playground-assets!PBUiText#font:member",
51509
- "docComment": "/**\n * font for the text (default: sans-serif)\n */\n",
51510
- "excerptTokens": [
51511
- {
51512
- "kind": "Content",
51513
- "text": "font?: "
51514
- },
51515
- {
51516
- "kind": "Reference",
51517
- "text": "Font",
51518
- "canonicalReference": "@dcl/playground-assets!Font:enum"
51519
- },
51520
- {
51521
- "kind": "Content",
51522
- "text": " | undefined"
51523
- },
51524
- {
51525
- "kind": "Content",
51526
- "text": ";"
51527
- }
51528
- ],
51529
- "isReadonly": false,
51530
- "isOptional": true,
51531
- "releaseTag": "Public",
51532
- "name": "font",
51533
- "propertyTypeTokenRange": {
51534
- "startIndex": 1,
51535
- "endIndex": 3
51536
- }
51537
- },
51538
- {
51539
- "kind": "PropertySignature",
51540
- "canonicalReference": "@dcl/playground-assets!PBUiText#fontSize:member",
51541
- "docComment": "/**\n * size of the text (default: 10)\n */\n",
51542
- "excerptTokens": [
51543
- {
51544
- "kind": "Content",
51545
- "text": "fontSize?: "
51546
- },
51547
- {
51548
- "kind": "Content",
51549
- "text": "number | undefined"
51550
- },
51551
- {
51552
- "kind": "Content",
51553
- "text": ";"
51554
- }
51555
- ],
51556
- "isReadonly": false,
51557
- "isOptional": true,
51558
- "releaseTag": "Public",
51559
- "name": "fontSize",
51560
- "propertyTypeTokenRange": {
51561
- "startIndex": 1,
51562
- "endIndex": 2
51563
- }
51564
- },
51565
- {
51566
- "kind": "PropertySignature",
51567
- "canonicalReference": "@dcl/playground-assets!PBUiText#outlineColor:member",
51568
- "docComment": "/**\n * RGBA color of the outline (default: opaque black)\n */\n",
51569
- "excerptTokens": [
51570
- {
51571
- "kind": "Content",
51572
- "text": "outlineColor?: "
51573
- },
51574
- {
51575
- "kind": "Reference",
51576
- "text": "Color4",
51577
- "canonicalReference": "@dcl/playground-assets!Color4"
51578
- },
51579
- {
51580
- "kind": "Content",
51581
- "text": " | undefined"
51582
- },
51583
- {
51584
- "kind": "Content",
51585
- "text": ";"
51586
- }
51587
- ],
51588
- "isReadonly": false,
51589
- "isOptional": true,
51590
- "releaseTag": "Public",
51591
- "name": "outlineColor",
51592
- "propertyTypeTokenRange": {
51593
- "startIndex": 1,
51594
- "endIndex": 3
51595
- }
51596
- },
51597
- {
51598
- "kind": "PropertySignature",
51599
- "canonicalReference": "@dcl/playground-assets!PBUiText#outlineWidth:member",
51600
- "docComment": "/**\n * width of the outline (default: 0)\n */\n",
51601
- "excerptTokens": [
51602
- {
51603
- "kind": "Content",
51604
- "text": "outlineWidth?: "
51605
- },
51606
- {
51607
- "kind": "Content",
51608
- "text": "number | undefined"
51609
- },
51610
- {
51611
- "kind": "Content",
51612
- "text": ";"
51613
- }
51614
- ],
51615
- "isReadonly": false,
51616
- "isOptional": true,
51617
- "releaseTag": "Public",
51618
- "name": "outlineWidth",
51619
- "propertyTypeTokenRange": {
51620
- "startIndex": 1,
51621
- "endIndex": 2
51622
- }
51623
- },
51624
- {
51625
- "kind": "PropertySignature",
51626
- "canonicalReference": "@dcl/playground-assets!PBUiText#textAlign:member",
51627
- "docComment": "/**\n * alignment within the bounds (default: center)\n */\n",
51628
- "excerptTokens": [
51629
- {
51630
- "kind": "Content",
51631
- "text": "textAlign?: "
51632
- },
51633
- {
51634
- "kind": "Reference",
51635
- "text": "TextAlignMode",
51636
- "canonicalReference": "@dcl/playground-assets!TextAlignMode:enum"
51637
- },
51638
- {
51639
- "kind": "Content",
51640
- "text": " | undefined"
51641
- },
51642
- {
51643
- "kind": "Content",
51644
- "text": ";"
51645
- }
51646
- ],
51647
- "isReadonly": false,
51648
- "isOptional": true,
51649
- "releaseTag": "Public",
51650
- "name": "textAlign",
51651
- "propertyTypeTokenRange": {
51652
- "startIndex": 1,
51653
- "endIndex": 3
51654
- }
51655
- },
51656
- {
51657
- "kind": "PropertySignature",
51658
- "canonicalReference": "@dcl/playground-assets!PBUiText#textWrap:member",
51659
- "docComment": "/**\n * wrap text when the border is reached (default: TW_WRAP)\n */\n",
51660
- "excerptTokens": [
51661
- {
51662
- "kind": "Content",
51663
- "text": "textWrap?: "
51664
- },
51665
- {
51666
- "kind": "Reference",
51667
- "text": "TextWrap",
51668
- "canonicalReference": "@dcl/playground-assets!TextWrap:enum"
51669
- },
51670
- {
51671
- "kind": "Content",
51672
- "text": " | undefined"
51673
- },
51674
- {
51675
- "kind": "Content",
51676
- "text": ";"
51677
- }
51678
- ],
51679
- "isReadonly": false,
51680
- "isOptional": true,
51681
- "releaseTag": "Public",
51682
- "name": "textWrap",
51683
- "propertyTypeTokenRange": {
51684
- "startIndex": 1,
51685
- "endIndex": 3
51686
- }
51687
- },
51688
- {
51689
- "kind": "PropertySignature",
51690
- "canonicalReference": "@dcl/playground-assets!PBUiText#value:member",
51691
- "docComment": "/**\n * the text content, tag <b> and <i> are supported\n */\n",
51692
- "excerptTokens": [
51693
- {
51694
- "kind": "Content",
51695
- "text": "value: "
51696
- },
51697
- {
51698
- "kind": "Content",
51699
- "text": "string"
51700
- },
51701
- {
51702
- "kind": "Content",
51703
- "text": ";"
51704
- }
51705
- ],
51706
- "isReadonly": false,
51707
- "isOptional": false,
51708
- "releaseTag": "Public",
51709
- "name": "value",
51710
- "propertyTypeTokenRange": {
51711
- "startIndex": 1,
51712
- "endIndex": 2
51713
- }
51714
- }
51715
- ],
51716
- "extendsTokenRanges": []
51717
- },
51718
- {
51719
- "kind": "Namespace",
51720
- "canonicalReference": "@dcl/playground-assets!PBUiText:namespace",
51721
- "docComment": "/**\n * @public\n */\n",
51722
- "excerptTokens": [
51723
- {
51724
- "kind": "Content",
51725
- "text": "export declare namespace PBUiText "
51726
- }
51727
- ],
51728
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/ui_text.gen.d.ts",
51729
- "releaseTag": "Public",
51730
- "name": "PBUiText",
51731
- "preserveMemberOrder": false,
51732
- "members": [
51733
- {
51734
- "kind": "Function",
51735
- "canonicalReference": "@dcl/playground-assets!PBUiText.decode:function(1)",
50475
+ "canonicalReference": "@dcl/playground-assets!PBUiText.decode:function(1)",
51736
50476
  "docComment": "",
51737
50477
  "excerptTokens": [
51738
50478
  {
@@ -52001,33 +50741,6 @@
52001
50741
  "endIndex": 2
52002
50742
  }
52003
50743
  },
52004
- {
52005
- "kind": "PropertySignature",
52006
- "canonicalReference": "@dcl/playground-assets!PBUiTransform#elementId:member",
52007
- "docComment": "/**\n * default empty\n */\n",
52008
- "excerptTokens": [
52009
- {
52010
- "kind": "Content",
52011
- "text": "elementId?: "
52012
- },
52013
- {
52014
- "kind": "Content",
52015
- "text": "string | undefined"
52016
- },
52017
- {
52018
- "kind": "Content",
52019
- "text": ";"
52020
- }
52021
- ],
52022
- "isReadonly": false,
52023
- "isOptional": true,
52024
- "releaseTag": "Public",
52025
- "name": "elementId",
52026
- "propertyTypeTokenRange": {
52027
- "startIndex": 1,
52028
- "endIndex": 2
52029
- }
52030
- },
52031
50744
  {
52032
50745
  "kind": "PropertySignature",
52033
50746
  "canonicalReference": "@dcl/playground-assets!PBUiTransform#flexBasis:member",
@@ -52720,33 +51433,6 @@
52720
51433
  "endIndex": 2
52721
51434
  }
52722
51435
  },
52723
- {
52724
- "kind": "PropertySignature",
52725
- "canonicalReference": "@dcl/playground-assets!PBUiTransform#opacity:member",
52726
- "docComment": "/**\n * default: 1\n */\n",
52727
- "excerptTokens": [
52728
- {
52729
- "kind": "Content",
52730
- "text": "opacity?: "
52731
- },
52732
- {
52733
- "kind": "Content",
52734
- "text": "number | undefined"
52735
- },
52736
- {
52737
- "kind": "Content",
52738
- "text": ";"
52739
- }
52740
- ],
52741
- "isReadonly": false,
52742
- "isOptional": true,
52743
- "releaseTag": "Public",
52744
- "name": "opacity",
52745
- "propertyTypeTokenRange": {
52746
- "startIndex": 1,
52747
- "endIndex": 2
52748
- }
52749
- },
52750
51436
  {
52751
51437
  "kind": "PropertySignature",
52752
51438
  "canonicalReference": "@dcl/playground-assets!PBUiTransform#overflow:member",
@@ -53331,21 +52017,16 @@
53331
52017
  },
53332
52018
  {
53333
52019
  "kind": "PropertySignature",
53334
- "canonicalReference": "@dcl/playground-assets!PBUiTransform#scrollPosition:member",
53335
- "docComment": "/**\n * default position=(0,0)\n */\n",
52020
+ "canonicalReference": "@dcl/playground-assets!PBUiTransform#width:member",
52021
+ "docComment": "",
53336
52022
  "excerptTokens": [
53337
52023
  {
53338
52024
  "kind": "Content",
53339
- "text": "scrollPosition?: "
53340
- },
53341
- {
53342
- "kind": "Reference",
53343
- "text": "ScrollPositionValue",
53344
- "canonicalReference": "@dcl/playground-assets!ScrollPositionValue:interface"
52025
+ "text": "width: "
53345
52026
  },
53346
52027
  {
53347
52028
  "kind": "Content",
53348
- "text": " | undefined"
52029
+ "text": "number"
53349
52030
  },
53350
52031
  {
53351
52032
  "kind": "Content",
@@ -53353,31 +52034,27 @@
53353
52034
  }
53354
52035
  ],
53355
52036
  "isReadonly": false,
53356
- "isOptional": true,
52037
+ "isOptional": false,
53357
52038
  "releaseTag": "Public",
53358
- "name": "scrollPosition",
52039
+ "name": "width",
53359
52040
  "propertyTypeTokenRange": {
53360
52041
  "startIndex": 1,
53361
- "endIndex": 3
52042
+ "endIndex": 2
53362
52043
  }
53363
52044
  },
53364
52045
  {
53365
52046
  "kind": "PropertySignature",
53366
- "canonicalReference": "@dcl/playground-assets!PBUiTransform#scrollVisible:member",
53367
- "docComment": "/**\n * default ShowScrollBar.SSB_BOTH\n */\n",
52047
+ "canonicalReference": "@dcl/playground-assets!PBUiTransform#widthUnit:member",
52048
+ "docComment": "/**\n * YGUnit.YGU_UNDEFINED\n */\n",
53368
52049
  "excerptTokens": [
53369
52050
  {
53370
52051
  "kind": "Content",
53371
- "text": "scrollVisible?: "
52052
+ "text": "widthUnit: "
53372
52053
  },
53373
52054
  {
53374
52055
  "kind": "Reference",
53375
- "text": "ShowScrollBar",
53376
- "canonicalReference": "@dcl/playground-assets!ShowScrollBar:enum"
53377
- },
53378
- {
53379
- "kind": "Content",
53380
- "text": " | undefined"
52056
+ "text": "YGUnit",
52057
+ "canonicalReference": "@dcl/playground-assets!YGUnit:enum"
53381
52058
  },
53382
52059
  {
53383
52060
  "kind": "Content",
@@ -53385,22 +52062,191 @@
53385
52062
  }
53386
52063
  ],
53387
52064
  "isReadonly": false,
53388
- "isOptional": true,
52065
+ "isOptional": false,
53389
52066
  "releaseTag": "Public",
53390
- "name": "scrollVisible",
52067
+ "name": "widthUnit",
53391
52068
  "propertyTypeTokenRange": {
53392
52069
  "startIndex": 1,
53393
- "endIndex": 3
52070
+ "endIndex": 2
53394
52071
  }
52072
+ }
52073
+ ],
52074
+ "extendsTokenRanges": []
52075
+ },
52076
+ {
52077
+ "kind": "Namespace",
52078
+ "canonicalReference": "@dcl/playground-assets!PBUiTransform:namespace",
52079
+ "docComment": "/**\n * @public\n */\n",
52080
+ "excerptTokens": [
52081
+ {
52082
+ "kind": "Content",
52083
+ "text": "export declare namespace PBUiTransform "
52084
+ }
52085
+ ],
52086
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/ui_transform.gen.d.ts",
52087
+ "releaseTag": "Public",
52088
+ "name": "PBUiTransform",
52089
+ "preserveMemberOrder": false,
52090
+ "members": [
52091
+ {
52092
+ "kind": "Function",
52093
+ "canonicalReference": "@dcl/playground-assets!PBUiTransform.decode:function(1)",
52094
+ "docComment": "",
52095
+ "excerptTokens": [
52096
+ {
52097
+ "kind": "Content",
52098
+ "text": "function decode(input: "
52099
+ },
52100
+ {
52101
+ "kind": "Reference",
52102
+ "text": "_m0.Reader",
52103
+ "canonicalReference": "protobufjs!Reader:class"
52104
+ },
52105
+ {
52106
+ "kind": "Content",
52107
+ "text": " | "
52108
+ },
52109
+ {
52110
+ "kind": "Reference",
52111
+ "text": "Uint8Array",
52112
+ "canonicalReference": "!Uint8Array:interface"
52113
+ },
52114
+ {
52115
+ "kind": "Content",
52116
+ "text": ", length?: "
52117
+ },
52118
+ {
52119
+ "kind": "Content",
52120
+ "text": "number"
52121
+ },
52122
+ {
52123
+ "kind": "Content",
52124
+ "text": "): "
52125
+ },
52126
+ {
52127
+ "kind": "Reference",
52128
+ "text": "PBUiTransform",
52129
+ "canonicalReference": "@dcl/playground-assets!PBUiTransform:interface"
52130
+ },
52131
+ {
52132
+ "kind": "Content",
52133
+ "text": ";"
52134
+ }
52135
+ ],
52136
+ "returnTypeTokenRange": {
52137
+ "startIndex": 7,
52138
+ "endIndex": 8
52139
+ },
52140
+ "releaseTag": "Public",
52141
+ "overloadIndex": 1,
52142
+ "parameters": [
52143
+ {
52144
+ "parameterName": "input",
52145
+ "parameterTypeTokenRange": {
52146
+ "startIndex": 1,
52147
+ "endIndex": 4
52148
+ },
52149
+ "isOptional": false
52150
+ },
52151
+ {
52152
+ "parameterName": "length",
52153
+ "parameterTypeTokenRange": {
52154
+ "startIndex": 5,
52155
+ "endIndex": 6
52156
+ },
52157
+ "isOptional": true
52158
+ }
52159
+ ],
52160
+ "name": "decode"
53395
52161
  },
52162
+ {
52163
+ "kind": "Function",
52164
+ "canonicalReference": "@dcl/playground-assets!PBUiTransform.encode:function(1)",
52165
+ "docComment": "",
52166
+ "excerptTokens": [
52167
+ {
52168
+ "kind": "Content",
52169
+ "text": "function encode(message: "
52170
+ },
52171
+ {
52172
+ "kind": "Reference",
52173
+ "text": "PBUiTransform",
52174
+ "canonicalReference": "@dcl/playground-assets!PBUiTransform:interface"
52175
+ },
52176
+ {
52177
+ "kind": "Content",
52178
+ "text": ", writer?: "
52179
+ },
52180
+ {
52181
+ "kind": "Reference",
52182
+ "text": "_m0.Writer",
52183
+ "canonicalReference": "protobufjs!Writer:class"
52184
+ },
52185
+ {
52186
+ "kind": "Content",
52187
+ "text": "): "
52188
+ },
52189
+ {
52190
+ "kind": "Reference",
52191
+ "text": "_m0.Writer",
52192
+ "canonicalReference": "protobufjs!Writer:class"
52193
+ },
52194
+ {
52195
+ "kind": "Content",
52196
+ "text": ";"
52197
+ }
52198
+ ],
52199
+ "returnTypeTokenRange": {
52200
+ "startIndex": 5,
52201
+ "endIndex": 6
52202
+ },
52203
+ "releaseTag": "Public",
52204
+ "overloadIndex": 1,
52205
+ "parameters": [
52206
+ {
52207
+ "parameterName": "message",
52208
+ "parameterTypeTokenRange": {
52209
+ "startIndex": 1,
52210
+ "endIndex": 2
52211
+ },
52212
+ "isOptional": false
52213
+ },
52214
+ {
52215
+ "parameterName": "writer",
52216
+ "parameterTypeTokenRange": {
52217
+ "startIndex": 3,
52218
+ "endIndex": 4
52219
+ },
52220
+ "isOptional": true
52221
+ }
52222
+ ],
52223
+ "name": "encode"
52224
+ }
52225
+ ]
52226
+ },
52227
+ {
52228
+ "kind": "Interface",
52229
+ "canonicalReference": "@dcl/playground-assets!PBVector2:interface",
52230
+ "docComment": "/**\n * @public\n */\n",
52231
+ "excerptTokens": [
52232
+ {
52233
+ "kind": "Content",
52234
+ "text": "export interface Vector2 "
52235
+ }
52236
+ ],
52237
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/common/vectors.gen.d.ts",
52238
+ "releaseTag": "Public",
52239
+ "name": "PBVector2",
52240
+ "preserveMemberOrder": false,
52241
+ "members": [
53396
52242
  {
53397
52243
  "kind": "PropertySignature",
53398
- "canonicalReference": "@dcl/playground-assets!PBUiTransform#width:member",
52244
+ "canonicalReference": "@dcl/playground-assets!PBVector2#x:member",
53399
52245
  "docComment": "",
53400
52246
  "excerptTokens": [
53401
52247
  {
53402
52248
  "kind": "Content",
53403
- "text": "width: "
52249
+ "text": "x: "
53404
52250
  },
53405
52251
  {
53406
52252
  "kind": "Content",
@@ -53414,7 +52260,7 @@
53414
52260
  "isReadonly": false,
53415
52261
  "isOptional": false,
53416
52262
  "releaseTag": "Public",
53417
- "name": "width",
52263
+ "name": "x",
53418
52264
  "propertyTypeTokenRange": {
53419
52265
  "startIndex": 1,
53420
52266
  "endIndex": 2
@@ -53422,17 +52268,16 @@
53422
52268
  },
53423
52269
  {
53424
52270
  "kind": "PropertySignature",
53425
- "canonicalReference": "@dcl/playground-assets!PBUiTransform#widthUnit:member",
53426
- "docComment": "/**\n * YGUnit.YGU_UNDEFINED\n */\n",
52271
+ "canonicalReference": "@dcl/playground-assets!PBVector2#y:member",
52272
+ "docComment": "",
53427
52273
  "excerptTokens": [
53428
52274
  {
53429
52275
  "kind": "Content",
53430
- "text": "widthUnit: "
52276
+ "text": "y: "
53431
52277
  },
53432
52278
  {
53433
- "kind": "Reference",
53434
- "text": "YGUnit",
53435
- "canonicalReference": "@dcl/playground-assets!YGUnit:enum"
52279
+ "kind": "Content",
52280
+ "text": "number"
53436
52281
  },
53437
52282
  {
53438
52283
  "kind": "Content",
@@ -53442,7 +52287,7 @@
53442
52287
  "isReadonly": false,
53443
52288
  "isOptional": false,
53444
52289
  "releaseTag": "Public",
53445
- "name": "widthUnit",
52290
+ "name": "y",
53446
52291
  "propertyTypeTokenRange": {
53447
52292
  "startIndex": 1,
53448
52293
  "endIndex": 2
@@ -53453,22 +52298,22 @@
53453
52298
  },
53454
52299
  {
53455
52300
  "kind": "Namespace",
53456
- "canonicalReference": "@dcl/playground-assets!PBUiTransform:namespace",
52301
+ "canonicalReference": "@dcl/playground-assets!PBVector2:namespace",
53457
52302
  "docComment": "/**\n * @public\n */\n",
53458
52303
  "excerptTokens": [
53459
52304
  {
53460
52305
  "kind": "Content",
53461
- "text": "export declare namespace PBUiTransform "
52306
+ "text": "export declare namespace Vector2 "
53462
52307
  }
53463
52308
  ],
53464
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/ui_transform.gen.d.ts",
52309
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/common/vectors.gen.d.ts",
53465
52310
  "releaseTag": "Public",
53466
- "name": "PBUiTransform",
52311
+ "name": "PBVector2",
53467
52312
  "preserveMemberOrder": false,
53468
52313
  "members": [
53469
52314
  {
53470
52315
  "kind": "Function",
53471
- "canonicalReference": "@dcl/playground-assets!PBUiTransform.decode:function(1)",
52316
+ "canonicalReference": "@dcl/playground-assets!PBVector2.decode:function(1)",
53472
52317
  "docComment": "",
53473
52318
  "excerptTokens": [
53474
52319
  {
@@ -53503,8 +52348,8 @@
53503
52348
  },
53504
52349
  {
53505
52350
  "kind": "Reference",
53506
- "text": "PBUiTransform",
53507
- "canonicalReference": "@dcl/playground-assets!PBUiTransform:interface"
52351
+ "text": "Vector2",
52352
+ "canonicalReference": "@dcl/playground-assets!PBVector2:interface"
53508
52353
  },
53509
52354
  {
53510
52355
  "kind": "Content",
@@ -53539,7 +52384,7 @@
53539
52384
  },
53540
52385
  {
53541
52386
  "kind": "Function",
53542
- "canonicalReference": "@dcl/playground-assets!PBUiTransform.encode:function(1)",
52387
+ "canonicalReference": "@dcl/playground-assets!PBVector2.encode:function(1)",
53543
52388
  "docComment": "",
53544
52389
  "excerptTokens": [
53545
52390
  {
@@ -53548,8 +52393,8 @@
53548
52393
  },
53549
52394
  {
53550
52395
  "kind": "Reference",
53551
- "text": "PBUiTransform",
53552
- "canonicalReference": "@dcl/playground-assets!PBUiTransform:interface"
52396
+ "text": "Vector2",
52397
+ "canonicalReference": "@dcl/playground-assets!PBVector2:interface"
53553
52398
  },
53554
52399
  {
53555
52400
  "kind": "Content",
@@ -53604,22 +52449,22 @@
53604
52449
  },
53605
52450
  {
53606
52451
  "kind": "Interface",
53607
- "canonicalReference": "@dcl/playground-assets!PBVector2:interface",
52452
+ "canonicalReference": "@dcl/playground-assets!PBVector3:interface",
53608
52453
  "docComment": "/**\n * @public\n */\n",
53609
52454
  "excerptTokens": [
53610
52455
  {
53611
52456
  "kind": "Content",
53612
- "text": "export interface Vector2 "
52457
+ "text": "export interface Vector3 "
53613
52458
  }
53614
52459
  ],
53615
52460
  "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/common/vectors.gen.d.ts",
53616
52461
  "releaseTag": "Public",
53617
- "name": "PBVector2",
52462
+ "name": "PBVector3",
53618
52463
  "preserveMemberOrder": false,
53619
52464
  "members": [
53620
52465
  {
53621
52466
  "kind": "PropertySignature",
53622
- "canonicalReference": "@dcl/playground-assets!PBVector2#x:member",
52467
+ "canonicalReference": "@dcl/playground-assets!PBVector3#x:member",
53623
52468
  "docComment": "",
53624
52469
  "excerptTokens": [
53625
52470
  {
@@ -53646,7 +52491,7 @@
53646
52491
  },
53647
52492
  {
53648
52493
  "kind": "PropertySignature",
53649
- "canonicalReference": "@dcl/playground-assets!PBVector2#y:member",
52494
+ "canonicalReference": "@dcl/playground-assets!PBVector3#y:member",
53650
52495
  "docComment": "",
53651
52496
  "excerptTokens": [
53652
52497
  {
@@ -53670,28 +52515,55 @@
53670
52515
  "startIndex": 1,
53671
52516
  "endIndex": 2
53672
52517
  }
52518
+ },
52519
+ {
52520
+ "kind": "PropertySignature",
52521
+ "canonicalReference": "@dcl/playground-assets!PBVector3#z:member",
52522
+ "docComment": "",
52523
+ "excerptTokens": [
52524
+ {
52525
+ "kind": "Content",
52526
+ "text": "z: "
52527
+ },
52528
+ {
52529
+ "kind": "Content",
52530
+ "text": "number"
52531
+ },
52532
+ {
52533
+ "kind": "Content",
52534
+ "text": ";"
52535
+ }
52536
+ ],
52537
+ "isReadonly": false,
52538
+ "isOptional": false,
52539
+ "releaseTag": "Public",
52540
+ "name": "z",
52541
+ "propertyTypeTokenRange": {
52542
+ "startIndex": 1,
52543
+ "endIndex": 2
52544
+ }
53673
52545
  }
53674
52546
  ],
53675
52547
  "extendsTokenRanges": []
53676
52548
  },
53677
52549
  {
53678
52550
  "kind": "Namespace",
53679
- "canonicalReference": "@dcl/playground-assets!PBVector2:namespace",
52551
+ "canonicalReference": "@dcl/playground-assets!PBVector3:namespace",
53680
52552
  "docComment": "/**\n * @public\n */\n",
53681
52553
  "excerptTokens": [
53682
52554
  {
53683
52555
  "kind": "Content",
53684
- "text": "export declare namespace Vector2 "
52556
+ "text": "export declare namespace Vector3 "
53685
52557
  }
53686
52558
  ],
53687
52559
  "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/common/vectors.gen.d.ts",
53688
52560
  "releaseTag": "Public",
53689
- "name": "PBVector2",
52561
+ "name": "PBVector3",
53690
52562
  "preserveMemberOrder": false,
53691
52563
  "members": [
53692
52564
  {
53693
52565
  "kind": "Function",
53694
- "canonicalReference": "@dcl/playground-assets!PBVector2.decode:function(1)",
52566
+ "canonicalReference": "@dcl/playground-assets!PBVector3.decode:function(1)",
53695
52567
  "docComment": "",
53696
52568
  "excerptTokens": [
53697
52569
  {
@@ -53726,8 +52598,8 @@
53726
52598
  },
53727
52599
  {
53728
52600
  "kind": "Reference",
53729
- "text": "Vector2",
53730
- "canonicalReference": "@dcl/playground-assets!PBVector2:interface"
52601
+ "text": "Vector3",
52602
+ "canonicalReference": "@dcl/playground-assets!PBVector3:interface"
53731
52603
  },
53732
52604
  {
53733
52605
  "kind": "Content",
@@ -53762,7 +52634,7 @@
53762
52634
  },
53763
52635
  {
53764
52636
  "kind": "Function",
53765
- "canonicalReference": "@dcl/playground-assets!PBVector2.encode:function(1)",
52637
+ "canonicalReference": "@dcl/playground-assets!PBVector3.encode:function(1)",
53766
52638
  "docComment": "",
53767
52639
  "excerptTokens": [
53768
52640
  {
@@ -53771,8 +52643,8 @@
53771
52643
  },
53772
52644
  {
53773
52645
  "kind": "Reference",
53774
- "text": "Vector2",
53775
- "canonicalReference": "@dcl/playground-assets!PBVector2:interface"
52646
+ "text": "Vector3",
52647
+ "canonicalReference": "@dcl/playground-assets!PBVector3:interface"
53776
52648
  },
53777
52649
  {
53778
52650
  "kind": "Content",
@@ -53827,27 +52699,27 @@
53827
52699
  },
53828
52700
  {
53829
52701
  "kind": "Interface",
53830
- "canonicalReference": "@dcl/playground-assets!PBVector3:interface",
52702
+ "canonicalReference": "@dcl/playground-assets!PBVideoEvent:interface",
53831
52703
  "docComment": "/**\n * @public\n */\n",
53832
52704
  "excerptTokens": [
53833
52705
  {
53834
52706
  "kind": "Content",
53835
- "text": "export interface Vector3 "
52707
+ "text": "export interface PBVideoEvent "
53836
52708
  }
53837
52709
  ],
53838
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/common/vectors.gen.d.ts",
52710
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/video_event.gen.d.ts",
53839
52711
  "releaseTag": "Public",
53840
- "name": "PBVector3",
52712
+ "name": "PBVideoEvent",
53841
52713
  "preserveMemberOrder": false,
53842
52714
  "members": [
53843
52715
  {
53844
52716
  "kind": "PropertySignature",
53845
- "canonicalReference": "@dcl/playground-assets!PBVector3#x:member",
52717
+ "canonicalReference": "@dcl/playground-assets!PBVideoEvent#currentOffset:member",
53846
52718
  "docComment": "",
53847
52719
  "excerptTokens": [
53848
52720
  {
53849
52721
  "kind": "Content",
53850
- "text": "x: "
52722
+ "text": "currentOffset: "
53851
52723
  },
53852
52724
  {
53853
52725
  "kind": "Content",
@@ -53861,7 +52733,7 @@
53861
52733
  "isReadonly": false,
53862
52734
  "isOptional": false,
53863
52735
  "releaseTag": "Public",
53864
- "name": "x",
52736
+ "name": "currentOffset",
53865
52737
  "propertyTypeTokenRange": {
53866
52738
  "startIndex": 1,
53867
52739
  "endIndex": 2
@@ -53869,12 +52741,40 @@
53869
52741
  },
53870
52742
  {
53871
52743
  "kind": "PropertySignature",
53872
- "canonicalReference": "@dcl/playground-assets!PBVector3#y:member",
52744
+ "canonicalReference": "@dcl/playground-assets!PBVideoEvent#state:member",
53873
52745
  "docComment": "",
53874
52746
  "excerptTokens": [
53875
52747
  {
53876
52748
  "kind": "Content",
53877
- "text": "y: "
52749
+ "text": "state: "
52750
+ },
52751
+ {
52752
+ "kind": "Reference",
52753
+ "text": "VideoState",
52754
+ "canonicalReference": "@dcl/playground-assets!VideoState:enum"
52755
+ },
52756
+ {
52757
+ "kind": "Content",
52758
+ "text": ";"
52759
+ }
52760
+ ],
52761
+ "isReadonly": false,
52762
+ "isOptional": false,
52763
+ "releaseTag": "Public",
52764
+ "name": "state",
52765
+ "propertyTypeTokenRange": {
52766
+ "startIndex": 1,
52767
+ "endIndex": 2
52768
+ }
52769
+ },
52770
+ {
52771
+ "kind": "PropertySignature",
52772
+ "canonicalReference": "@dcl/playground-assets!PBVideoEvent#tickNumber:member",
52773
+ "docComment": "/**\n * number of tick in which the event was produced, equals to EngineInfo.tick_number\n */\n",
52774
+ "excerptTokens": [
52775
+ {
52776
+ "kind": "Content",
52777
+ "text": "tickNumber: "
53878
52778
  },
53879
52779
  {
53880
52780
  "kind": "Content",
@@ -53888,7 +52788,7 @@
53888
52788
  "isReadonly": false,
53889
52789
  "isOptional": false,
53890
52790
  "releaseTag": "Public",
53891
- "name": "y",
52791
+ "name": "tickNumber",
53892
52792
  "propertyTypeTokenRange": {
53893
52793
  "startIndex": 1,
53894
52794
  "endIndex": 2
@@ -53896,12 +52796,39 @@
53896
52796
  },
53897
52797
  {
53898
52798
  "kind": "PropertySignature",
53899
- "canonicalReference": "@dcl/playground-assets!PBVector3#z:member",
52799
+ "canonicalReference": "@dcl/playground-assets!PBVideoEvent#timestamp:member",
52800
+ "docComment": "/**\n * monotonic counter\n */\n",
52801
+ "excerptTokens": [
52802
+ {
52803
+ "kind": "Content",
52804
+ "text": "timestamp: "
52805
+ },
52806
+ {
52807
+ "kind": "Content",
52808
+ "text": "number"
52809
+ },
52810
+ {
52811
+ "kind": "Content",
52812
+ "text": ";"
52813
+ }
52814
+ ],
52815
+ "isReadonly": false,
52816
+ "isOptional": false,
52817
+ "releaseTag": "Public",
52818
+ "name": "timestamp",
52819
+ "propertyTypeTokenRange": {
52820
+ "startIndex": 1,
52821
+ "endIndex": 2
52822
+ }
52823
+ },
52824
+ {
52825
+ "kind": "PropertySignature",
52826
+ "canonicalReference": "@dcl/playground-assets!PBVideoEvent#videoLength:member",
53900
52827
  "docComment": "",
53901
52828
  "excerptTokens": [
53902
52829
  {
53903
52830
  "kind": "Content",
53904
- "text": "z: "
52831
+ "text": "videoLength: "
53905
52832
  },
53906
52833
  {
53907
52834
  "kind": "Content",
@@ -53915,7 +52842,7 @@
53915
52842
  "isReadonly": false,
53916
52843
  "isOptional": false,
53917
52844
  "releaseTag": "Public",
53918
- "name": "z",
52845
+ "name": "videoLength",
53919
52846
  "propertyTypeTokenRange": {
53920
52847
  "startIndex": 1,
53921
52848
  "endIndex": 2
@@ -53926,22 +52853,22 @@
53926
52853
  },
53927
52854
  {
53928
52855
  "kind": "Namespace",
53929
- "canonicalReference": "@dcl/playground-assets!PBVector3:namespace",
52856
+ "canonicalReference": "@dcl/playground-assets!PBVideoEvent:namespace",
53930
52857
  "docComment": "/**\n * @public\n */\n",
53931
52858
  "excerptTokens": [
53932
52859
  {
53933
52860
  "kind": "Content",
53934
- "text": "export declare namespace Vector3 "
52861
+ "text": "export declare namespace PBVideoEvent "
53935
52862
  }
53936
52863
  ],
53937
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/common/vectors.gen.d.ts",
52864
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/video_event.gen.d.ts",
53938
52865
  "releaseTag": "Public",
53939
- "name": "PBVector3",
52866
+ "name": "PBVideoEvent",
53940
52867
  "preserveMemberOrder": false,
53941
52868
  "members": [
53942
52869
  {
53943
52870
  "kind": "Function",
53944
- "canonicalReference": "@dcl/playground-assets!PBVector3.decode:function(1)",
52871
+ "canonicalReference": "@dcl/playground-assets!PBVideoEvent.decode:function(1)",
53945
52872
  "docComment": "",
53946
52873
  "excerptTokens": [
53947
52874
  {
@@ -53976,8 +52903,8 @@
53976
52903
  },
53977
52904
  {
53978
52905
  "kind": "Reference",
53979
- "text": "Vector3",
53980
- "canonicalReference": "@dcl/playground-assets!PBVector3:interface"
52906
+ "text": "PBVideoEvent",
52907
+ "canonicalReference": "@dcl/playground-assets!PBVideoEvent:interface"
53981
52908
  },
53982
52909
  {
53983
52910
  "kind": "Content",
@@ -54012,7 +52939,7 @@
54012
52939
  },
54013
52940
  {
54014
52941
  "kind": "Function",
54015
- "canonicalReference": "@dcl/playground-assets!PBVector3.encode:function(1)",
52942
+ "canonicalReference": "@dcl/playground-assets!PBVideoEvent.encode:function(1)",
54016
52943
  "docComment": "",
54017
52944
  "excerptTokens": [
54018
52945
  {
@@ -54021,8 +52948,8 @@
54021
52948
  },
54022
52949
  {
54023
52950
  "kind": "Reference",
54024
- "text": "Vector3",
54025
- "canonicalReference": "@dcl/playground-assets!PBVector3:interface"
52951
+ "text": "PBVideoEvent",
52952
+ "canonicalReference": "@dcl/playground-assets!PBVideoEvent:interface"
54026
52953
  },
54027
52954
  {
54028
52955
  "kind": "Content",
@@ -54077,31 +53004,31 @@
54077
53004
  },
54078
53005
  {
54079
53006
  "kind": "Interface",
54080
- "canonicalReference": "@dcl/playground-assets!PBVideoEvent:interface",
53007
+ "canonicalReference": "@dcl/playground-assets!PBVideoPlayer:interface",
54081
53008
  "docComment": "/**\n * @public\n */\n",
54082
53009
  "excerptTokens": [
54083
53010
  {
54084
53011
  "kind": "Content",
54085
- "text": "export interface PBVideoEvent "
53012
+ "text": "export interface PBVideoPlayer "
54086
53013
  }
54087
53014
  ],
54088
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/video_event.gen.d.ts",
53015
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/video_player.gen.d.ts",
54089
53016
  "releaseTag": "Public",
54090
- "name": "PBVideoEvent",
53017
+ "name": "PBVideoPlayer",
54091
53018
  "preserveMemberOrder": false,
54092
53019
  "members": [
54093
53020
  {
54094
53021
  "kind": "PropertySignature",
54095
- "canonicalReference": "@dcl/playground-assets!PBVideoEvent#currentOffset:member",
54096
- "docComment": "",
53022
+ "canonicalReference": "@dcl/playground-assets!PBVideoPlayer#loop:member",
53023
+ "docComment": "/**\n * default false\n */\n",
54097
53024
  "excerptTokens": [
54098
53025
  {
54099
53026
  "kind": "Content",
54100
- "text": "currentOffset: "
53027
+ "text": "loop?: "
54101
53028
  },
54102
53029
  {
54103
53030
  "kind": "Content",
54104
- "text": "number"
53031
+ "text": "boolean | undefined"
54105
53032
  },
54106
53033
  {
54107
53034
  "kind": "Content",
@@ -54109,9 +53036,9 @@
54109
53036
  }
54110
53037
  ],
54111
53038
  "isReadonly": false,
54112
- "isOptional": false,
53039
+ "isOptional": true,
54113
53040
  "releaseTag": "Public",
54114
- "name": "currentOffset",
53041
+ "name": "loop",
54115
53042
  "propertyTypeTokenRange": {
54116
53043
  "startIndex": 1,
54117
53044
  "endIndex": 2
@@ -54119,17 +53046,16 @@
54119
53046
  },
54120
53047
  {
54121
53048
  "kind": "PropertySignature",
54122
- "canonicalReference": "@dcl/playground-assets!PBVideoEvent#state:member",
54123
- "docComment": "",
53049
+ "canonicalReference": "@dcl/playground-assets!PBVideoPlayer#playbackRate:member",
53050
+ "docComment": "/**\n * default 1.0\n */\n",
54124
53051
  "excerptTokens": [
54125
53052
  {
54126
53053
  "kind": "Content",
54127
- "text": "state: "
53054
+ "text": "playbackRate?: "
54128
53055
  },
54129
53056
  {
54130
- "kind": "Reference",
54131
- "text": "VideoState",
54132
- "canonicalReference": "@dcl/playground-assets!VideoState:enum"
53057
+ "kind": "Content",
53058
+ "text": "number | undefined"
54133
53059
  },
54134
53060
  {
54135
53061
  "kind": "Content",
@@ -54137,9 +53063,9 @@
54137
53063
  }
54138
53064
  ],
54139
53065
  "isReadonly": false,
54140
- "isOptional": false,
53066
+ "isOptional": true,
54141
53067
  "releaseTag": "Public",
54142
- "name": "state",
53068
+ "name": "playbackRate",
54143
53069
  "propertyTypeTokenRange": {
54144
53070
  "startIndex": 1,
54145
53071
  "endIndex": 2
@@ -54147,16 +53073,16 @@
54147
53073
  },
54148
53074
  {
54149
53075
  "kind": "PropertySignature",
54150
- "canonicalReference": "@dcl/playground-assets!PBVideoEvent#tickNumber:member",
54151
- "docComment": "/**\n * number of tick in which the event was produced, equals to EngineInfo.tick_number\n */\n",
53076
+ "canonicalReference": "@dcl/playground-assets!PBVideoPlayer#playing:member",
53077
+ "docComment": "/**\n * default true\n */\n",
54152
53078
  "excerptTokens": [
54153
53079
  {
54154
53080
  "kind": "Content",
54155
- "text": "tickNumber: "
53081
+ "text": "playing?: "
54156
53082
  },
54157
53083
  {
54158
53084
  "kind": "Content",
54159
- "text": "number"
53085
+ "text": "boolean | undefined"
54160
53086
  },
54161
53087
  {
54162
53088
  "kind": "Content",
@@ -54164,9 +53090,9 @@
54164
53090
  }
54165
53091
  ],
54166
53092
  "isReadonly": false,
54167
- "isOptional": false,
53093
+ "isOptional": true,
54168
53094
  "releaseTag": "Public",
54169
- "name": "tickNumber",
53095
+ "name": "playing",
54170
53096
  "propertyTypeTokenRange": {
54171
53097
  "startIndex": 1,
54172
53098
  "endIndex": 2
@@ -54174,16 +53100,16 @@
54174
53100
  },
54175
53101
  {
54176
53102
  "kind": "PropertySignature",
54177
- "canonicalReference": "@dcl/playground-assets!PBVideoEvent#timestamp:member",
54178
- "docComment": "/**\n * monotonic counter\n */\n",
53103
+ "canonicalReference": "@dcl/playground-assets!PBVideoPlayer#position:member",
53104
+ "docComment": "/**\n * default 0.0\n */\n",
54179
53105
  "excerptTokens": [
54180
53106
  {
54181
53107
  "kind": "Content",
54182
- "text": "timestamp: "
53108
+ "text": "position?: "
54183
53109
  },
54184
53110
  {
54185
53111
  "kind": "Content",
54186
- "text": "number"
53112
+ "text": "number | undefined"
54187
53113
  },
54188
53114
  {
54189
53115
  "kind": "Content",
@@ -54191,9 +53117,9 @@
54191
53117
  }
54192
53118
  ],
54193
53119
  "isReadonly": false,
54194
- "isOptional": false,
53120
+ "isOptional": true,
54195
53121
  "releaseTag": "Public",
54196
- "name": "timestamp",
53122
+ "name": "position",
54197
53123
  "propertyTypeTokenRange": {
54198
53124
  "startIndex": 1,
54199
53125
  "endIndex": 2
@@ -54201,16 +53127,16 @@
54201
53127
  },
54202
53128
  {
54203
53129
  "kind": "PropertySignature",
54204
- "canonicalReference": "@dcl/playground-assets!PBVideoEvent#videoLength:member",
54205
- "docComment": "",
53130
+ "canonicalReference": "@dcl/playground-assets!PBVideoPlayer#src:member",
53131
+ "docComment": "/**\n * which file to load\n */\n",
54206
53132
  "excerptTokens": [
54207
53133
  {
54208
53134
  "kind": "Content",
54209
- "text": "videoLength: "
53135
+ "text": "src: "
54210
53136
  },
54211
53137
  {
54212
53138
  "kind": "Content",
54213
- "text": "number"
53139
+ "text": "string"
54214
53140
  },
54215
53141
  {
54216
53142
  "kind": "Content",
@@ -54220,7 +53146,34 @@
54220
53146
  "isReadonly": false,
54221
53147
  "isOptional": false,
54222
53148
  "releaseTag": "Public",
54223
- "name": "videoLength",
53149
+ "name": "src",
53150
+ "propertyTypeTokenRange": {
53151
+ "startIndex": 1,
53152
+ "endIndex": 2
53153
+ }
53154
+ },
53155
+ {
53156
+ "kind": "PropertySignature",
53157
+ "canonicalReference": "@dcl/playground-assets!PBVideoPlayer#volume:member",
53158
+ "docComment": "/**\n * default 1.0\n */\n",
53159
+ "excerptTokens": [
53160
+ {
53161
+ "kind": "Content",
53162
+ "text": "volume?: "
53163
+ },
53164
+ {
53165
+ "kind": "Content",
53166
+ "text": "number | undefined"
53167
+ },
53168
+ {
53169
+ "kind": "Content",
53170
+ "text": ";"
53171
+ }
53172
+ ],
53173
+ "isReadonly": false,
53174
+ "isOptional": true,
53175
+ "releaseTag": "Public",
53176
+ "name": "volume",
54224
53177
  "propertyTypeTokenRange": {
54225
53178
  "startIndex": 1,
54226
53179
  "endIndex": 2
@@ -54231,353 +53184,22 @@
54231
53184
  },
54232
53185
  {
54233
53186
  "kind": "Namespace",
54234
- "canonicalReference": "@dcl/playground-assets!PBVideoEvent:namespace",
53187
+ "canonicalReference": "@dcl/playground-assets!PBVideoPlayer:namespace",
54235
53188
  "docComment": "/**\n * @public\n */\n",
54236
53189
  "excerptTokens": [
54237
53190
  {
54238
53191
  "kind": "Content",
54239
- "text": "export declare namespace PBVideoEvent "
53192
+ "text": "export declare namespace PBVideoPlayer "
54240
53193
  }
54241
53194
  ],
54242
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/video_event.gen.d.ts",
53195
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/video_player.gen.d.ts",
54243
53196
  "releaseTag": "Public",
54244
- "name": "PBVideoEvent",
53197
+ "name": "PBVideoPlayer",
54245
53198
  "preserveMemberOrder": false,
54246
53199
  "members": [
54247
53200
  {
54248
53201
  "kind": "Function",
54249
- "canonicalReference": "@dcl/playground-assets!PBVideoEvent.decode:function(1)",
54250
- "docComment": "",
54251
- "excerptTokens": [
54252
- {
54253
- "kind": "Content",
54254
- "text": "function decode(input: "
54255
- },
54256
- {
54257
- "kind": "Reference",
54258
- "text": "_m0.Reader",
54259
- "canonicalReference": "protobufjs!Reader:class"
54260
- },
54261
- {
54262
- "kind": "Content",
54263
- "text": " | "
54264
- },
54265
- {
54266
- "kind": "Reference",
54267
- "text": "Uint8Array",
54268
- "canonicalReference": "!Uint8Array:interface"
54269
- },
54270
- {
54271
- "kind": "Content",
54272
- "text": ", length?: "
54273
- },
54274
- {
54275
- "kind": "Content",
54276
- "text": "number"
54277
- },
54278
- {
54279
- "kind": "Content",
54280
- "text": "): "
54281
- },
54282
- {
54283
- "kind": "Reference",
54284
- "text": "PBVideoEvent",
54285
- "canonicalReference": "@dcl/playground-assets!PBVideoEvent:interface"
54286
- },
54287
- {
54288
- "kind": "Content",
54289
- "text": ";"
54290
- }
54291
- ],
54292
- "returnTypeTokenRange": {
54293
- "startIndex": 7,
54294
- "endIndex": 8
54295
- },
54296
- "releaseTag": "Public",
54297
- "overloadIndex": 1,
54298
- "parameters": [
54299
- {
54300
- "parameterName": "input",
54301
- "parameterTypeTokenRange": {
54302
- "startIndex": 1,
54303
- "endIndex": 4
54304
- },
54305
- "isOptional": false
54306
- },
54307
- {
54308
- "parameterName": "length",
54309
- "parameterTypeTokenRange": {
54310
- "startIndex": 5,
54311
- "endIndex": 6
54312
- },
54313
- "isOptional": true
54314
- }
54315
- ],
54316
- "name": "decode"
54317
- },
54318
- {
54319
- "kind": "Function",
54320
- "canonicalReference": "@dcl/playground-assets!PBVideoEvent.encode:function(1)",
54321
- "docComment": "",
54322
- "excerptTokens": [
54323
- {
54324
- "kind": "Content",
54325
- "text": "function encode(message: "
54326
- },
54327
- {
54328
- "kind": "Reference",
54329
- "text": "PBVideoEvent",
54330
- "canonicalReference": "@dcl/playground-assets!PBVideoEvent:interface"
54331
- },
54332
- {
54333
- "kind": "Content",
54334
- "text": ", writer?: "
54335
- },
54336
- {
54337
- "kind": "Reference",
54338
- "text": "_m0.Writer",
54339
- "canonicalReference": "protobufjs!Writer:class"
54340
- },
54341
- {
54342
- "kind": "Content",
54343
- "text": "): "
54344
- },
54345
- {
54346
- "kind": "Reference",
54347
- "text": "_m0.Writer",
54348
- "canonicalReference": "protobufjs!Writer:class"
54349
- },
54350
- {
54351
- "kind": "Content",
54352
- "text": ";"
54353
- }
54354
- ],
54355
- "returnTypeTokenRange": {
54356
- "startIndex": 5,
54357
- "endIndex": 6
54358
- },
54359
- "releaseTag": "Public",
54360
- "overloadIndex": 1,
54361
- "parameters": [
54362
- {
54363
- "parameterName": "message",
54364
- "parameterTypeTokenRange": {
54365
- "startIndex": 1,
54366
- "endIndex": 2
54367
- },
54368
- "isOptional": false
54369
- },
54370
- {
54371
- "parameterName": "writer",
54372
- "parameterTypeTokenRange": {
54373
- "startIndex": 3,
54374
- "endIndex": 4
54375
- },
54376
- "isOptional": true
54377
- }
54378
- ],
54379
- "name": "encode"
54380
- }
54381
- ]
54382
- },
54383
- {
54384
- "kind": "Interface",
54385
- "canonicalReference": "@dcl/playground-assets!PBVideoPlayer:interface",
54386
- "docComment": "/**\n * @public\n */\n",
54387
- "excerptTokens": [
54388
- {
54389
- "kind": "Content",
54390
- "text": "export interface PBVideoPlayer "
54391
- }
54392
- ],
54393
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/video_player.gen.d.ts",
54394
- "releaseTag": "Public",
54395
- "name": "PBVideoPlayer",
54396
- "preserveMemberOrder": false,
54397
- "members": [
54398
- {
54399
- "kind": "PropertySignature",
54400
- "canonicalReference": "@dcl/playground-assets!PBVideoPlayer#loop:member",
54401
- "docComment": "/**\n * default false\n */\n",
54402
- "excerptTokens": [
54403
- {
54404
- "kind": "Content",
54405
- "text": "loop?: "
54406
- },
54407
- {
54408
- "kind": "Content",
54409
- "text": "boolean | undefined"
54410
- },
54411
- {
54412
- "kind": "Content",
54413
- "text": ";"
54414
- }
54415
- ],
54416
- "isReadonly": false,
54417
- "isOptional": true,
54418
- "releaseTag": "Public",
54419
- "name": "loop",
54420
- "propertyTypeTokenRange": {
54421
- "startIndex": 1,
54422
- "endIndex": 2
54423
- }
54424
- },
54425
- {
54426
- "kind": "PropertySignature",
54427
- "canonicalReference": "@dcl/playground-assets!PBVideoPlayer#playbackRate:member",
54428
- "docComment": "/**\n * default 1.0\n */\n",
54429
- "excerptTokens": [
54430
- {
54431
- "kind": "Content",
54432
- "text": "playbackRate?: "
54433
- },
54434
- {
54435
- "kind": "Content",
54436
- "text": "number | undefined"
54437
- },
54438
- {
54439
- "kind": "Content",
54440
- "text": ";"
54441
- }
54442
- ],
54443
- "isReadonly": false,
54444
- "isOptional": true,
54445
- "releaseTag": "Public",
54446
- "name": "playbackRate",
54447
- "propertyTypeTokenRange": {
54448
- "startIndex": 1,
54449
- "endIndex": 2
54450
- }
54451
- },
54452
- {
54453
- "kind": "PropertySignature",
54454
- "canonicalReference": "@dcl/playground-assets!PBVideoPlayer#playing:member",
54455
- "docComment": "/**\n * default true\n */\n",
54456
- "excerptTokens": [
54457
- {
54458
- "kind": "Content",
54459
- "text": "playing?: "
54460
- },
54461
- {
54462
- "kind": "Content",
54463
- "text": "boolean | undefined"
54464
- },
54465
- {
54466
- "kind": "Content",
54467
- "text": ";"
54468
- }
54469
- ],
54470
- "isReadonly": false,
54471
- "isOptional": true,
54472
- "releaseTag": "Public",
54473
- "name": "playing",
54474
- "propertyTypeTokenRange": {
54475
- "startIndex": 1,
54476
- "endIndex": 2
54477
- }
54478
- },
54479
- {
54480
- "kind": "PropertySignature",
54481
- "canonicalReference": "@dcl/playground-assets!PBVideoPlayer#position:member",
54482
- "docComment": "/**\n * default 0.0\n */\n",
54483
- "excerptTokens": [
54484
- {
54485
- "kind": "Content",
54486
- "text": "position?: "
54487
- },
54488
- {
54489
- "kind": "Content",
54490
- "text": "number | undefined"
54491
- },
54492
- {
54493
- "kind": "Content",
54494
- "text": ";"
54495
- }
54496
- ],
54497
- "isReadonly": false,
54498
- "isOptional": true,
54499
- "releaseTag": "Public",
54500
- "name": "position",
54501
- "propertyTypeTokenRange": {
54502
- "startIndex": 1,
54503
- "endIndex": 2
54504
- }
54505
- },
54506
- {
54507
- "kind": "PropertySignature",
54508
- "canonicalReference": "@dcl/playground-assets!PBVideoPlayer#src:member",
54509
- "docComment": "/**\n * which file to load\n */\n",
54510
- "excerptTokens": [
54511
- {
54512
- "kind": "Content",
54513
- "text": "src: "
54514
- },
54515
- {
54516
- "kind": "Content",
54517
- "text": "string"
54518
- },
54519
- {
54520
- "kind": "Content",
54521
- "text": ";"
54522
- }
54523
- ],
54524
- "isReadonly": false,
54525
- "isOptional": false,
54526
- "releaseTag": "Public",
54527
- "name": "src",
54528
- "propertyTypeTokenRange": {
54529
- "startIndex": 1,
54530
- "endIndex": 2
54531
- }
54532
- },
54533
- {
54534
- "kind": "PropertySignature",
54535
- "canonicalReference": "@dcl/playground-assets!PBVideoPlayer#volume:member",
54536
- "docComment": "/**\n * default 1.0\n */\n",
54537
- "excerptTokens": [
54538
- {
54539
- "kind": "Content",
54540
- "text": "volume?: "
54541
- },
54542
- {
54543
- "kind": "Content",
54544
- "text": "number | undefined"
54545
- },
54546
- {
54547
- "kind": "Content",
54548
- "text": ";"
54549
- }
54550
- ],
54551
- "isReadonly": false,
54552
- "isOptional": true,
54553
- "releaseTag": "Public",
54554
- "name": "volume",
54555
- "propertyTypeTokenRange": {
54556
- "startIndex": 1,
54557
- "endIndex": 2
54558
- }
54559
- }
54560
- ],
54561
- "extendsTokenRanges": []
54562
- },
54563
- {
54564
- "kind": "Namespace",
54565
- "canonicalReference": "@dcl/playground-assets!PBVideoPlayer:namespace",
54566
- "docComment": "/**\n * @public\n */\n",
54567
- "excerptTokens": [
54568
- {
54569
- "kind": "Content",
54570
- "text": "export declare namespace PBVideoPlayer "
54571
- }
54572
- ],
54573
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/video_player.gen.d.ts",
54574
- "releaseTag": "Public",
54575
- "name": "PBVideoPlayer",
54576
- "preserveMemberOrder": false,
54577
- "members": [
54578
- {
54579
- "kind": "Function",
54580
- "canonicalReference": "@dcl/playground-assets!PBVideoPlayer.decode:function(1)",
53202
+ "canonicalReference": "@dcl/playground-assets!PBVideoPlayer.decode:function(1)",
54581
53203
  "docComment": "",
54582
53204
  "excerptTokens": [
54583
53205
  {
@@ -65831,338 +64453,6 @@
65831
64453
  }
65832
64454
  ]
65833
64455
  },
65834
- {
65835
- "kind": "Interface",
65836
- "canonicalReference": "@dcl/playground-assets!ScrollPositionValue:interface",
65837
- "docComment": "/**\n * @public\n */\n",
65838
- "excerptTokens": [
65839
- {
65840
- "kind": "Content",
65841
- "text": "export interface ScrollPositionValue "
65842
- }
65843
- ],
65844
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/ui_transform.gen.d.ts",
65845
- "releaseTag": "Public",
65846
- "name": "ScrollPositionValue",
65847
- "preserveMemberOrder": false,
65848
- "members": [
65849
- {
65850
- "kind": "PropertySignature",
65851
- "canonicalReference": "@dcl/playground-assets!ScrollPositionValue#value:member",
65852
- "docComment": "",
65853
- "excerptTokens": [
65854
- {
65855
- "kind": "Content",
65856
- "text": "value?: "
65857
- },
65858
- {
65859
- "kind": "Content",
65860
- "text": "{\n $case: \"position\";\n position: "
65861
- },
65862
- {
65863
- "kind": "Reference",
65864
- "text": "Vector2",
65865
- "canonicalReference": "@dcl/playground-assets!Vector2"
65866
- },
65867
- {
65868
- "kind": "Content",
65869
- "text": ";\n } | {\n $case: \"reference\";\n reference: string;\n } | undefined"
65870
- },
65871
- {
65872
- "kind": "Content",
65873
- "text": ";"
65874
- }
65875
- ],
65876
- "isReadonly": false,
65877
- "isOptional": true,
65878
- "releaseTag": "Public",
65879
- "name": "value",
65880
- "propertyTypeTokenRange": {
65881
- "startIndex": 1,
65882
- "endIndex": 4
65883
- }
65884
- }
65885
- ],
65886
- "extendsTokenRanges": []
65887
- },
65888
- {
65889
- "kind": "Namespace",
65890
- "canonicalReference": "@dcl/playground-assets!ScrollPositionValue:namespace",
65891
- "docComment": "/**\n * @public\n */\n",
65892
- "excerptTokens": [
65893
- {
65894
- "kind": "Content",
65895
- "text": "export declare namespace ScrollPositionValue "
65896
- }
65897
- ],
65898
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/ui_transform.gen.d.ts",
65899
- "releaseTag": "Public",
65900
- "name": "ScrollPositionValue",
65901
- "preserveMemberOrder": false,
65902
- "members": [
65903
- {
65904
- "kind": "Function",
65905
- "canonicalReference": "@dcl/playground-assets!ScrollPositionValue.decode:function(1)",
65906
- "docComment": "",
65907
- "excerptTokens": [
65908
- {
65909
- "kind": "Content",
65910
- "text": "function decode(input: "
65911
- },
65912
- {
65913
- "kind": "Reference",
65914
- "text": "_m0.Reader",
65915
- "canonicalReference": "protobufjs!Reader:class"
65916
- },
65917
- {
65918
- "kind": "Content",
65919
- "text": " | "
65920
- },
65921
- {
65922
- "kind": "Reference",
65923
- "text": "Uint8Array",
65924
- "canonicalReference": "!Uint8Array:interface"
65925
- },
65926
- {
65927
- "kind": "Content",
65928
- "text": ", length?: "
65929
- },
65930
- {
65931
- "kind": "Content",
65932
- "text": "number"
65933
- },
65934
- {
65935
- "kind": "Content",
65936
- "text": "): "
65937
- },
65938
- {
65939
- "kind": "Reference",
65940
- "text": "ScrollPositionValue",
65941
- "canonicalReference": "@dcl/playground-assets!ScrollPositionValue:interface"
65942
- },
65943
- {
65944
- "kind": "Content",
65945
- "text": ";"
65946
- }
65947
- ],
65948
- "returnTypeTokenRange": {
65949
- "startIndex": 7,
65950
- "endIndex": 8
65951
- },
65952
- "releaseTag": "Public",
65953
- "overloadIndex": 1,
65954
- "parameters": [
65955
- {
65956
- "parameterName": "input",
65957
- "parameterTypeTokenRange": {
65958
- "startIndex": 1,
65959
- "endIndex": 4
65960
- },
65961
- "isOptional": false
65962
- },
65963
- {
65964
- "parameterName": "length",
65965
- "parameterTypeTokenRange": {
65966
- "startIndex": 5,
65967
- "endIndex": 6
65968
- },
65969
- "isOptional": true
65970
- }
65971
- ],
65972
- "name": "decode"
65973
- },
65974
- {
65975
- "kind": "Function",
65976
- "canonicalReference": "@dcl/playground-assets!ScrollPositionValue.encode:function(1)",
65977
- "docComment": "",
65978
- "excerptTokens": [
65979
- {
65980
- "kind": "Content",
65981
- "text": "function encode(message: "
65982
- },
65983
- {
65984
- "kind": "Reference",
65985
- "text": "ScrollPositionValue",
65986
- "canonicalReference": "@dcl/playground-assets!ScrollPositionValue:interface"
65987
- },
65988
- {
65989
- "kind": "Content",
65990
- "text": ", writer?: "
65991
- },
65992
- {
65993
- "kind": "Reference",
65994
- "text": "_m0.Writer",
65995
- "canonicalReference": "protobufjs!Writer:class"
65996
- },
65997
- {
65998
- "kind": "Content",
65999
- "text": "): "
66000
- },
66001
- {
66002
- "kind": "Reference",
66003
- "text": "_m0.Writer",
66004
- "canonicalReference": "protobufjs!Writer:class"
66005
- },
66006
- {
66007
- "kind": "Content",
66008
- "text": ";"
66009
- }
66010
- ],
66011
- "returnTypeTokenRange": {
66012
- "startIndex": 5,
66013
- "endIndex": 6
66014
- },
66015
- "releaseTag": "Public",
66016
- "overloadIndex": 1,
66017
- "parameters": [
66018
- {
66019
- "parameterName": "message",
66020
- "parameterTypeTokenRange": {
66021
- "startIndex": 1,
66022
- "endIndex": 2
66023
- },
66024
- "isOptional": false
66025
- },
66026
- {
66027
- "parameterName": "writer",
66028
- "parameterTypeTokenRange": {
66029
- "startIndex": 3,
66030
- "endIndex": 4
66031
- },
66032
- "isOptional": true
66033
- }
66034
- ],
66035
- "name": "encode"
66036
- }
66037
- ]
66038
- },
66039
- {
66040
- "kind": "TypeAlias",
66041
- "canonicalReference": "@dcl/playground-assets!ScrollVisibleType:type",
66042
- "docComment": "/**\n * The scroll-visible determines if the scrollbars are shown when the scroll overflow is enabled\n *\n * @public\n */\n",
66043
- "excerptTokens": [
66044
- {
66045
- "kind": "Content",
66046
- "text": "export type ScrollVisibleType = "
66047
- },
66048
- {
66049
- "kind": "Content",
66050
- "text": "'horizontal' | 'vertical' | 'both' | 'hidden'"
66051
- },
66052
- {
66053
- "kind": "Content",
66054
- "text": ";"
66055
- }
66056
- ],
66057
- "fileUrlPath": "../react-ecs/dist/components/uiTransform/types.d.ts",
66058
- "releaseTag": "Public",
66059
- "name": "ScrollVisibleType",
66060
- "typeTokenRange": {
66061
- "startIndex": 1,
66062
- "endIndex": 2
66063
- }
66064
- },
66065
- {
66066
- "kind": "Enum",
66067
- "canonicalReference": "@dcl/playground-assets!ShowScrollBar:enum",
66068
- "docComment": "/**\n * @public\n */\n",
66069
- "excerptTokens": [
66070
- {
66071
- "kind": "Content",
66072
- "text": "export declare const enum ShowScrollBar "
66073
- }
66074
- ],
66075
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/ui_transform.gen.d.ts",
66076
- "releaseTag": "Public",
66077
- "name": "ShowScrollBar",
66078
- "preserveMemberOrder": false,
66079
- "members": [
66080
- {
66081
- "kind": "EnumMember",
66082
- "canonicalReference": "@dcl/playground-assets!ShowScrollBar.SSB_BOTH:member",
66083
- "docComment": "",
66084
- "excerptTokens": [
66085
- {
66086
- "kind": "Content",
66087
- "text": "SSB_BOTH = "
66088
- },
66089
- {
66090
- "kind": "Content",
66091
- "text": "0"
66092
- }
66093
- ],
66094
- "initializerTokenRange": {
66095
- "startIndex": 1,
66096
- "endIndex": 2
66097
- },
66098
- "releaseTag": "Public",
66099
- "name": "SSB_BOTH"
66100
- },
66101
- {
66102
- "kind": "EnumMember",
66103
- "canonicalReference": "@dcl/playground-assets!ShowScrollBar.SSB_HIDDEN:member",
66104
- "docComment": "",
66105
- "excerptTokens": [
66106
- {
66107
- "kind": "Content",
66108
- "text": "SSB_HIDDEN = "
66109
- },
66110
- {
66111
- "kind": "Content",
66112
- "text": "3"
66113
- }
66114
- ],
66115
- "initializerTokenRange": {
66116
- "startIndex": 1,
66117
- "endIndex": 2
66118
- },
66119
- "releaseTag": "Public",
66120
- "name": "SSB_HIDDEN"
66121
- },
66122
- {
66123
- "kind": "EnumMember",
66124
- "canonicalReference": "@dcl/playground-assets!ShowScrollBar.SSB_ONLY_HORIZONTAL:member",
66125
- "docComment": "",
66126
- "excerptTokens": [
66127
- {
66128
- "kind": "Content",
66129
- "text": "SSB_ONLY_HORIZONTAL = "
66130
- },
66131
- {
66132
- "kind": "Content",
66133
- "text": "2"
66134
- }
66135
- ],
66136
- "initializerTokenRange": {
66137
- "startIndex": 1,
66138
- "endIndex": 2
66139
- },
66140
- "releaseTag": "Public",
66141
- "name": "SSB_ONLY_HORIZONTAL"
66142
- },
66143
- {
66144
- "kind": "EnumMember",
66145
- "canonicalReference": "@dcl/playground-assets!ShowScrollBar.SSB_ONLY_VERTICAL:member",
66146
- "docComment": "",
66147
- "excerptTokens": [
66148
- {
66149
- "kind": "Content",
66150
- "text": "SSB_ONLY_VERTICAL = "
66151
- },
66152
- {
66153
- "kind": "Content",
66154
- "text": "1"
66155
- }
66156
- ],
66157
- "initializerTokenRange": {
66158
- "startIndex": 1,
66159
- "endIndex": 2
66160
- },
66161
- "releaseTag": "Public",
66162
- "name": "SSB_ONLY_VERTICAL"
66163
- }
66164
- ]
66165
- },
66166
64456
  {
66167
64457
  "kind": "Interface",
66168
64458
  "canonicalReference": "@dcl/playground-assets!Spec:interface",
@@ -69939,65 +68229,6 @@
69939
68229
  "endIndex": 3
69940
68230
  }
69941
68231
  },
69942
- {
69943
- "kind": "PropertySignature",
69944
- "canonicalReference": "@dcl/playground-assets!UiLabelProps#outlineColor:member",
69945
- "docComment": "/**\n * Outline color of the text.\n *\n * @defaultValue\n *\n * `{ r: 0, g: 0, b: 0, a: 1 }`\n */\n",
69946
- "excerptTokens": [
69947
- {
69948
- "kind": "Content",
69949
- "text": "outlineColor?: "
69950
- },
69951
- {
69952
- "kind": "Reference",
69953
- "text": "Color4",
69954
- "canonicalReference": "@dcl/playground-assets!Color4"
69955
- },
69956
- {
69957
- "kind": "Content",
69958
- "text": " | undefined"
69959
- },
69960
- {
69961
- "kind": "Content",
69962
- "text": ";"
69963
- }
69964
- ],
69965
- "isReadonly": false,
69966
- "isOptional": true,
69967
- "releaseTag": "Public",
69968
- "name": "outlineColor",
69969
- "propertyTypeTokenRange": {
69970
- "startIndex": 1,
69971
- "endIndex": 3
69972
- }
69973
- },
69974
- {
69975
- "kind": "PropertySignature",
69976
- "canonicalReference": "@dcl/playground-assets!UiLabelProps#outlineWidth:member",
69977
- "docComment": "/**\n * Outline width of the text.\n *\n * @defaultValue\n *\n * 0\n */\n",
69978
- "excerptTokens": [
69979
- {
69980
- "kind": "Content",
69981
- "text": "outlineWidth?: "
69982
- },
69983
- {
69984
- "kind": "Content",
69985
- "text": "number | undefined"
69986
- },
69987
- {
69988
- "kind": "Content",
69989
- "text": ";"
69990
- }
69991
- ],
69992
- "isReadonly": false,
69993
- "isOptional": true,
69994
- "releaseTag": "Public",
69995
- "name": "outlineWidth",
69996
- "propertyTypeTokenRange": {
69997
- "startIndex": 1,
69998
- "endIndex": 2
69999
- }
70000
- },
70001
68232
  {
70002
68233
  "kind": "PropertySignature",
70003
68234
  "canonicalReference": "@dcl/playground-assets!UiLabelProps#textAlign:member",
@@ -70118,43 +68349,6 @@
70118
68349
  "endIndex": 2
70119
68350
  }
70120
68351
  },
70121
- {
70122
- "kind": "Variable",
70123
- "canonicalReference": "@dcl/playground-assets!UiScrollResult:var",
70124
- "docComment": "/**\n * @public\n */\n",
70125
- "excerptTokens": [
70126
- {
70127
- "kind": "Content",
70128
- "text": "UiScrollResult: "
70129
- },
70130
- {
70131
- "kind": "Reference",
70132
- "text": "LastWriteWinElementSetComponentDefinition",
70133
- "canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
70134
- },
70135
- {
70136
- "kind": "Content",
70137
- "text": "<"
70138
- },
70139
- {
70140
- "kind": "Reference",
70141
- "text": "PBUiScrollResult",
70142
- "canonicalReference": "@dcl/playground-assets!PBUiScrollResult"
70143
- },
70144
- {
70145
- "kind": "Content",
70146
- "text": ">"
70147
- }
70148
- ],
70149
- "fileUrlPath": "../ecs/dist/components/generated/global.gen.d.ts",
70150
- "isReadonly": true,
70151
- "releaseTag": "Public",
70152
- "name": "UiScrollResult",
70153
- "variableTypeTokenRange": {
70154
- "startIndex": 1,
70155
- "endIndex": 5
70156
- }
70157
- },
70158
68352
  {
70159
68353
  "kind": "Variable",
70160
68354
  "canonicalReference": "@dcl/playground-assets!UiText:var",
@@ -70426,33 +68620,6 @@
70426
68620
  "endIndex": 2
70427
68621
  }
70428
68622
  },
70429
- {
70430
- "kind": "PropertySignature",
70431
- "canonicalReference": "@dcl/playground-assets!UiTransformProps#elementId:member",
70432
- "docComment": "/**\n * A reference value to identify the element, default empty\n */\n",
70433
- "excerptTokens": [
70434
- {
70435
- "kind": "Content",
70436
- "text": "elementId?: "
70437
- },
70438
- {
70439
- "kind": "Content",
70440
- "text": "string"
70441
- },
70442
- {
70443
- "kind": "Content",
70444
- "text": ";"
70445
- }
70446
- ],
70447
- "isReadonly": false,
70448
- "isOptional": true,
70449
- "releaseTag": "Public",
70450
- "name": "elementId",
70451
- "propertyTypeTokenRange": {
70452
- "startIndex": 1,
70453
- "endIndex": 2
70454
- }
70455
- },
70456
68623
  {
70457
68624
  "kind": "PropertySignature",
70458
68625
  "canonicalReference": "@dcl/playground-assets!UiTransformProps#flex:member",
@@ -70835,33 +69002,6 @@
70835
69002
  "endIndex": 2
70836
69003
  }
70837
69004
  },
70838
- {
70839
- "kind": "PropertySignature",
70840
- "canonicalReference": "@dcl/playground-assets!UiTransformProps#opacity:member",
70841
- "docComment": "/**\n * The opacity property sets the opacity level for an element, it's accumulated across children\n *\n * @defaultValue\n *\n * 1\n */\n",
70842
- "excerptTokens": [
70843
- {
70844
- "kind": "Content",
70845
- "text": "opacity?: "
70846
- },
70847
- {
70848
- "kind": "Content",
70849
- "text": "number"
70850
- },
70851
- {
70852
- "kind": "Content",
70853
- "text": ";"
70854
- }
70855
- ],
70856
- "isReadonly": false,
70857
- "isOptional": true,
70858
- "releaseTag": "Public",
70859
- "name": "opacity",
70860
- "propertyTypeTokenRange": {
70861
- "startIndex": 1,
70862
- "endIndex": 2
70863
- }
70864
- },
70865
69005
  {
70866
69006
  "kind": "PropertySignature",
70867
69007
  "canonicalReference": "@dcl/playground-assets!UiTransformProps#overflow:member",
@@ -71038,66 +69178,6 @@
71038
69178
  "endIndex": 2
71039
69179
  }
71040
69180
  },
71041
- {
71042
- "kind": "PropertySignature",
71043
- "canonicalReference": "@dcl/playground-assets!UiTransformProps#scrollPosition:member",
71044
- "docComment": "/**\n * default position=(0,0) if it aplies, a vector or a reference-id\n */\n",
71045
- "excerptTokens": [
71046
- {
71047
- "kind": "Content",
71048
- "text": "scrollPosition?: "
71049
- },
71050
- {
71051
- "kind": "Reference",
71052
- "text": "Vector2",
71053
- "canonicalReference": "@dcl/playground-assets!Vector2"
71054
- },
71055
- {
71056
- "kind": "Content",
71057
- "text": " | string"
71058
- },
71059
- {
71060
- "kind": "Content",
71061
- "text": ";"
71062
- }
71063
- ],
71064
- "isReadonly": false,
71065
- "isOptional": true,
71066
- "releaseTag": "Public",
71067
- "name": "scrollPosition",
71068
- "propertyTypeTokenRange": {
71069
- "startIndex": 1,
71070
- "endIndex": 3
71071
- }
71072
- },
71073
- {
71074
- "kind": "PropertySignature",
71075
- "canonicalReference": "@dcl/playground-assets!UiTransformProps#scrollVisible:member",
71076
- "docComment": "/**\n * default ShowScrollBar.SSB_BOTH\n */\n",
71077
- "excerptTokens": [
71078
- {
71079
- "kind": "Content",
71080
- "text": "scrollVisible?: "
71081
- },
71082
- {
71083
- "kind": "Reference",
71084
- "text": "ScrollVisibleType",
71085
- "canonicalReference": "@dcl/playground-assets!ScrollVisibleType:type"
71086
- },
71087
- {
71088
- "kind": "Content",
71089
- "text": ";"
71090
- }
71091
- ],
71092
- "isReadonly": false,
71093
- "isOptional": true,
71094
- "releaseTag": "Public",
71095
- "name": "scrollVisible",
71096
- "propertyTypeTokenRange": {
71097
- "startIndex": 1,
71098
- "endIndex": 2
71099
- }
71100
- },
71101
69181
  {
71102
69182
  "kind": "PropertySignature",
71103
69183
  "canonicalReference": "@dcl/playground-assets!UiTransformProps#width:member",