@dcl/playground-assets 7.5.1-9299912306.commit-7629bda → 7.5.1-9349876127.commit-ca3ef96
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/alpha.d.ts +35 -108
- package/dist/beta.d.ts +35 -108
- package/dist/index.bundled.d.ts +35 -108
- package/dist/index.js +6 -5
- package/dist/index.js.map +4 -4
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +35 -108
- package/etc/playground-assets.api.json +357 -1241
- package/etc/playground-assets.api.md +29 -73
- package/package.json +4 -4
@@ -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",
|
@@ -3913,7 +3416,7 @@
|
|
3913
3416
|
{
|
3914
3417
|
"kind": "Reference",
|
3915
3418
|
"text": "ReactEcs.JSX.Element",
|
3916
|
-
"canonicalReference": "@dcl/playground-assets!ReactEcs.JSX.Element:
|
3419
|
+
"canonicalReference": "@dcl/playground-assets!ReactEcs.JSX.Element:interface"
|
3917
3420
|
},
|
3918
3421
|
{
|
3919
3422
|
"kind": "Content",
|
@@ -6434,8 +5937,9 @@
|
|
6434
5937
|
"text": "export type Children = "
|
6435
5938
|
},
|
6436
5939
|
{
|
6437
|
-
"kind": "
|
6438
|
-
"text": "
|
5940
|
+
"kind": "Reference",
|
5941
|
+
"text": "ReactNode",
|
5942
|
+
"canonicalReference": "@dcl/playground-assets!ReactNode:type"
|
6439
5943
|
},
|
6440
5944
|
{
|
6441
5945
|
"kind": "Content",
|
@@ -6450,364 +5954,6 @@
|
|
6450
5954
|
"endIndex": 2
|
6451
5955
|
}
|
6452
5956
|
},
|
6453
|
-
{
|
6454
|
-
"kind": "Interface",
|
6455
|
-
"canonicalReference": "@dcl/playground-assets!CinematicSettings:interface",
|
6456
|
-
"docComment": "/**\n * @public\n */\n",
|
6457
|
-
"excerptTokens": [
|
6458
|
-
{
|
6459
|
-
"kind": "Content",
|
6460
|
-
"text": "export interface CinematicSettings "
|
6461
|
-
}
|
6462
|
-
],
|
6463
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/camera_mode_area.gen.d.ts",
|
6464
|
-
"releaseTag": "Public",
|
6465
|
-
"name": "CinematicSettings",
|
6466
|
-
"preserveMemberOrder": false,
|
6467
|
-
"members": [
|
6468
|
-
{
|
6469
|
-
"kind": "PropertySignature",
|
6470
|
-
"canonicalReference": "@dcl/playground-assets!CinematicSettings#allowManualRotation:member",
|
6471
|
-
"docComment": "/**\n * Position -> camera's position Rotation -> camera's direction scale.z -> zoom level scale.x and scale.y -> unused\n */\n",
|
6472
|
-
"excerptTokens": [
|
6473
|
-
{
|
6474
|
-
"kind": "Content",
|
6475
|
-
"text": "allowManualRotation?: "
|
6476
|
-
},
|
6477
|
-
{
|
6478
|
-
"kind": "Content",
|
6479
|
-
"text": "boolean | undefined"
|
6480
|
-
},
|
6481
|
-
{
|
6482
|
-
"kind": "Content",
|
6483
|
-
"text": ";"
|
6484
|
-
}
|
6485
|
-
],
|
6486
|
-
"isReadonly": false,
|
6487
|
-
"isOptional": true,
|
6488
|
-
"releaseTag": "Public",
|
6489
|
-
"name": "allowManualRotation",
|
6490
|
-
"propertyTypeTokenRange": {
|
6491
|
-
"startIndex": 1,
|
6492
|
-
"endIndex": 2
|
6493
|
-
}
|
6494
|
-
},
|
6495
|
-
{
|
6496
|
-
"kind": "PropertySignature",
|
6497
|
-
"canonicalReference": "@dcl/playground-assets!CinematicSettings#cameraEntity:member",
|
6498
|
-
"docComment": "/**\n * Entity that defines the cinematic camera transform.\n */\n",
|
6499
|
-
"excerptTokens": [
|
6500
|
-
{
|
6501
|
-
"kind": "Content",
|
6502
|
-
"text": "cameraEntity: "
|
6503
|
-
},
|
6504
|
-
{
|
6505
|
-
"kind": "Content",
|
6506
|
-
"text": "number"
|
6507
|
-
},
|
6508
|
-
{
|
6509
|
-
"kind": "Content",
|
6510
|
-
"text": ";"
|
6511
|
-
}
|
6512
|
-
],
|
6513
|
-
"isReadonly": false,
|
6514
|
-
"isOptional": false,
|
6515
|
-
"releaseTag": "Public",
|
6516
|
-
"name": "cameraEntity",
|
6517
|
-
"propertyTypeTokenRange": {
|
6518
|
-
"startIndex": 1,
|
6519
|
-
"endIndex": 2
|
6520
|
-
}
|
6521
|
-
},
|
6522
|
-
{
|
6523
|
-
"kind": "PropertySignature",
|
6524
|
-
"canonicalReference": "@dcl/playground-assets!CinematicSettings#pitchRange:member",
|
6525
|
-
"docComment": "/**\n * how far the camera can rotate around the x-axis / look up-down, in radians. default unrestricted\n */\n",
|
6526
|
-
"excerptTokens": [
|
6527
|
-
{
|
6528
|
-
"kind": "Content",
|
6529
|
-
"text": "pitchRange?: "
|
6530
|
-
},
|
6531
|
-
{
|
6532
|
-
"kind": "Content",
|
6533
|
-
"text": "number | undefined"
|
6534
|
-
},
|
6535
|
-
{
|
6536
|
-
"kind": "Content",
|
6537
|
-
"text": ";"
|
6538
|
-
}
|
6539
|
-
],
|
6540
|
-
"isReadonly": false,
|
6541
|
-
"isOptional": true,
|
6542
|
-
"releaseTag": "Public",
|
6543
|
-
"name": "pitchRange",
|
6544
|
-
"propertyTypeTokenRange": {
|
6545
|
-
"startIndex": 1,
|
6546
|
-
"endIndex": 2
|
6547
|
-
}
|
6548
|
-
},
|
6549
|
-
{
|
6550
|
-
"kind": "PropertySignature",
|
6551
|
-
"canonicalReference": "@dcl/playground-assets!CinematicSettings#rollRange:member",
|
6552
|
-
"docComment": "/**\n * note: cameras can never look up/down further than Vec3::Y\n */\n",
|
6553
|
-
"excerptTokens": [
|
6554
|
-
{
|
6555
|
-
"kind": "Content",
|
6556
|
-
"text": "rollRange?: "
|
6557
|
-
},
|
6558
|
-
{
|
6559
|
-
"kind": "Content",
|
6560
|
-
"text": "number | undefined"
|
6561
|
-
},
|
6562
|
-
{
|
6563
|
-
"kind": "Content",
|
6564
|
-
"text": ";"
|
6565
|
-
}
|
6566
|
-
],
|
6567
|
-
"isReadonly": false,
|
6568
|
-
"isOptional": true,
|
6569
|
-
"releaseTag": "Public",
|
6570
|
-
"name": "rollRange",
|
6571
|
-
"propertyTypeTokenRange": {
|
6572
|
-
"startIndex": 1,
|
6573
|
-
"endIndex": 2
|
6574
|
-
}
|
6575
|
-
},
|
6576
|
-
{
|
6577
|
-
"kind": "PropertySignature",
|
6578
|
-
"canonicalReference": "@dcl/playground-assets!CinematicSettings#yawRange:member",
|
6579
|
-
"docComment": "/**\n * how far the camera can rotate around the y-axis / look left/right, in radians. default unrestricted\n */\n",
|
6580
|
-
"excerptTokens": [
|
6581
|
-
{
|
6582
|
-
"kind": "Content",
|
6583
|
-
"text": "yawRange?: "
|
6584
|
-
},
|
6585
|
-
{
|
6586
|
-
"kind": "Content",
|
6587
|
-
"text": "number | undefined"
|
6588
|
-
},
|
6589
|
-
{
|
6590
|
-
"kind": "Content",
|
6591
|
-
"text": ";"
|
6592
|
-
}
|
6593
|
-
],
|
6594
|
-
"isReadonly": false,
|
6595
|
-
"isOptional": true,
|
6596
|
-
"releaseTag": "Public",
|
6597
|
-
"name": "yawRange",
|
6598
|
-
"propertyTypeTokenRange": {
|
6599
|
-
"startIndex": 1,
|
6600
|
-
"endIndex": 2
|
6601
|
-
}
|
6602
|
-
},
|
6603
|
-
{
|
6604
|
-
"kind": "PropertySignature",
|
6605
|
-
"canonicalReference": "@dcl/playground-assets!CinematicSettings#zoomMax:member",
|
6606
|
-
"docComment": "/**\n * maximum zoom level. must be greater than 0. defaults to the input zoom level\n */\n",
|
6607
|
-
"excerptTokens": [
|
6608
|
-
{
|
6609
|
-
"kind": "Content",
|
6610
|
-
"text": "zoomMax?: "
|
6611
|
-
},
|
6612
|
-
{
|
6613
|
-
"kind": "Content",
|
6614
|
-
"text": "number | undefined"
|
6615
|
-
},
|
6616
|
-
{
|
6617
|
-
"kind": "Content",
|
6618
|
-
"text": ";"
|
6619
|
-
}
|
6620
|
-
],
|
6621
|
-
"isReadonly": false,
|
6622
|
-
"isOptional": true,
|
6623
|
-
"releaseTag": "Public",
|
6624
|
-
"name": "zoomMax",
|
6625
|
-
"propertyTypeTokenRange": {
|
6626
|
-
"startIndex": 1,
|
6627
|
-
"endIndex": 2
|
6628
|
-
}
|
6629
|
-
},
|
6630
|
-
{
|
6631
|
-
"kind": "PropertySignature",
|
6632
|
-
"canonicalReference": "@dcl/playground-assets!CinematicSettings#zoomMin:member",
|
6633
|
-
"docComment": "/**\n * minimum zoom level. must be greater than 0. defaults to the input zoom level\n */\n",
|
6634
|
-
"excerptTokens": [
|
6635
|
-
{
|
6636
|
-
"kind": "Content",
|
6637
|
-
"text": "zoomMin?: "
|
6638
|
-
},
|
6639
|
-
{
|
6640
|
-
"kind": "Content",
|
6641
|
-
"text": "number | undefined"
|
6642
|
-
},
|
6643
|
-
{
|
6644
|
-
"kind": "Content",
|
6645
|
-
"text": ";"
|
6646
|
-
}
|
6647
|
-
],
|
6648
|
-
"isReadonly": false,
|
6649
|
-
"isOptional": true,
|
6650
|
-
"releaseTag": "Public",
|
6651
|
-
"name": "zoomMin",
|
6652
|
-
"propertyTypeTokenRange": {
|
6653
|
-
"startIndex": 1,
|
6654
|
-
"endIndex": 2
|
6655
|
-
}
|
6656
|
-
}
|
6657
|
-
],
|
6658
|
-
"extendsTokenRanges": []
|
6659
|
-
},
|
6660
|
-
{
|
6661
|
-
"kind": "Namespace",
|
6662
|
-
"canonicalReference": "@dcl/playground-assets!CinematicSettings:namespace",
|
6663
|
-
"docComment": "/**\n * @public\n */\n",
|
6664
|
-
"excerptTokens": [
|
6665
|
-
{
|
6666
|
-
"kind": "Content",
|
6667
|
-
"text": "export declare namespace CinematicSettings "
|
6668
|
-
}
|
6669
|
-
],
|
6670
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/camera_mode_area.gen.d.ts",
|
6671
|
-
"releaseTag": "Public",
|
6672
|
-
"name": "CinematicSettings",
|
6673
|
-
"preserveMemberOrder": false,
|
6674
|
-
"members": [
|
6675
|
-
{
|
6676
|
-
"kind": "Function",
|
6677
|
-
"canonicalReference": "@dcl/playground-assets!CinematicSettings.decode:function(1)",
|
6678
|
-
"docComment": "",
|
6679
|
-
"excerptTokens": [
|
6680
|
-
{
|
6681
|
-
"kind": "Content",
|
6682
|
-
"text": "function decode(input: "
|
6683
|
-
},
|
6684
|
-
{
|
6685
|
-
"kind": "Reference",
|
6686
|
-
"text": "_m0.Reader",
|
6687
|
-
"canonicalReference": "protobufjs!Reader:class"
|
6688
|
-
},
|
6689
|
-
{
|
6690
|
-
"kind": "Content",
|
6691
|
-
"text": " | "
|
6692
|
-
},
|
6693
|
-
{
|
6694
|
-
"kind": "Reference",
|
6695
|
-
"text": "Uint8Array",
|
6696
|
-
"canonicalReference": "!Uint8Array:interface"
|
6697
|
-
},
|
6698
|
-
{
|
6699
|
-
"kind": "Content",
|
6700
|
-
"text": ", length?: "
|
6701
|
-
},
|
6702
|
-
{
|
6703
|
-
"kind": "Content",
|
6704
|
-
"text": "number"
|
6705
|
-
},
|
6706
|
-
{
|
6707
|
-
"kind": "Content",
|
6708
|
-
"text": "): "
|
6709
|
-
},
|
6710
|
-
{
|
6711
|
-
"kind": "Reference",
|
6712
|
-
"text": "CinematicSettings",
|
6713
|
-
"canonicalReference": "@dcl/playground-assets!CinematicSettings:interface"
|
6714
|
-
},
|
6715
|
-
{
|
6716
|
-
"kind": "Content",
|
6717
|
-
"text": ";"
|
6718
|
-
}
|
6719
|
-
],
|
6720
|
-
"returnTypeTokenRange": {
|
6721
|
-
"startIndex": 7,
|
6722
|
-
"endIndex": 8
|
6723
|
-
},
|
6724
|
-
"releaseTag": "Public",
|
6725
|
-
"overloadIndex": 1,
|
6726
|
-
"parameters": [
|
6727
|
-
{
|
6728
|
-
"parameterName": "input",
|
6729
|
-
"parameterTypeTokenRange": {
|
6730
|
-
"startIndex": 1,
|
6731
|
-
"endIndex": 4
|
6732
|
-
},
|
6733
|
-
"isOptional": false
|
6734
|
-
},
|
6735
|
-
{
|
6736
|
-
"parameterName": "length",
|
6737
|
-
"parameterTypeTokenRange": {
|
6738
|
-
"startIndex": 5,
|
6739
|
-
"endIndex": 6
|
6740
|
-
},
|
6741
|
-
"isOptional": true
|
6742
|
-
}
|
6743
|
-
],
|
6744
|
-
"name": "decode"
|
6745
|
-
},
|
6746
|
-
{
|
6747
|
-
"kind": "Function",
|
6748
|
-
"canonicalReference": "@dcl/playground-assets!CinematicSettings.encode:function(1)",
|
6749
|
-
"docComment": "",
|
6750
|
-
"excerptTokens": [
|
6751
|
-
{
|
6752
|
-
"kind": "Content",
|
6753
|
-
"text": "function encode(message: "
|
6754
|
-
},
|
6755
|
-
{
|
6756
|
-
"kind": "Reference",
|
6757
|
-
"text": "CinematicSettings",
|
6758
|
-
"canonicalReference": "@dcl/playground-assets!CinematicSettings:interface"
|
6759
|
-
},
|
6760
|
-
{
|
6761
|
-
"kind": "Content",
|
6762
|
-
"text": ", writer?: "
|
6763
|
-
},
|
6764
|
-
{
|
6765
|
-
"kind": "Reference",
|
6766
|
-
"text": "_m0.Writer",
|
6767
|
-
"canonicalReference": "protobufjs!Writer:class"
|
6768
|
-
},
|
6769
|
-
{
|
6770
|
-
"kind": "Content",
|
6771
|
-
"text": "): "
|
6772
|
-
},
|
6773
|
-
{
|
6774
|
-
"kind": "Reference",
|
6775
|
-
"text": "_m0.Writer",
|
6776
|
-
"canonicalReference": "protobufjs!Writer:class"
|
6777
|
-
},
|
6778
|
-
{
|
6779
|
-
"kind": "Content",
|
6780
|
-
"text": ";"
|
6781
|
-
}
|
6782
|
-
],
|
6783
|
-
"returnTypeTokenRange": {
|
6784
|
-
"startIndex": 5,
|
6785
|
-
"endIndex": 6
|
6786
|
-
},
|
6787
|
-
"releaseTag": "Public",
|
6788
|
-
"overloadIndex": 1,
|
6789
|
-
"parameters": [
|
6790
|
-
{
|
6791
|
-
"parameterName": "message",
|
6792
|
-
"parameterTypeTokenRange": {
|
6793
|
-
"startIndex": 1,
|
6794
|
-
"endIndex": 2
|
6795
|
-
},
|
6796
|
-
"isOptional": false
|
6797
|
-
},
|
6798
|
-
{
|
6799
|
-
"parameterName": "writer",
|
6800
|
-
"parameterTypeTokenRange": {
|
6801
|
-
"startIndex": 3,
|
6802
|
-
"endIndex": 4
|
6803
|
-
},
|
6804
|
-
"isOptional": true
|
6805
|
-
}
|
6806
|
-
],
|
6807
|
-
"name": "encode"
|
6808
|
-
}
|
6809
|
-
]
|
6810
|
-
},
|
6811
5957
|
{
|
6812
5958
|
"kind": "Enum",
|
6813
5959
|
"canonicalReference": "@dcl/playground-assets!ColliderLayer:enum",
|
@@ -17952,7 +17098,7 @@
|
|
17952
17098
|
{
|
17953
17099
|
"kind": "Reference",
|
17954
17100
|
"text": "ReactEcs.JSX.Element",
|
17955
|
-
"canonicalReference": "@dcl/playground-assets!ReactEcs.JSX.Element:
|
17101
|
+
"canonicalReference": "@dcl/playground-assets!ReactEcs.JSX.Element:interface"
|
17956
17102
|
},
|
17957
17103
|
{
|
17958
17104
|
"kind": "Content",
|
@@ -18690,8 +17836,8 @@
|
|
18690
17836
|
},
|
18691
17837
|
{
|
18692
17838
|
"kind": "Reference",
|
18693
|
-
"text": "
|
18694
|
-
"canonicalReference": "@dcl/playground-assets!
|
17839
|
+
"text": "ReactNode",
|
17840
|
+
"canonicalReference": "@dcl/playground-assets!ReactNode:type"
|
18695
17841
|
},
|
18696
17842
|
{
|
18697
17843
|
"kind": "Content",
|
@@ -22655,7 +21801,7 @@
|
|
22655
21801
|
{
|
22656
21802
|
"kind": "Reference",
|
22657
21803
|
"text": "ReactEcs.JSX.Element",
|
22658
|
-
"canonicalReference": "@dcl/playground-assets!ReactEcs.JSX.Element:
|
21804
|
+
"canonicalReference": "@dcl/playground-assets!ReactEcs.JSX.Element:interface"
|
22659
21805
|
},
|
22660
21806
|
{
|
22661
21807
|
"kind": "Content",
|
@@ -23706,38 +22852,47 @@
|
|
23706
22852
|
"extendsTokenRanges": []
|
23707
22853
|
},
|
23708
22854
|
{
|
23709
|
-
"kind": "
|
23710
|
-
"canonicalReference": "@dcl/playground-assets!JSX.Element:
|
22855
|
+
"kind": "Interface",
|
22856
|
+
"canonicalReference": "@dcl/playground-assets!JSX.Element:interface",
|
23711
22857
|
"docComment": "",
|
23712
22858
|
"excerptTokens": [
|
23713
22859
|
{
|
23714
22860
|
"kind": "Content",
|
23715
|
-
"text": "
|
22861
|
+
"text": "interface Element extends "
|
22862
|
+
},
|
22863
|
+
{
|
22864
|
+
"kind": "Reference",
|
22865
|
+
"text": "ReactElement",
|
22866
|
+
"canonicalReference": "@dcl/playground-assets!ReactElement:interface"
|
23716
22867
|
},
|
23717
22868
|
{
|
23718
22869
|
"kind": "Content",
|
23719
|
-
"text": "
|
22870
|
+
"text": "<any, any>"
|
23720
22871
|
},
|
23721
22872
|
{
|
23722
22873
|
"kind": "Content",
|
23723
|
-
"text": "
|
22874
|
+
"text": " "
|
23724
22875
|
}
|
23725
22876
|
],
|
23726
22877
|
"releaseTag": "Public",
|
23727
22878
|
"name": "Element",
|
23728
|
-
"
|
23729
|
-
|
23730
|
-
|
23731
|
-
|
22879
|
+
"preserveMemberOrder": false,
|
22880
|
+
"members": [],
|
22881
|
+
"extendsTokenRanges": [
|
22882
|
+
{
|
22883
|
+
"startIndex": 1,
|
22884
|
+
"endIndex": 3
|
22885
|
+
}
|
22886
|
+
]
|
23732
22887
|
},
|
23733
22888
|
{
|
23734
|
-
"kind": "
|
23735
|
-
"canonicalReference": "@dcl/playground-assets!JSX.IntrinsicElements:
|
22889
|
+
"kind": "Interface",
|
22890
|
+
"canonicalReference": "@dcl/playground-assets!JSX.IntrinsicElements:interface",
|
23736
22891
|
"docComment": "",
|
23737
22892
|
"excerptTokens": [
|
23738
22893
|
{
|
23739
22894
|
"kind": "Content",
|
23740
|
-
"text": "
|
22895
|
+
"text": "interface IntrinsicElements extends "
|
23741
22896
|
},
|
23742
22897
|
{
|
23743
22898
|
"kind": "Reference",
|
@@ -23746,18 +22901,70 @@
|
|
23746
22901
|
},
|
23747
22902
|
{
|
23748
22903
|
"kind": "Content",
|
23749
|
-
"text": "
|
22904
|
+
"text": " "
|
23750
22905
|
}
|
23751
22906
|
],
|
23752
22907
|
"releaseTag": "Public",
|
23753
22908
|
"name": "IntrinsicElements",
|
23754
|
-
"
|
23755
|
-
|
23756
|
-
|
23757
|
-
|
22909
|
+
"preserveMemberOrder": false,
|
22910
|
+
"members": [],
|
22911
|
+
"extendsTokenRanges": [
|
22912
|
+
{
|
22913
|
+
"startIndex": 1,
|
22914
|
+
"endIndex": 2
|
22915
|
+
}
|
22916
|
+
]
|
23758
22917
|
}
|
23759
22918
|
]
|
23760
22919
|
},
|
22920
|
+
{
|
22921
|
+
"kind": "TypeAlias",
|
22922
|
+
"canonicalReference": "@dcl/playground-assets!JSXElementConstructor:type",
|
22923
|
+
"docComment": "/**\n * @public\n */\n",
|
22924
|
+
"excerptTokens": [
|
22925
|
+
{
|
22926
|
+
"kind": "Content",
|
22927
|
+
"text": "export type JSXElementConstructor<P> = "
|
22928
|
+
},
|
22929
|
+
{
|
22930
|
+
"kind": "Content",
|
22931
|
+
"text": "(props: P) => "
|
22932
|
+
},
|
22933
|
+
{
|
22934
|
+
"kind": "Reference",
|
22935
|
+
"text": "ReactElement",
|
22936
|
+
"canonicalReference": "@dcl/playground-assets!ReactElement:interface"
|
22937
|
+
},
|
22938
|
+
{
|
22939
|
+
"kind": "Content",
|
22940
|
+
"text": "<any, any> | null"
|
22941
|
+
},
|
22942
|
+
{
|
22943
|
+
"kind": "Content",
|
22944
|
+
"text": ";"
|
22945
|
+
}
|
22946
|
+
],
|
22947
|
+
"fileUrlPath": "../react-ecs/dist/react-ecs.d.ts",
|
22948
|
+
"releaseTag": "Public",
|
22949
|
+
"name": "JSXElementConstructor",
|
22950
|
+
"typeParameters": [
|
22951
|
+
{
|
22952
|
+
"typeParameterName": "P",
|
22953
|
+
"constraintTokenRange": {
|
22954
|
+
"startIndex": 0,
|
22955
|
+
"endIndex": 0
|
22956
|
+
},
|
22957
|
+
"defaultTypeTokenRange": {
|
22958
|
+
"startIndex": 0,
|
22959
|
+
"endIndex": 0
|
22960
|
+
}
|
22961
|
+
}
|
22962
|
+
],
|
22963
|
+
"typeTokenRange": {
|
22964
|
+
"startIndex": 1,
|
22965
|
+
"endIndex": 4
|
22966
|
+
}
|
22967
|
+
},
|
23761
22968
|
{
|
23762
22969
|
"kind": "TypeAlias",
|
23763
22970
|
"canonicalReference": "@dcl/playground-assets!JustifyType:type",
|
@@ -23840,7 +23047,7 @@
|
|
23840
23047
|
{
|
23841
23048
|
"kind": "Reference",
|
23842
23049
|
"text": "ReactEcs.JSX.Element",
|
23843
|
-
"canonicalReference": "@dcl/playground-assets!ReactEcs.JSX.Element:
|
23050
|
+
"canonicalReference": "@dcl/playground-assets!ReactEcs.JSX.Element:interface"
|
23844
23051
|
},
|
23845
23052
|
{
|
23846
23053
|
"kind": "Content",
|
@@ -38745,65 +37952,6 @@
|
|
38745
37952
|
"startIndex": 1,
|
38746
37953
|
"endIndex": 3
|
38747
37954
|
}
|
38748
|
-
},
|
38749
|
-
{
|
38750
|
-
"kind": "PropertySignature",
|
38751
|
-
"canonicalReference": "@dcl/playground-assets!PBAvatarModifierArea#movementSettings:member",
|
38752
|
-
"docComment": "",
|
38753
|
-
"excerptTokens": [
|
38754
|
-
{
|
38755
|
-
"kind": "Content",
|
38756
|
-
"text": "movementSettings?: "
|
38757
|
-
},
|
38758
|
-
{
|
38759
|
-
"kind": "Reference",
|
38760
|
-
"text": "AvatarMovementSettings",
|
38761
|
-
"canonicalReference": "@dcl/playground-assets!AvatarMovementSettings:interface"
|
38762
|
-
},
|
38763
|
-
{
|
38764
|
-
"kind": "Content",
|
38765
|
-
"text": " | undefined"
|
38766
|
-
},
|
38767
|
-
{
|
38768
|
-
"kind": "Content",
|
38769
|
-
"text": ";"
|
38770
|
-
}
|
38771
|
-
],
|
38772
|
-
"isReadonly": false,
|
38773
|
-
"isOptional": true,
|
38774
|
-
"releaseTag": "Public",
|
38775
|
-
"name": "movementSettings",
|
38776
|
-
"propertyTypeTokenRange": {
|
38777
|
-
"startIndex": 1,
|
38778
|
-
"endIndex": 3
|
38779
|
-
}
|
38780
|
-
},
|
38781
|
-
{
|
38782
|
-
"kind": "PropertySignature",
|
38783
|
-
"canonicalReference": "@dcl/playground-assets!PBAvatarModifierArea#useColliderRange:member",
|
38784
|
-
"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",
|
38785
|
-
"excerptTokens": [
|
38786
|
-
{
|
38787
|
-
"kind": "Content",
|
38788
|
-
"text": "useColliderRange?: "
|
38789
|
-
},
|
38790
|
-
{
|
38791
|
-
"kind": "Content",
|
38792
|
-
"text": "boolean | undefined"
|
38793
|
-
},
|
38794
|
-
{
|
38795
|
-
"kind": "Content",
|
38796
|
-
"text": ";"
|
38797
|
-
}
|
38798
|
-
],
|
38799
|
-
"isReadonly": false,
|
38800
|
-
"isOptional": true,
|
38801
|
-
"releaseTag": "Public",
|
38802
|
-
"name": "useColliderRange",
|
38803
|
-
"propertyTypeTokenRange": {
|
38804
|
-
"startIndex": 1,
|
38805
|
-
"endIndex": 2
|
38806
|
-
}
|
38807
37955
|
}
|
38808
37956
|
],
|
38809
37957
|
"extendsTokenRanges": []
|
@@ -39885,38 +39033,6 @@
|
|
39885
39033
|
"endIndex": 3
|
39886
39034
|
}
|
39887
39035
|
},
|
39888
|
-
{
|
39889
|
-
"kind": "PropertySignature",
|
39890
|
-
"canonicalReference": "@dcl/playground-assets!PBCameraModeArea#cinematicSettings:member",
|
39891
|
-
"docComment": "",
|
39892
|
-
"excerptTokens": [
|
39893
|
-
{
|
39894
|
-
"kind": "Content",
|
39895
|
-
"text": "cinematicSettings?: "
|
39896
|
-
},
|
39897
|
-
{
|
39898
|
-
"kind": "Reference",
|
39899
|
-
"text": "CinematicSettings",
|
39900
|
-
"canonicalReference": "@dcl/playground-assets!CinematicSettings:interface"
|
39901
|
-
},
|
39902
|
-
{
|
39903
|
-
"kind": "Content",
|
39904
|
-
"text": " | undefined"
|
39905
|
-
},
|
39906
|
-
{
|
39907
|
-
"kind": "Content",
|
39908
|
-
"text": ";"
|
39909
|
-
}
|
39910
|
-
],
|
39911
|
-
"isReadonly": false,
|
39912
|
-
"isOptional": true,
|
39913
|
-
"releaseTag": "Public",
|
39914
|
-
"name": "cinematicSettings",
|
39915
|
-
"propertyTypeTokenRange": {
|
39916
|
-
"startIndex": 1,
|
39917
|
-
"endIndex": 3
|
39918
|
-
}
|
39919
|
-
},
|
39920
39036
|
{
|
39921
39037
|
"kind": "PropertySignature",
|
39922
39038
|
"canonicalReference": "@dcl/playground-assets!PBCameraModeArea#mode:member",
|
@@ -39944,33 +39060,6 @@
|
|
39944
39060
|
"startIndex": 1,
|
39945
39061
|
"endIndex": 2
|
39946
39062
|
}
|
39947
|
-
},
|
39948
|
-
{
|
39949
|
-
"kind": "PropertySignature",
|
39950
|
-
"canonicalReference": "@dcl/playground-assets!PBCameraModeArea#useColliderRange:member",
|
39951
|
-
"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",
|
39952
|
-
"excerptTokens": [
|
39953
|
-
{
|
39954
|
-
"kind": "Content",
|
39955
|
-
"text": "useColliderRange?: "
|
39956
|
-
},
|
39957
|
-
{
|
39958
|
-
"kind": "Content",
|
39959
|
-
"text": "boolean | undefined"
|
39960
|
-
},
|
39961
|
-
{
|
39962
|
-
"kind": "Content",
|
39963
|
-
"text": ";"
|
39964
|
-
}
|
39965
|
-
],
|
39966
|
-
"isReadonly": false,
|
39967
|
-
"isOptional": true,
|
39968
|
-
"releaseTag": "Public",
|
39969
|
-
"name": "useColliderRange",
|
39970
|
-
"propertyTypeTokenRange": {
|
39971
|
-
"startIndex": 1,
|
39972
|
-
"endIndex": 2
|
39973
|
-
}
|
39974
39063
|
}
|
39975
39064
|
],
|
39976
39065
|
"extendsTokenRanges": []
|
@@ -51272,65 +50361,6 @@
|
|
51272
50361
|
"endIndex": 2
|
51273
50362
|
}
|
51274
50363
|
},
|
51275
|
-
{
|
51276
|
-
"kind": "PropertySignature",
|
51277
|
-
"canonicalReference": "@dcl/playground-assets!PBUiText#outlineColor:member",
|
51278
|
-
"docComment": "/**\n * RGBA color of the outline (default: opaque black)\n */\n",
|
51279
|
-
"excerptTokens": [
|
51280
|
-
{
|
51281
|
-
"kind": "Content",
|
51282
|
-
"text": "outlineColor?: "
|
51283
|
-
},
|
51284
|
-
{
|
51285
|
-
"kind": "Reference",
|
51286
|
-
"text": "Color4",
|
51287
|
-
"canonicalReference": "@dcl/playground-assets!Color4"
|
51288
|
-
},
|
51289
|
-
{
|
51290
|
-
"kind": "Content",
|
51291
|
-
"text": " | undefined"
|
51292
|
-
},
|
51293
|
-
{
|
51294
|
-
"kind": "Content",
|
51295
|
-
"text": ";"
|
51296
|
-
}
|
51297
|
-
],
|
51298
|
-
"isReadonly": false,
|
51299
|
-
"isOptional": true,
|
51300
|
-
"releaseTag": "Public",
|
51301
|
-
"name": "outlineColor",
|
51302
|
-
"propertyTypeTokenRange": {
|
51303
|
-
"startIndex": 1,
|
51304
|
-
"endIndex": 3
|
51305
|
-
}
|
51306
|
-
},
|
51307
|
-
{
|
51308
|
-
"kind": "PropertySignature",
|
51309
|
-
"canonicalReference": "@dcl/playground-assets!PBUiText#outlineWidth:member",
|
51310
|
-
"docComment": "/**\n * width of the outline (default: 0)\n */\n",
|
51311
|
-
"excerptTokens": [
|
51312
|
-
{
|
51313
|
-
"kind": "Content",
|
51314
|
-
"text": "outlineWidth?: "
|
51315
|
-
},
|
51316
|
-
{
|
51317
|
-
"kind": "Content",
|
51318
|
-
"text": "number | undefined"
|
51319
|
-
},
|
51320
|
-
{
|
51321
|
-
"kind": "Content",
|
51322
|
-
"text": ";"
|
51323
|
-
}
|
51324
|
-
],
|
51325
|
-
"isReadonly": false,
|
51326
|
-
"isOptional": true,
|
51327
|
-
"releaseTag": "Public",
|
51328
|
-
"name": "outlineWidth",
|
51329
|
-
"propertyTypeTokenRange": {
|
51330
|
-
"startIndex": 1,
|
51331
|
-
"endIndex": 2
|
51332
|
-
}
|
51333
|
-
},
|
51334
50364
|
{
|
51335
50365
|
"kind": "PropertySignature",
|
51336
50366
|
"canonicalReference": "@dcl/playground-assets!PBUiText#textAlign:member",
|
@@ -51363,33 +50393,6 @@
|
|
51363
50393
|
"endIndex": 3
|
51364
50394
|
}
|
51365
50395
|
},
|
51366
|
-
{
|
51367
|
-
"kind": "PropertySignature",
|
51368
|
-
"canonicalReference": "@dcl/playground-assets!PBUiText#textWrapping:member",
|
51369
|
-
"docComment": "/**\n * wrap text when the border is reached (default false)\n */\n",
|
51370
|
-
"excerptTokens": [
|
51371
|
-
{
|
51372
|
-
"kind": "Content",
|
51373
|
-
"text": "textWrapping?: "
|
51374
|
-
},
|
51375
|
-
{
|
51376
|
-
"kind": "Content",
|
51377
|
-
"text": "boolean | undefined"
|
51378
|
-
},
|
51379
|
-
{
|
51380
|
-
"kind": "Content",
|
51381
|
-
"text": ";"
|
51382
|
-
}
|
51383
|
-
],
|
51384
|
-
"isReadonly": false,
|
51385
|
-
"isOptional": true,
|
51386
|
-
"releaseTag": "Public",
|
51387
|
-
"name": "textWrapping",
|
51388
|
-
"propertyTypeTokenRange": {
|
51389
|
-
"startIndex": 1,
|
51390
|
-
"endIndex": 2
|
51391
|
-
}
|
51392
|
-
},
|
51393
50396
|
{
|
51394
50397
|
"kind": "PropertySignature",
|
51395
50398
|
"canonicalReference": "@dcl/playground-assets!PBUiText#value:member",
|
@@ -52398,33 +51401,6 @@
|
|
52398
51401
|
"endIndex": 2
|
52399
51402
|
}
|
52400
51403
|
},
|
52401
|
-
{
|
52402
|
-
"kind": "PropertySignature",
|
52403
|
-
"canonicalReference": "@dcl/playground-assets!PBUiTransform#opacity:member",
|
52404
|
-
"docComment": "/**\n * default: 1\n */\n",
|
52405
|
-
"excerptTokens": [
|
52406
|
-
{
|
52407
|
-
"kind": "Content",
|
52408
|
-
"text": "opacity?: "
|
52409
|
-
},
|
52410
|
-
{
|
52411
|
-
"kind": "Content",
|
52412
|
-
"text": "number | undefined"
|
52413
|
-
},
|
52414
|
-
{
|
52415
|
-
"kind": "Content",
|
52416
|
-
"text": ";"
|
52417
|
-
}
|
52418
|
-
],
|
52419
|
-
"isReadonly": false,
|
52420
|
-
"isOptional": true,
|
52421
|
-
"releaseTag": "Public",
|
52422
|
-
"name": "opacity",
|
52423
|
-
"propertyTypeTokenRange": {
|
52424
|
-
"startIndex": 1,
|
52425
|
-
"endIndex": 2
|
52426
|
-
}
|
52427
|
-
},
|
52428
51404
|
{
|
52429
51405
|
"kind": "PropertySignature",
|
52430
51406
|
"canonicalReference": "@dcl/playground-assets!PBUiTransform#overflow:member",
|
@@ -61259,38 +60235,47 @@
|
|
61259
60235
|
"extendsTokenRanges": []
|
61260
60236
|
},
|
61261
60237
|
{
|
61262
|
-
"kind": "
|
61263
|
-
"canonicalReference": "@dcl/playground-assets!ReactEcs.JSX.Element:
|
60238
|
+
"kind": "Interface",
|
60239
|
+
"canonicalReference": "@dcl/playground-assets!ReactEcs.JSX.Element:interface",
|
61264
60240
|
"docComment": "/**\n * @public\n */\n",
|
61265
60241
|
"excerptTokens": [
|
61266
60242
|
{
|
61267
60243
|
"kind": "Content",
|
61268
|
-
"text": "
|
60244
|
+
"text": "interface Element extends "
|
60245
|
+
},
|
60246
|
+
{
|
60247
|
+
"kind": "Reference",
|
60248
|
+
"text": "ReactElement",
|
60249
|
+
"canonicalReference": "@dcl/playground-assets!ReactElement:interface"
|
61269
60250
|
},
|
61270
60251
|
{
|
61271
60252
|
"kind": "Content",
|
61272
|
-
"text": "
|
60253
|
+
"text": "<any, any>"
|
61273
60254
|
},
|
61274
60255
|
{
|
61275
60256
|
"kind": "Content",
|
61276
|
-
"text": "
|
60257
|
+
"text": " "
|
61277
60258
|
}
|
61278
60259
|
],
|
61279
60260
|
"releaseTag": "Public",
|
61280
60261
|
"name": "Element",
|
61281
|
-
"
|
61282
|
-
|
61283
|
-
|
61284
|
-
|
60262
|
+
"preserveMemberOrder": false,
|
60263
|
+
"members": [],
|
60264
|
+
"extendsTokenRanges": [
|
60265
|
+
{
|
60266
|
+
"startIndex": 1,
|
60267
|
+
"endIndex": 3
|
60268
|
+
}
|
60269
|
+
]
|
61285
60270
|
},
|
61286
60271
|
{
|
61287
|
-
"kind": "
|
61288
|
-
"canonicalReference": "@dcl/playground-assets!ReactEcs.JSX.IntrinsicElements:
|
60272
|
+
"kind": "Interface",
|
60273
|
+
"canonicalReference": "@dcl/playground-assets!ReactEcs.JSX.IntrinsicElements:interface",
|
61289
60274
|
"docComment": "/**\n * HTML tag elements\n *\n * @public\n */\n",
|
61290
60275
|
"excerptTokens": [
|
61291
60276
|
{
|
61292
60277
|
"kind": "Content",
|
61293
|
-
"text": "
|
60278
|
+
"text": "interface IntrinsicElements extends "
|
61294
60279
|
},
|
61295
60280
|
{
|
61296
60281
|
"kind": "Reference",
|
@@ -61299,14 +60284,57 @@
|
|
61299
60284
|
},
|
61300
60285
|
{
|
61301
60286
|
"kind": "Content",
|
61302
|
-
"text": "
|
60287
|
+
"text": " "
|
61303
60288
|
}
|
61304
60289
|
],
|
61305
60290
|
"releaseTag": "Public",
|
61306
60291
|
"name": "IntrinsicElements",
|
60292
|
+
"preserveMemberOrder": false,
|
60293
|
+
"members": [],
|
60294
|
+
"extendsTokenRanges": [
|
60295
|
+
{
|
60296
|
+
"startIndex": 1,
|
60297
|
+
"endIndex": 2
|
60298
|
+
}
|
60299
|
+
]
|
60300
|
+
},
|
60301
|
+
{
|
60302
|
+
"kind": "TypeAlias",
|
60303
|
+
"canonicalReference": "@dcl/playground-assets!ReactEcs.JSX.ReactNode:type",
|
60304
|
+
"docComment": "/**\n * @public\n */\n",
|
60305
|
+
"excerptTokens": [
|
60306
|
+
{
|
60307
|
+
"kind": "Content",
|
60308
|
+
"text": "type ReactNode = "
|
60309
|
+
},
|
60310
|
+
{
|
60311
|
+
"kind": "Reference",
|
60312
|
+
"text": "ReactElement",
|
60313
|
+
"canonicalReference": "@dcl/playground-assets!ReactElement:interface"
|
60314
|
+
},
|
60315
|
+
{
|
60316
|
+
"kind": "Content",
|
60317
|
+
"text": " | string | number | boolean | null | undefined | "
|
60318
|
+
},
|
60319
|
+
{
|
60320
|
+
"kind": "Reference",
|
60321
|
+
"text": "ReactElement",
|
60322
|
+
"canonicalReference": "@dcl/playground-assets!ReactElement:interface"
|
60323
|
+
},
|
60324
|
+
{
|
60325
|
+
"kind": "Content",
|
60326
|
+
"text": "[]"
|
60327
|
+
},
|
60328
|
+
{
|
60329
|
+
"kind": "Content",
|
60330
|
+
"text": ";"
|
60331
|
+
}
|
60332
|
+
],
|
60333
|
+
"releaseTag": "Public",
|
60334
|
+
"name": "ReactNode",
|
61307
60335
|
"typeTokenRange": {
|
61308
60336
|
"startIndex": 1,
|
61309
|
-
"endIndex":
|
60337
|
+
"endIndex": 5
|
61310
60338
|
}
|
61311
60339
|
}
|
61312
60340
|
]
|
@@ -61337,6 +60365,207 @@
|
|
61337
60365
|
"endIndex": 2
|
61338
60366
|
}
|
61339
60367
|
},
|
60368
|
+
{
|
60369
|
+
"kind": "Interface",
|
60370
|
+
"canonicalReference": "@dcl/playground-assets!ReactElement:interface",
|
60371
|
+
"docComment": "/**\n * @public\n */\n",
|
60372
|
+
"excerptTokens": [
|
60373
|
+
{
|
60374
|
+
"kind": "Content",
|
60375
|
+
"text": "export interface ReactElement<P = "
|
60376
|
+
},
|
60377
|
+
{
|
60378
|
+
"kind": "Content",
|
60379
|
+
"text": "any"
|
60380
|
+
},
|
60381
|
+
{
|
60382
|
+
"kind": "Content",
|
60383
|
+
"text": ", T extends "
|
60384
|
+
},
|
60385
|
+
{
|
60386
|
+
"kind": "Content",
|
60387
|
+
"text": "string | "
|
60388
|
+
},
|
60389
|
+
{
|
60390
|
+
"kind": "Reference",
|
60391
|
+
"text": "JSXElementConstructor",
|
60392
|
+
"canonicalReference": "@dcl/playground-assets!JSXElementConstructor:type"
|
60393
|
+
},
|
60394
|
+
{
|
60395
|
+
"kind": "Content",
|
60396
|
+
"text": "<any>"
|
60397
|
+
},
|
60398
|
+
{
|
60399
|
+
"kind": "Content",
|
60400
|
+
"text": " = "
|
60401
|
+
},
|
60402
|
+
{
|
60403
|
+
"kind": "Content",
|
60404
|
+
"text": "string | "
|
60405
|
+
},
|
60406
|
+
{
|
60407
|
+
"kind": "Reference",
|
60408
|
+
"text": "JSXElementConstructor",
|
60409
|
+
"canonicalReference": "@dcl/playground-assets!JSXElementConstructor:type"
|
60410
|
+
},
|
60411
|
+
{
|
60412
|
+
"kind": "Content",
|
60413
|
+
"text": "<any>"
|
60414
|
+
},
|
60415
|
+
{
|
60416
|
+
"kind": "Content",
|
60417
|
+
"text": "> "
|
60418
|
+
}
|
60419
|
+
],
|
60420
|
+
"fileUrlPath": "../react-ecs/dist/react-ecs.d.ts",
|
60421
|
+
"releaseTag": "Public",
|
60422
|
+
"typeParameters": [
|
60423
|
+
{
|
60424
|
+
"typeParameterName": "P",
|
60425
|
+
"constraintTokenRange": {
|
60426
|
+
"startIndex": 0,
|
60427
|
+
"endIndex": 0
|
60428
|
+
},
|
60429
|
+
"defaultTypeTokenRange": {
|
60430
|
+
"startIndex": 1,
|
60431
|
+
"endIndex": 2
|
60432
|
+
}
|
60433
|
+
},
|
60434
|
+
{
|
60435
|
+
"typeParameterName": "T",
|
60436
|
+
"constraintTokenRange": {
|
60437
|
+
"startIndex": 3,
|
60438
|
+
"endIndex": 6
|
60439
|
+
},
|
60440
|
+
"defaultTypeTokenRange": {
|
60441
|
+
"startIndex": 7,
|
60442
|
+
"endIndex": 10
|
60443
|
+
}
|
60444
|
+
}
|
60445
|
+
],
|
60446
|
+
"name": "ReactElement",
|
60447
|
+
"preserveMemberOrder": false,
|
60448
|
+
"members": [
|
60449
|
+
{
|
60450
|
+
"kind": "PropertySignature",
|
60451
|
+
"canonicalReference": "@dcl/playground-assets!ReactElement#key:member",
|
60452
|
+
"docComment": "",
|
60453
|
+
"excerptTokens": [
|
60454
|
+
{
|
60455
|
+
"kind": "Content",
|
60456
|
+
"text": "key: "
|
60457
|
+
},
|
60458
|
+
{
|
60459
|
+
"kind": "Reference",
|
60460
|
+
"text": "Key",
|
60461
|
+
"canonicalReference": "@dcl/playground-assets!Key:type"
|
60462
|
+
},
|
60463
|
+
{
|
60464
|
+
"kind": "Content",
|
60465
|
+
"text": " | null"
|
60466
|
+
},
|
60467
|
+
{
|
60468
|
+
"kind": "Content",
|
60469
|
+
"text": ";"
|
60470
|
+
}
|
60471
|
+
],
|
60472
|
+
"isReadonly": false,
|
60473
|
+
"isOptional": false,
|
60474
|
+
"releaseTag": "Public",
|
60475
|
+
"name": "key",
|
60476
|
+
"propertyTypeTokenRange": {
|
60477
|
+
"startIndex": 1,
|
60478
|
+
"endIndex": 3
|
60479
|
+
}
|
60480
|
+
},
|
60481
|
+
{
|
60482
|
+
"kind": "PropertySignature",
|
60483
|
+
"canonicalReference": "@dcl/playground-assets!ReactElement#props:member",
|
60484
|
+
"docComment": "",
|
60485
|
+
"excerptTokens": [
|
60486
|
+
{
|
60487
|
+
"kind": "Content",
|
60488
|
+
"text": "props: "
|
60489
|
+
},
|
60490
|
+
{
|
60491
|
+
"kind": "Content",
|
60492
|
+
"text": "P"
|
60493
|
+
},
|
60494
|
+
{
|
60495
|
+
"kind": "Content",
|
60496
|
+
"text": ";"
|
60497
|
+
}
|
60498
|
+
],
|
60499
|
+
"isReadonly": false,
|
60500
|
+
"isOptional": false,
|
60501
|
+
"releaseTag": "Public",
|
60502
|
+
"name": "props",
|
60503
|
+
"propertyTypeTokenRange": {
|
60504
|
+
"startIndex": 1,
|
60505
|
+
"endIndex": 2
|
60506
|
+
}
|
60507
|
+
},
|
60508
|
+
{
|
60509
|
+
"kind": "PropertySignature",
|
60510
|
+
"canonicalReference": "@dcl/playground-assets!ReactElement#type:member",
|
60511
|
+
"docComment": "",
|
60512
|
+
"excerptTokens": [
|
60513
|
+
{
|
60514
|
+
"kind": "Content",
|
60515
|
+
"text": "type: "
|
60516
|
+
},
|
60517
|
+
{
|
60518
|
+
"kind": "Content",
|
60519
|
+
"text": "T"
|
60520
|
+
},
|
60521
|
+
{
|
60522
|
+
"kind": "Content",
|
60523
|
+
"text": ";"
|
60524
|
+
}
|
60525
|
+
],
|
60526
|
+
"isReadonly": false,
|
60527
|
+
"isOptional": false,
|
60528
|
+
"releaseTag": "Public",
|
60529
|
+
"name": "type",
|
60530
|
+
"propertyTypeTokenRange": {
|
60531
|
+
"startIndex": 1,
|
60532
|
+
"endIndex": 2
|
60533
|
+
}
|
60534
|
+
}
|
60535
|
+
],
|
60536
|
+
"extendsTokenRanges": []
|
60537
|
+
},
|
60538
|
+
{
|
60539
|
+
"kind": "TypeAlias",
|
60540
|
+
"canonicalReference": "@dcl/playground-assets!ReactNode:type",
|
60541
|
+
"docComment": "/**\n * @public\n */\n",
|
60542
|
+
"excerptTokens": [
|
60543
|
+
{
|
60544
|
+
"kind": "Content",
|
60545
|
+
"text": "export type ReactNode = "
|
60546
|
+
},
|
60547
|
+
{
|
60548
|
+
"kind": "Reference",
|
60549
|
+
"text": "ReactElement",
|
60550
|
+
"canonicalReference": "@dcl/playground-assets!ReactElement:interface"
|
60551
|
+
},
|
60552
|
+
{
|
60553
|
+
"kind": "Content",
|
60554
|
+
"text": " | string | number | boolean | null | undefined"
|
60555
|
+
},
|
60556
|
+
{
|
60557
|
+
"kind": "Content",
|
60558
|
+
"text": ";"
|
60559
|
+
}
|
60560
|
+
],
|
60561
|
+
"fileUrlPath": "../react-ecs/dist/react-ecs.d.ts",
|
60562
|
+
"releaseTag": "Public",
|
60563
|
+
"name": "ReactNode",
|
60564
|
+
"typeTokenRange": {
|
60565
|
+
"startIndex": 1,
|
60566
|
+
"endIndex": 3
|
60567
|
+
}
|
60568
|
+
},
|
61340
60569
|
{
|
61341
60570
|
"kind": "TypeAlias",
|
61342
60571
|
"canonicalReference": "@dcl/playground-assets!ReadonlyComponentSchema:type",
|
@@ -68155,8 +67384,8 @@
|
|
68155
67384
|
},
|
68156
67385
|
{
|
68157
67386
|
"kind": "Reference",
|
68158
|
-
"text": "ReactEcs.JSX.
|
68159
|
-
"canonicalReference": "@dcl/playground-assets!ReactEcs.JSX.
|
67387
|
+
"text": "ReactEcs.JSX.ReactNode",
|
67388
|
+
"canonicalReference": "@dcl/playground-assets!ReactEcs.JSX.ReactNode:type"
|
68160
67389
|
},
|
68161
67390
|
{
|
68162
67391
|
"kind": "Content",
|
@@ -68475,7 +67704,7 @@
|
|
68475
67704
|
{
|
68476
67705
|
"kind": "Reference",
|
68477
67706
|
"text": "ReactEcs.JSX.Element",
|
68478
|
-
"canonicalReference": "@dcl/playground-assets!ReactEcs.JSX.Element:
|
67707
|
+
"canonicalReference": "@dcl/playground-assets!ReactEcs.JSX.Element:interface"
|
68479
67708
|
},
|
68480
67709
|
{
|
68481
67710
|
"kind": "Content",
|
@@ -68931,65 +68160,6 @@
|
|
68931
68160
|
"endIndex": 3
|
68932
68161
|
}
|
68933
68162
|
},
|
68934
|
-
{
|
68935
|
-
"kind": "PropertySignature",
|
68936
|
-
"canonicalReference": "@dcl/playground-assets!UiLabelProps#outlineColor:member",
|
68937
|
-
"docComment": "/**\n * Outline color of the text.\n *\n * @defaultValue\n *\n * `{ r: 0, g: 0, b: 0, a: 1 }`\n */\n",
|
68938
|
-
"excerptTokens": [
|
68939
|
-
{
|
68940
|
-
"kind": "Content",
|
68941
|
-
"text": "outlineColor?: "
|
68942
|
-
},
|
68943
|
-
{
|
68944
|
-
"kind": "Reference",
|
68945
|
-
"text": "Color4",
|
68946
|
-
"canonicalReference": "@dcl/playground-assets!Color4"
|
68947
|
-
},
|
68948
|
-
{
|
68949
|
-
"kind": "Content",
|
68950
|
-
"text": " | undefined"
|
68951
|
-
},
|
68952
|
-
{
|
68953
|
-
"kind": "Content",
|
68954
|
-
"text": ";"
|
68955
|
-
}
|
68956
|
-
],
|
68957
|
-
"isReadonly": false,
|
68958
|
-
"isOptional": true,
|
68959
|
-
"releaseTag": "Public",
|
68960
|
-
"name": "outlineColor",
|
68961
|
-
"propertyTypeTokenRange": {
|
68962
|
-
"startIndex": 1,
|
68963
|
-
"endIndex": 3
|
68964
|
-
}
|
68965
|
-
},
|
68966
|
-
{
|
68967
|
-
"kind": "PropertySignature",
|
68968
|
-
"canonicalReference": "@dcl/playground-assets!UiLabelProps#outlineWidth:member",
|
68969
|
-
"docComment": "/**\n * Outline width of the text.\n *\n * @defaultValue\n *\n * 0\n */\n",
|
68970
|
-
"excerptTokens": [
|
68971
|
-
{
|
68972
|
-
"kind": "Content",
|
68973
|
-
"text": "outlineWidth?: "
|
68974
|
-
},
|
68975
|
-
{
|
68976
|
-
"kind": "Content",
|
68977
|
-
"text": "number | undefined"
|
68978
|
-
},
|
68979
|
-
{
|
68980
|
-
"kind": "Content",
|
68981
|
-
"text": ";"
|
68982
|
-
}
|
68983
|
-
],
|
68984
|
-
"isReadonly": false,
|
68985
|
-
"isOptional": true,
|
68986
|
-
"releaseTag": "Public",
|
68987
|
-
"name": "outlineWidth",
|
68988
|
-
"propertyTypeTokenRange": {
|
68989
|
-
"startIndex": 1,
|
68990
|
-
"endIndex": 2
|
68991
|
-
}
|
68992
|
-
},
|
68993
68163
|
{
|
68994
68164
|
"kind": "PropertySignature",
|
68995
68165
|
"canonicalReference": "@dcl/playground-assets!UiLabelProps#textAlign:member",
|
@@ -69022,33 +68192,6 @@
|
|
69022
68192
|
"endIndex": 3
|
69023
68193
|
}
|
69024
68194
|
},
|
69025
|
-
{
|
69026
|
-
"kind": "PropertySignature",
|
69027
|
-
"canonicalReference": "@dcl/playground-assets!UiLabelProps#textWrapping:member",
|
69028
|
-
"docComment": "/**\n * Text wrapping.\n *\n * @defaultValue\n *\n * false\n */\n",
|
69029
|
-
"excerptTokens": [
|
69030
|
-
{
|
69031
|
-
"kind": "Content",
|
69032
|
-
"text": "textWrapping?: "
|
69033
|
-
},
|
69034
|
-
{
|
69035
|
-
"kind": "Content",
|
69036
|
-
"text": "boolean | undefined"
|
69037
|
-
},
|
69038
|
-
{
|
69039
|
-
"kind": "Content",
|
69040
|
-
"text": ";"
|
69041
|
-
}
|
69042
|
-
],
|
69043
|
-
"isReadonly": false,
|
69044
|
-
"isOptional": true,
|
69045
|
-
"releaseTag": "Public",
|
69046
|
-
"name": "textWrapping",
|
69047
|
-
"propertyTypeTokenRange": {
|
69048
|
-
"startIndex": 1,
|
69049
|
-
"endIndex": 2
|
69050
|
-
}
|
69051
|
-
},
|
69052
68195
|
{
|
69053
68196
|
"kind": "PropertySignature",
|
69054
68197
|
"canonicalReference": "@dcl/playground-assets!UiLabelProps#value:member",
|
@@ -69732,33 +68875,6 @@
|
|
69732
68875
|
"endIndex": 2
|
69733
68876
|
}
|
69734
68877
|
},
|
69735
|
-
{
|
69736
|
-
"kind": "PropertySignature",
|
69737
|
-
"canonicalReference": "@dcl/playground-assets!UiTransformProps#opacity:member",
|
69738
|
-
"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",
|
69739
|
-
"excerptTokens": [
|
69740
|
-
{
|
69741
|
-
"kind": "Content",
|
69742
|
-
"text": "opacity?: "
|
69743
|
-
},
|
69744
|
-
{
|
69745
|
-
"kind": "Content",
|
69746
|
-
"text": "number"
|
69747
|
-
},
|
69748
|
-
{
|
69749
|
-
"kind": "Content",
|
69750
|
-
"text": ";"
|
69751
|
-
}
|
69752
|
-
],
|
69753
|
-
"isReadonly": false,
|
69754
|
-
"isOptional": true,
|
69755
|
-
"releaseTag": "Public",
|
69756
|
-
"name": "opacity",
|
69757
|
-
"propertyTypeTokenRange": {
|
69758
|
-
"startIndex": 1,
|
69759
|
-
"endIndex": 2
|
69760
|
-
}
|
69761
|
-
},
|
69762
68878
|
{
|
69763
68879
|
"kind": "PropertySignature",
|
69764
68880
|
"canonicalReference": "@dcl/playground-assets!UiTransformProps#overflow:member",
|