@dcl/playground-assets 7.9.3-16616194522.commit-20ff207 → 7.9.3-16627744216.commit-f509423
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 +0 -95
- package/dist/beta.d.ts +0 -95
- package/dist/index.bundled.d.ts +0 -95
- package/dist/index.js +5 -5
- package/dist/index.js.map +4 -4
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +0 -95
- package/etc/playground-assets.api.json +578 -1614
- package/etc/playground-assets.api.md +0 -72
- package/package.json +4 -4
@@ -640,7 +640,6 @@ export const componentDefinitionByName: {
|
|
640
640
|
"core::GltfContainerLoadingState": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfContainerLoadingState>>;
|
641
641
|
"core::GltfNodeModifiers": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfNodeModifiers>>;
|
642
642
|
"core::InputModifier": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBInputModifier>>;
|
643
|
-
"core::LightSource": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBLightSource>>;
|
644
643
|
"core::MainCamera": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMainCamera>>;
|
645
644
|
"core::Material": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMaterial>>;
|
646
645
|
"core::MeshCollider": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMeshCollider>>;
|
@@ -1579,24 +1578,6 @@ export interface LastWriteWinElementSetComponentDefinition<T> extends BaseCompon
|
|
1579
1578
|
getOrNull(entity: Entity): DeepReadonly<T> | null;
|
1580
1579
|
}
|
1581
1580
|
|
1582
|
-
// Warning: (ae-missing-release-tag) "LightSource" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
1583
|
-
//
|
1584
|
-
// @public (undocumented)
|
1585
|
-
export const LightSource: LightSourceComponentDefinitionExtended;
|
1586
|
-
|
1587
|
-
// @public (undocumented)
|
1588
|
-
export interface LightSourceComponentDefinitionExtended extends LastWriteWinElementSetComponentDefinition<PBLightSource> {
|
1589
|
-
Type: LightSourceHelper;
|
1590
|
-
}
|
1591
|
-
|
1592
|
-
// @public (undocumented)
|
1593
|
-
export interface LightSourceHelper {
|
1594
|
-
// (undocumented)
|
1595
|
-
Point: (point: PBLightSource_Point) => PBLightSource['type'];
|
1596
|
-
// (undocumented)
|
1597
|
-
Spot: (spot: PBLightSource_Spot) => PBLightSource['type'];
|
1598
|
-
}
|
1599
|
-
|
1600
1581
|
// @public
|
1601
1582
|
export type Listeners = {
|
1602
1583
|
onMouseDown?: Callback;
|
@@ -2475,58 +2456,6 @@ export namespace PBInputModifier_StandardInput {
|
|
2475
2456
|
export function encode(message: PBInputModifier_StandardInput, writer?: _m0.Writer): _m0.Writer;
|
2476
2457
|
}
|
2477
2458
|
|
2478
|
-
// @public (undocumented)
|
2479
|
-
export interface PBLightSource {
|
2480
|
-
active?: boolean | undefined;
|
2481
|
-
color?: PBColor3 | undefined;
|
2482
|
-
intensity?: number | undefined;
|
2483
|
-
range?: number | undefined;
|
2484
|
-
shadow?: boolean | undefined;
|
2485
|
-
shadowMaskTexture?: TextureUnion | undefined;
|
2486
|
-
// (undocumented)
|
2487
|
-
type?: {
|
2488
|
-
$case: "point";
|
2489
|
-
point: PBLightSource_Point;
|
2490
|
-
} | {
|
2491
|
-
$case: "spot";
|
2492
|
-
spot: PBLightSource_Spot;
|
2493
|
-
} | undefined;
|
2494
|
-
}
|
2495
|
-
|
2496
|
-
// @public (undocumented)
|
2497
|
-
export namespace PBLightSource {
|
2498
|
-
// (undocumented)
|
2499
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBLightSource;
|
2500
|
-
// (undocumented)
|
2501
|
-
export function encode(message: PBLightSource, writer?: _m0.Writer): _m0.Writer;
|
2502
|
-
}
|
2503
|
-
|
2504
|
-
// @public (undocumented)
|
2505
|
-
export interface PBLightSource_Point {
|
2506
|
-
}
|
2507
|
-
|
2508
|
-
// @public (undocumented)
|
2509
|
-
export namespace PBLightSource_Point {
|
2510
|
-
// (undocumented)
|
2511
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBLightSource_Point;
|
2512
|
-
// (undocumented)
|
2513
|
-
export function encode(_: PBLightSource_Point, writer?: _m0.Writer): _m0.Writer;
|
2514
|
-
}
|
2515
|
-
|
2516
|
-
// @public (undocumented)
|
2517
|
-
export interface PBLightSource_Spot {
|
2518
|
-
innerAngle?: number | undefined;
|
2519
|
-
outerAngle?: number | undefined;
|
2520
|
-
}
|
2521
|
-
|
2522
|
-
// @public (undocumented)
|
2523
|
-
export namespace PBLightSource_Spot {
|
2524
|
-
// (undocumented)
|
2525
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBLightSource_Spot;
|
2526
|
-
// (undocumented)
|
2527
|
-
export function encode(message: PBLightSource_Spot, writer?: _m0.Writer): _m0.Writer;
|
2528
|
-
}
|
2529
|
-
|
2530
2459
|
// @public (undocumented)
|
2531
2460
|
export interface PBMainCamera {
|
2532
2461
|
virtualCameraEntity?: number | undefined;
|
@@ -3423,7 +3352,6 @@ export namespace PBVideoPlayer {
|
|
3423
3352
|
export interface PBVirtualCamera {
|
3424
3353
|
// (undocumented)
|
3425
3354
|
defaultTransition?: CameraTransition | undefined;
|
3426
|
-
fov?: number | undefined;
|
3427
3355
|
// (undocumented)
|
3428
3356
|
lookAtEntity?: number | undefined;
|
3429
3357
|
}
|
package/package.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dcl/playground-assets",
|
3
3
|
"description": "",
|
4
|
-
"version": "7.9.3-
|
4
|
+
"version": "7.9.3-16627744216.commit-f509423",
|
5
5
|
"author": "Decentraland",
|
6
6
|
"dependencies": {
|
7
|
-
"@dcl/js-runtime": "7.9.3-
|
8
|
-
"@dcl/sdk": "7.9.3-
|
7
|
+
"@dcl/js-runtime": "7.9.3-16627744216.commit-f509423",
|
8
|
+
"@dcl/sdk": "7.9.3-16627744216.commit-f509423"
|
9
9
|
},
|
10
10
|
"devDependencies": {
|
11
11
|
"@microsoft/api-extractor": "^7.33.8"
|
@@ -32,5 +32,5 @@
|
|
32
32
|
},
|
33
33
|
"types": "./dist/index.d.ts",
|
34
34
|
"typings": "./dist/index.d.ts",
|
35
|
-
"commit": "
|
35
|
+
"commit": "f509423dc680624705abc494f373fa50768fe65d"
|
36
36
|
}
|