@dcl/playground-assets 7.6.8-12415739875.commit-c9a0fe7 → 7.6.8-12599004043.commit-8eaa4e2
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 +12 -580
- package/dist/beta.d.ts +12 -580
- package/dist/index.bundled.d.ts +12 -580
- package/dist/index.js +7 -7
- package/dist/index.js.map +4 -4
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +12 -580
- package/etc/playground-assets.api.json +1593 -7176
- package/etc/playground-assets.api.md +0 -357
- package/package.json +4 -4
@@ -136,13 +136,6 @@ export const AvatarAttach: LastWriteWinElementSetComponentDefinition<PBAvatarAtt
|
|
136
136
|
// @public (undocumented)
|
137
137
|
export const AvatarBase: LastWriteWinElementSetComponentDefinition<PBAvatarBase>;
|
138
138
|
|
139
|
-
// @public (undocumented)
|
140
|
-
export const enum AvatarControlType {
|
141
|
-
CCT_NONE = 0,
|
142
|
-
CCT_RELATIVE = 1,
|
143
|
-
CCT_TANK = 2
|
144
|
-
}
|
145
|
-
|
146
139
|
// @public (undocumented)
|
147
140
|
export const AvatarEmoteCommand: GrowOnlyValueSetComponentDefinition<PBAvatarEmoteCommand>;
|
148
141
|
|
@@ -158,28 +151,6 @@ export const enum AvatarModifierType {
|
|
158
151
|
AMT_HIDE_AVATARS = 0
|
159
152
|
}
|
160
153
|
|
161
|
-
// @public (undocumented)
|
162
|
-
export interface AvatarMovementSettings {
|
163
|
-
allowWeightedMovement?: boolean | undefined;
|
164
|
-
// (undocumented)
|
165
|
-
controlMode?: AvatarControlType | undefined;
|
166
|
-
friction?: number | undefined;
|
167
|
-
gravity?: number | undefined;
|
168
|
-
jumpHeight?: number | undefined;
|
169
|
-
maxFallSpeed?: number | undefined;
|
170
|
-
runSpeed?: number | undefined;
|
171
|
-
turnSpeed?: number | undefined;
|
172
|
-
walkSpeed?: number | undefined;
|
173
|
-
}
|
174
|
-
|
175
|
-
// @public (undocumented)
|
176
|
-
export namespace AvatarMovementSettings {
|
177
|
-
// (undocumented)
|
178
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): AvatarMovementSettings;
|
179
|
-
// (undocumented)
|
180
|
-
export function encode(message: AvatarMovementSettings, writer?: _m0.Writer): _m0.Writer;
|
181
|
-
}
|
182
|
-
|
183
154
|
// @public (undocumented)
|
184
155
|
export const AvatarShape: LastWriteWinElementSetComponentDefinition<PBAvatarShape>;
|
185
156
|
|
@@ -424,29 +395,6 @@ export const enum CameraType {
|
|
424
395
|
// @public (undocumented)
|
425
396
|
export type Children = ReactEcs.JSX.ReactNode;
|
426
397
|
|
427
|
-
// @public (undocumented)
|
428
|
-
export interface CinematicSettings {
|
429
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
430
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
431
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
432
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
433
|
-
allowManualRotation?: boolean | undefined;
|
434
|
-
cameraEntity: number;
|
435
|
-
pitchRange?: number | undefined;
|
436
|
-
rollRange?: number | undefined;
|
437
|
-
yawRange?: number | undefined;
|
438
|
-
zoomMax?: number | undefined;
|
439
|
-
zoomMin?: number | undefined;
|
440
|
-
}
|
441
|
-
|
442
|
-
// @public (undocumented)
|
443
|
-
export namespace CinematicSettings {
|
444
|
-
// (undocumented)
|
445
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): CinematicSettings;
|
446
|
-
// (undocumented)
|
447
|
-
export function encode(message: CinematicSettings, writer?: _m0.Writer): _m0.Writer;
|
448
|
-
}
|
449
|
-
|
450
398
|
// @public (undocumented)
|
451
399
|
export const enum ColliderLayer {
|
452
400
|
// (undocumented)
|
@@ -676,13 +624,9 @@ export const componentDefinitionByName: {
|
|
676
624
|
"core::CameraMode": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBCameraMode>>;
|
677
625
|
"core::CameraModeArea": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBCameraModeArea>>;
|
678
626
|
"core::EngineInfo": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBEngineInfo>>;
|
679
|
-
"core::GlobalLight": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGlobalLight>>;
|
680
627
|
"core::GltfContainer": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfContainer>>;
|
681
628
|
"core::GltfContainerLoadingState": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfContainerLoadingState>>;
|
682
|
-
"core::GltfNode": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfNode>>;
|
683
|
-
"core::GltfNodeState": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfNodeState>>;
|
684
629
|
"core::InputModifier": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBInputModifier>>;
|
685
|
-
"core::Light": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBLight>>;
|
686
630
|
"core::MainCamera": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMainCamera>>;
|
687
631
|
"core::Material": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMaterial>>;
|
688
632
|
"core::MeshCollider": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMeshCollider>>;
|
@@ -695,19 +639,16 @@ export const componentDefinitionByName: {
|
|
695
639
|
"core::Raycast": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBRaycast>>;
|
696
640
|
"core::RaycastResult": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBRaycastResult>>;
|
697
641
|
"core::RealmInfo": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBRealmInfo>>;
|
698
|
-
"core::Spotlight": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBSpotlight>>;
|
699
642
|
"core::TextShape": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTextShape>>;
|
700
643
|
"core::Tween": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTween>>;
|
701
644
|
"core::TweenSequence": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTweenSequence>>;
|
702
645
|
"core::TweenState": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTweenState>>;
|
703
646
|
"core::UiBackground": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiBackground>>;
|
704
|
-
"core::UiCanvas": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiCanvas>>;
|
705
647
|
"core::UiCanvasInformation": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiCanvasInformation>>;
|
706
648
|
"core::UiDropdown": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiDropdown>>;
|
707
649
|
"core::UiDropdownResult": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiDropdownResult>>;
|
708
650
|
"core::UiInput": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiInput>>;
|
709
651
|
"core::UiInputResult": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiInputResult>>;
|
710
|
-
"core::UiScrollResult": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiScrollResult>>;
|
711
652
|
"core::UiText": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiText>>;
|
712
653
|
"core::UiTransform": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiTransform>>;
|
713
654
|
"core::VideoEvent": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBVideoEvent>>;
|
@@ -1246,9 +1187,6 @@ export type GlobalDirectionRaycastSystemOptions = {
|
|
1246
1187
|
direction?: PBVector3;
|
1247
1188
|
};
|
1248
1189
|
|
1249
|
-
// @public (undocumented)
|
1250
|
-
export const GlobalLight: LastWriteWinElementSetComponentDefinition<PBGlobalLight>;
|
1251
|
-
|
1252
1190
|
// Warning: (ae-missing-release-tag) "GlobalTargetRaycastOptions" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
1253
1191
|
//
|
1254
1192
|
// @public (undocumented)
|
@@ -1267,22 +1205,6 @@ export const GltfContainer: LastWriteWinElementSetComponentDefinition<PBGltfCont
|
|
1267
1205
|
// @public (undocumented)
|
1268
1206
|
export const GltfContainerLoadingState: LastWriteWinElementSetComponentDefinition<PBGltfContainerLoadingState>;
|
1269
1207
|
|
1270
|
-
// @public (undocumented)
|
1271
|
-
export const GltfNode: LastWriteWinElementSetComponentDefinition<PBGltfNode>;
|
1272
|
-
|
1273
|
-
// @public (undocumented)
|
1274
|
-
export const GltfNodeState: LastWriteWinElementSetComponentDefinition<PBGltfNodeState>;
|
1275
|
-
|
1276
|
-
// @public (undocumented)
|
1277
|
-
export const enum GltfNodeStateValue {
|
1278
|
-
// (undocumented)
|
1279
|
-
GNSV_FAILED = 1,
|
1280
|
-
// (undocumented)
|
1281
|
-
GNSV_PENDING = 0,
|
1282
|
-
// (undocumented)
|
1283
|
-
GNSV_READY = 2
|
1284
|
-
}
|
1285
|
-
|
1286
1208
|
// @public (undocumented)
|
1287
1209
|
export interface GrowOnlyValueSetComponentDefinition<T> extends BaseComponent<T> {
|
1288
1210
|
addValue(entity: Entity, val: DeepReadonly<T>): DeepReadonlySet<T>;
|
@@ -1634,9 +1556,6 @@ export interface LastWriteWinElementSetComponentDefinition<T> extends BaseCompon
|
|
1634
1556
|
getOrNull(entity: Entity): DeepReadonly<T> | null;
|
1635
1557
|
}
|
1636
1558
|
|
1637
|
-
// @public (undocumented)
|
1638
|
-
export const Light: LastWriteWinElementSetComponentDefinition<PBLight>;
|
1639
|
-
|
1640
1559
|
// @public
|
1641
1560
|
export type Listeners = {
|
1642
1561
|
onMouseDown?: Callback;
|
@@ -1882,7 +1801,6 @@ export const MeshCollider: MeshColliderComponentDefinitionExtended;
|
|
1882
1801
|
export interface MeshColliderComponentDefinitionExtended extends LastWriteWinElementSetComponentDefinition<PBMeshCollider> {
|
1883
1802
|
setBox(entity: Entity, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
1884
1803
|
setCylinder(entity: Entity, radiusBottom?: number, radiusTop?: number, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
1885
|
-
setGltfMesh(entity: Entity, source: string, meshName: string, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
1886
1804
|
setPlane(entity: Entity, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
1887
1805
|
setSphere(entity: Entity, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
1888
1806
|
}
|
@@ -1896,7 +1814,6 @@ export const MeshRenderer: MeshRendererComponentDefinitionExtended;
|
|
1896
1814
|
export interface MeshRendererComponentDefinitionExtended extends LastWriteWinElementSetComponentDefinition<PBMeshRenderer> {
|
1897
1815
|
setBox(entity: Entity, uvs?: number[]): void;
|
1898
1816
|
setCylinder(entity: Entity, radiusBottom?: number, radiusTop?: number): void;
|
1899
|
-
setGltfMesh(entity: Entity, source: string, meshName: string): void;
|
1900
1817
|
setPlane(entity: Entity, uvs?: number[]): void;
|
1901
1818
|
setSphere(entity: Entity): void;
|
1902
1819
|
}
|
@@ -2291,9 +2208,6 @@ export interface PBAvatarModifierArea {
|
|
2291
2208
|
area: PBVector3 | undefined;
|
2292
2209
|
excludeIds: string[];
|
2293
2210
|
modifiers: AvatarModifierType[];
|
2294
|
-
// (undocumented)
|
2295
|
-
movementSettings?: AvatarMovementSettings | undefined;
|
2296
|
-
useColliderRange?: boolean | undefined;
|
2297
2211
|
}
|
2298
2212
|
|
2299
2213
|
// @public (undocumented)
|
@@ -2356,10 +2270,7 @@ export namespace PBCameraMode {
|
|
2356
2270
|
// @public (undocumented)
|
2357
2271
|
export interface PBCameraModeArea {
|
2358
2272
|
area: PBVector3 | undefined;
|
2359
|
-
// (undocumented)
|
2360
|
-
cinematicSettings?: CinematicSettings | undefined;
|
2361
2273
|
mode: CameraType;
|
2362
|
-
useColliderRange?: boolean | undefined;
|
2363
2274
|
}
|
2364
2275
|
|
2365
2276
|
// @public (undocumented)
|
@@ -2423,21 +2334,6 @@ export namespace PBEngineInfo {
|
|
2423
2334
|
export function encode(message: PBEngineInfo, writer?: _m0.Writer): _m0.Writer;
|
2424
2335
|
}
|
2425
2336
|
|
2426
|
-
// @public (undocumented)
|
2427
|
-
export interface PBGlobalLight {
|
2428
|
-
ambientBrightness?: number | undefined;
|
2429
|
-
ambientColor?: PBColor3 | undefined;
|
2430
|
-
direction?: PBVector3 | undefined;
|
2431
|
-
}
|
2432
|
-
|
2433
|
-
// @public (undocumented)
|
2434
|
-
export namespace PBGlobalLight {
|
2435
|
-
// (undocumented)
|
2436
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBGlobalLight;
|
2437
|
-
// (undocumented)
|
2438
|
-
export function encode(message: PBGlobalLight, writer?: _m0.Writer): _m0.Writer;
|
2439
|
-
}
|
2440
|
-
|
2441
2337
|
// @public (undocumented)
|
2442
2338
|
export interface PBGltfContainer {
|
2443
2339
|
invisibleMeshesCollisionMask?: number | undefined;
|
@@ -2455,13 +2351,8 @@ export namespace PBGltfContainer {
|
|
2455
2351
|
|
2456
2352
|
// @public (undocumented)
|
2457
2353
|
export interface PBGltfContainerLoadingState {
|
2458
|
-
animationNames: string[];
|
2459
2354
|
// (undocumented)
|
2460
2355
|
currentState: LoadingState;
|
2461
|
-
materialNames: string[];
|
2462
|
-
meshNames: string[];
|
2463
|
-
nodePaths: string[];
|
2464
|
-
skinNames: string[];
|
2465
2356
|
}
|
2466
2357
|
|
2467
2358
|
// @public (undocumented)
|
@@ -2472,35 +2363,6 @@ export namespace PBGltfContainerLoadingState {
|
|
2472
2363
|
export function encode(message: PBGltfContainerLoadingState, writer?: _m0.Writer): _m0.Writer;
|
2473
2364
|
}
|
2474
2365
|
|
2475
|
-
// @public (undocumented)
|
2476
|
-
export interface PBGltfNode {
|
2477
|
-
path: string;
|
2478
|
-
}
|
2479
|
-
|
2480
|
-
// @public (undocumented)
|
2481
|
-
export namespace PBGltfNode {
|
2482
|
-
// (undocumented)
|
2483
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBGltfNode;
|
2484
|
-
// (undocumented)
|
2485
|
-
export function encode(message: PBGltfNode, writer?: _m0.Writer): _m0.Writer;
|
2486
|
-
}
|
2487
|
-
|
2488
|
-
// @public (undocumented)
|
2489
|
-
export interface PBGltfNodeState {
|
2490
|
-
// (undocumented)
|
2491
|
-
error?: string | undefined;
|
2492
|
-
// (undocumented)
|
2493
|
-
state: GltfNodeStateValue;
|
2494
|
-
}
|
2495
|
-
|
2496
|
-
// @public (undocumented)
|
2497
|
-
export namespace PBGltfNodeState {
|
2498
|
-
// (undocumented)
|
2499
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBGltfNodeState;
|
2500
|
-
// (undocumented)
|
2501
|
-
export function encode(message: PBGltfNodeState, writer?: _m0.Writer): _m0.Writer;
|
2502
|
-
}
|
2503
|
-
|
2504
2366
|
// @public (undocumented)
|
2505
2367
|
export interface PBInputModifier {
|
2506
2368
|
// (undocumented)
|
@@ -2542,22 +2404,6 @@ export namespace PBInputModifier_StandardInput {
|
|
2542
2404
|
export function encode(message: PBInputModifier_StandardInput, writer?: _m0.Writer): _m0.Writer;
|
2543
2405
|
}
|
2544
2406
|
|
2545
|
-
// @public (undocumented)
|
2546
|
-
export interface PBLight {
|
2547
|
-
color?: PBColor3 | undefined;
|
2548
|
-
enabled?: boolean | undefined;
|
2549
|
-
illuminance?: number | undefined;
|
2550
|
-
shadows?: boolean | undefined;
|
2551
|
-
}
|
2552
|
-
|
2553
|
-
// @public (undocumented)
|
2554
|
-
export namespace PBLight {
|
2555
|
-
// (undocumented)
|
2556
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBLight;
|
2557
|
-
// (undocumented)
|
2558
|
-
export function encode(message: PBLight, writer?: _m0.Writer): _m0.Writer;
|
2559
|
-
}
|
2560
|
-
|
2561
2407
|
// @public (undocumented)
|
2562
2408
|
export interface PBMainCamera {
|
2563
2409
|
virtualCameraEntity?: number | undefined;
|
@@ -2573,7 +2419,6 @@ export namespace PBMainCamera {
|
|
2573
2419
|
|
2574
2420
|
// @public (undocumented)
|
2575
2421
|
export interface PBMaterial {
|
2576
|
-
gltf?: PBMaterial_GltfMaterial | undefined;
|
2577
2422
|
// (undocumented)
|
2578
2423
|
material?: {
|
2579
2424
|
$case: "unlit";
|
@@ -2592,22 +2437,6 @@ export namespace PBMaterial {
|
|
2592
2437
|
export function encode(message: PBMaterial, writer?: _m0.Writer): _m0.Writer;
|
2593
2438
|
}
|
2594
2439
|
|
2595
|
-
// @public (undocumented)
|
2596
|
-
export interface PBMaterial_GltfMaterial {
|
2597
|
-
// (undocumented)
|
2598
|
-
gltfSrc: string;
|
2599
|
-
// (undocumented)
|
2600
|
-
name: string;
|
2601
|
-
}
|
2602
|
-
|
2603
|
-
// @public (undocumented)
|
2604
|
-
export namespace PBMaterial_GltfMaterial {
|
2605
|
-
// (undocumented)
|
2606
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBMaterial_GltfMaterial;
|
2607
|
-
// (undocumented)
|
2608
|
-
export function encode(message: PBMaterial_GltfMaterial, writer?: _m0.Writer): _m0.Writer;
|
2609
|
-
}
|
2610
|
-
|
2611
2440
|
// @public (undocumented)
|
2612
2441
|
export interface PBMaterial_PbrMaterial {
|
2613
2442
|
albedoColor?: PBColor4 | undefined;
|
@@ -2669,9 +2498,6 @@ export interface PBMeshCollider {
|
|
2669
2498
|
} | {
|
2670
2499
|
$case: "plane";
|
2671
2500
|
plane: PBMeshCollider_PlaneMesh;
|
2672
|
-
} | {
|
2673
|
-
$case: "gltf";
|
2674
|
-
gltf: PBMeshCollider_GltfMesh;
|
2675
2501
|
} | undefined;
|
2676
2502
|
}
|
2677
2503
|
|
@@ -2709,20 +2535,6 @@ export namespace PBMeshCollider_CylinderMesh {
|
|
2709
2535
|
export function encode(message: PBMeshCollider_CylinderMesh, writer?: _m0.Writer): _m0.Writer;
|
2710
2536
|
}
|
2711
2537
|
|
2712
|
-
// @public (undocumented)
|
2713
|
-
export interface PBMeshCollider_GltfMesh {
|
2714
|
-
gltfSrc: string;
|
2715
|
-
name: string;
|
2716
|
-
}
|
2717
|
-
|
2718
|
-
// @public (undocumented)
|
2719
|
-
export namespace PBMeshCollider_GltfMesh {
|
2720
|
-
// (undocumented)
|
2721
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBMeshCollider_GltfMesh;
|
2722
|
-
// (undocumented)
|
2723
|
-
export function encode(message: PBMeshCollider_GltfMesh, writer?: _m0.Writer): _m0.Writer;
|
2724
|
-
}
|
2725
|
-
|
2726
2538
|
// @public (undocumented)
|
2727
2539
|
export interface PBMeshCollider_PlaneMesh {
|
2728
2540
|
}
|
@@ -2762,9 +2574,6 @@ export interface PBMeshRenderer {
|
|
2762
2574
|
} | {
|
2763
2575
|
$case: "plane";
|
2764
2576
|
plane: PBMeshRenderer_PlaneMesh;
|
2765
|
-
} | {
|
2766
|
-
$case: "gltf";
|
2767
|
-
gltf: PBMeshRenderer_GltfMesh;
|
2768
2577
|
} | undefined;
|
2769
2578
|
}
|
2770
2579
|
|
@@ -2803,20 +2612,6 @@ export namespace PBMeshRenderer_CylinderMesh {
|
|
2803
2612
|
export function encode(message: PBMeshRenderer_CylinderMesh, writer?: _m0.Writer): _m0.Writer;
|
2804
2613
|
}
|
2805
2614
|
|
2806
|
-
// @public (undocumented)
|
2807
|
-
export interface PBMeshRenderer_GltfMesh {
|
2808
|
-
gltfSrc: string;
|
2809
|
-
name: string;
|
2810
|
-
}
|
2811
|
-
|
2812
|
-
// @public (undocumented)
|
2813
|
-
export namespace PBMeshRenderer_GltfMesh {
|
2814
|
-
// (undocumented)
|
2815
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBMeshRenderer_GltfMesh;
|
2816
|
-
// (undocumented)
|
2817
|
-
export function encode(message: PBMeshRenderer_GltfMesh, writer?: _m0.Writer): _m0.Writer;
|
2818
|
-
}
|
2819
|
-
|
2820
2615
|
// @public (undocumented)
|
2821
2616
|
export interface PBMeshRenderer_PlaneMesh {
|
2822
2617
|
uvs: number[];
|
@@ -3062,21 +2857,6 @@ export namespace PBRealmInfo {
|
|
3062
2857
|
export function encode(message: PBRealmInfo, writer?: _m0.Writer): _m0.Writer;
|
3063
2858
|
}
|
3064
2859
|
|
3065
|
-
// @public (undocumented)
|
3066
|
-
export interface PBSpotlight {
|
3067
|
-
angle: number;
|
3068
|
-
// Warning: (tsdoc-malformed-html-name) Invalid HTML element: Expecting an HTML name
|
3069
|
-
innerAngle?: number | undefined;
|
3070
|
-
}
|
3071
|
-
|
3072
|
-
// @public (undocumented)
|
3073
|
-
export namespace PBSpotlight {
|
3074
|
-
// (undocumented)
|
3075
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBSpotlight;
|
3076
|
-
// (undocumented)
|
3077
|
-
export function encode(message: PBSpotlight, writer?: _m0.Writer): _m0.Writer;
|
3078
|
-
}
|
3079
|
-
|
3080
2860
|
// @public (undocumented)
|
3081
2861
|
export interface PBTextShape {
|
3082
2862
|
font?: Font | undefined;
|
@@ -3126,9 +2906,6 @@ export interface PBTween {
|
|
3126
2906
|
} | {
|
3127
2907
|
$case: "scale";
|
3128
2908
|
scale: Scale;
|
3129
|
-
} | {
|
3130
|
-
$case: "textureMove";
|
3131
|
-
textureMove: TextureMove;
|
3132
2909
|
} | undefined;
|
3133
2910
|
playing?: boolean | undefined;
|
3134
2911
|
}
|
@@ -3191,23 +2968,6 @@ export namespace PBUiBackground {
|
|
3191
2968
|
export function encode(message: PBUiBackground, writer?: _m0.Writer): _m0.Writer;
|
3192
2969
|
}
|
3193
2970
|
|
3194
|
-
// @public (undocumented)
|
3195
|
-
export interface PBUiCanvas {
|
3196
|
-
color?: PBColor4 | undefined;
|
3197
|
-
// (undocumented)
|
3198
|
-
height: number;
|
3199
|
-
// (undocumented)
|
3200
|
-
width: number;
|
3201
|
-
}
|
3202
|
-
|
3203
|
-
// @public (undocumented)
|
3204
|
-
export namespace PBUiCanvas {
|
3205
|
-
// (undocumented)
|
3206
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBUiCanvas;
|
3207
|
-
// (undocumented)
|
3208
|
-
export function encode(message: PBUiCanvas, writer?: _m0.Writer): _m0.Writer;
|
3209
|
-
}
|
3210
|
-
|
3211
2971
|
// @public (undocumented)
|
3212
2972
|
export interface PBUiCanvasInformation {
|
3213
2973
|
devicePixelRatio: number;
|
@@ -3301,27 +3061,11 @@ export namespace PBUiInputResult {
|
|
3301
3061
|
export function encode(message: PBUiInputResult, writer?: _m0.Writer): _m0.Writer;
|
3302
3062
|
}
|
3303
3063
|
|
3304
|
-
// @public (undocumented)
|
3305
|
-
export interface PBUiScrollResult {
|
3306
|
-
// (undocumented)
|
3307
|
-
value: PBVector2 | undefined;
|
3308
|
-
}
|
3309
|
-
|
3310
|
-
// @public (undocumented)
|
3311
|
-
export namespace PBUiScrollResult {
|
3312
|
-
// (undocumented)
|
3313
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBUiScrollResult;
|
3314
|
-
// (undocumented)
|
3315
|
-
export function encode(message: PBUiScrollResult, writer?: _m0.Writer): _m0.Writer;
|
3316
|
-
}
|
3317
|
-
|
3318
3064
|
// @public (undocumented)
|
3319
3065
|
export interface PBUiText {
|
3320
3066
|
color?: PBColor4 | undefined;
|
3321
3067
|
font?: Font | undefined;
|
3322
3068
|
fontSize?: number | undefined;
|
3323
|
-
outlineColor?: PBColor4 | undefined;
|
3324
|
-
outlineWidth?: number | undefined;
|
3325
3069
|
textAlign?: TextAlignMode | undefined;
|
3326
3070
|
textWrap?: TextWrap | undefined;
|
3327
3071
|
value: string;
|
@@ -3341,7 +3085,6 @@ export interface PBUiTransform {
|
|
3341
3085
|
alignItems?: YGAlign | undefined;
|
3342
3086
|
alignSelf: YGAlign;
|
3343
3087
|
display: YGDisplay;
|
3344
|
-
elementId?: string | undefined;
|
3345
3088
|
// (undocumented)
|
3346
3089
|
flexBasis: number;
|
3347
3090
|
flexBasisUnit: YGUnit;
|
@@ -3378,7 +3121,6 @@ export interface PBUiTransform {
|
|
3378
3121
|
// (undocumented)
|
3379
3122
|
minWidth: number;
|
3380
3123
|
minWidthUnit: YGUnit;
|
3381
|
-
opacity?: number | undefined;
|
3382
3124
|
overflow: YGOverflow;
|
3383
3125
|
// (undocumented)
|
3384
3126
|
paddingBottom: number;
|
@@ -3410,12 +3152,9 @@ export interface PBUiTransform {
|
|
3410
3152
|
positionType: YGPositionType;
|
3411
3153
|
// (undocumented)
|
3412
3154
|
rightOf: number;
|
3413
|
-
scrollPosition?: ScrollPositionValue | undefined;
|
3414
|
-
scrollVisible?: ShowScrollBar | undefined;
|
3415
3155
|
// (undocumented)
|
3416
3156
|
width: number;
|
3417
3157
|
widthUnit: YGUnit;
|
3418
|
-
zIndex?: number | undefined;
|
3419
3158
|
}
|
3420
3159
|
|
3421
3160
|
// @public (undocumented)
|
@@ -3866,8 +3605,6 @@ export interface ReactBasedUiSystem {
|
|
3866
3605
|
// (undocumented)
|
3867
3606
|
destroy(): void;
|
3868
3607
|
// (undocumented)
|
3869
|
-
setTextureRenderer(entity: Entity, ui: UiComponent): void;
|
3870
|
-
// (undocumented)
|
3871
3608
|
setUiRenderer(ui: UiComponent): void;
|
3872
3609
|
}
|
3873
3610
|
|
@@ -4107,50 +3844,12 @@ export namespace Schemas {
|
|
4107
3844
|
}) => void;
|
4108
3845
|
}
|
4109
3846
|
|
4110
|
-
// @public (undocumented)
|
4111
|
-
export interface ScrollPositionValue {
|
4112
|
-
// (undocumented)
|
4113
|
-
value?: {
|
4114
|
-
$case: "position";
|
4115
|
-
position: PBVector2;
|
4116
|
-
} | {
|
4117
|
-
$case: "reference";
|
4118
|
-
reference: string;
|
4119
|
-
} | undefined;
|
4120
|
-
}
|
4121
|
-
|
4122
|
-
// @public (undocumented)
|
4123
|
-
export namespace ScrollPositionValue {
|
4124
|
-
// (undocumented)
|
4125
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): ScrollPositionValue;
|
4126
|
-
// (undocumented)
|
4127
|
-
export function encode(message: ScrollPositionValue, writer?: _m0.Writer): _m0.Writer;
|
4128
|
-
}
|
4129
|
-
|
4130
|
-
// @public
|
4131
|
-
export type ScrollVisibleType = 'horizontal' | 'vertical' | 'both' | 'hidden';
|
4132
|
-
|
4133
|
-
// @public (undocumented)
|
4134
|
-
export const enum ShowScrollBar {
|
4135
|
-
// (undocumented)
|
4136
|
-
SSB_BOTH = 0,
|
4137
|
-
// (undocumented)
|
4138
|
-
SSB_HIDDEN = 3,
|
4139
|
-
// (undocumented)
|
4140
|
-
SSB_ONLY_HORIZONTAL = 2,
|
4141
|
-
// (undocumented)
|
4142
|
-
SSB_ONLY_VERTICAL = 1
|
4143
|
-
}
|
4144
|
-
|
4145
3847
|
// @public (undocumented)
|
4146
3848
|
export interface Spec {
|
4147
3849
|
// (undocumented)
|
4148
3850
|
[key: string]: ISchema;
|
4149
3851
|
}
|
4150
3852
|
|
4151
|
-
// @public (undocumented)
|
4152
|
-
export const Spotlight: LastWriteWinElementSetComponentDefinition<PBSpotlight>;
|
4153
|
-
|
4154
3853
|
// @alpha
|
4155
3854
|
export const SyncComponents: ISyncComponents;
|
4156
3855
|
|
@@ -4260,30 +3959,6 @@ export interface TextureHelper {
|
|
4260
3959
|
// @public
|
4261
3960
|
export type TextureMode = 'nine-slices' | 'center' | 'stretch';
|
4262
3961
|
|
4263
|
-
// @public (undocumented)
|
4264
|
-
export interface TextureMove {
|
4265
|
-
// (undocumented)
|
4266
|
-
end: PBVector2 | undefined;
|
4267
|
-
movementType?: TextureMovementType | undefined;
|
4268
|
-
// (undocumented)
|
4269
|
-
start: PBVector2 | undefined;
|
4270
|
-
}
|
4271
|
-
|
4272
|
-
// @public (undocumented)
|
4273
|
-
export namespace TextureMove {
|
4274
|
-
// (undocumented)
|
4275
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): TextureMove;
|
4276
|
-
// (undocumented)
|
4277
|
-
export function encode(message: TextureMove, writer?: _m0.Writer): _m0.Writer;
|
4278
|
-
}
|
4279
|
-
|
4280
|
-
// @public (undocumented)
|
4281
|
-
export const enum TextureMovementType {
|
4282
|
-
TMT_OFFSET = 0,
|
4283
|
-
// (undocumented)
|
4284
|
-
TMT_TILING = 1
|
4285
|
-
}
|
4286
|
-
|
4287
3962
|
// @public (undocumented)
|
4288
3963
|
export interface TextureUnion {
|
4289
3964
|
// (undocumented)
|
@@ -4296,9 +3971,6 @@ export interface TextureUnion {
|
|
4296
3971
|
} | {
|
4297
3972
|
$case: "videoTexture";
|
4298
3973
|
videoTexture: VideoTexture;
|
4299
|
-
} | {
|
4300
|
-
$case: "uiTexture";
|
4301
|
-
uiTexture: UiCanvasTexture;
|
4302
3974
|
} | undefined;
|
4303
3975
|
}
|
4304
3976
|
|
@@ -4475,28 +4147,9 @@ export interface UiButtonProps extends UiLabelProps, EntityPropTypes {
|
|
4475
4147
|
variant?: 'primary' | 'secondary';
|
4476
4148
|
}
|
4477
4149
|
|
4478
|
-
// @public (undocumented)
|
4479
|
-
export const UiCanvas: LastWriteWinElementSetComponentDefinition<PBUiCanvas>;
|
4480
|
-
|
4481
4150
|
// @public (undocumented)
|
4482
4151
|
export const UiCanvasInformation: LastWriteWinElementSetComponentDefinition<PBUiCanvasInformation>;
|
4483
4152
|
|
4484
|
-
// @public (undocumented)
|
4485
|
-
export interface UiCanvasTexture {
|
4486
|
-
filterMode?: TextureFilterMode | undefined;
|
4487
|
-
// (undocumented)
|
4488
|
-
uiCanvasEntity: number;
|
4489
|
-
wrapMode?: TextureWrapMode | undefined;
|
4490
|
-
}
|
4491
|
-
|
4492
|
-
// @public (undocumented)
|
4493
|
-
export namespace UiCanvasTexture {
|
4494
|
-
// (undocumented)
|
4495
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): UiCanvasTexture;
|
4496
|
-
// (undocumented)
|
4497
|
-
export function encode(message: UiCanvasTexture, writer?: _m0.Writer): _m0.Writer;
|
4498
|
-
}
|
4499
|
-
|
4500
4153
|
// @public (undocumented)
|
4501
4154
|
export type UiComponent = () => ReactEcs.JSX.ReactNode;
|
4502
4155
|
|
@@ -4551,8 +4204,6 @@ export interface UiLabelProps {
|
|
4551
4204
|
color?: PBColor4 | undefined;
|
4552
4205
|
font?: UiFontType | undefined;
|
4553
4206
|
fontSize?: ScaleUnit | undefined;
|
4554
|
-
outlineColor?: PBColor4 | undefined;
|
4555
|
-
outlineWidth?: number | undefined;
|
4556
4207
|
textAlign?: TextAlignType | undefined;
|
4557
4208
|
textWrap?: UiTextWrapType | undefined;
|
4558
4209
|
value: string;
|
@@ -4561,9 +4212,6 @@ export interface UiLabelProps {
|
|
4561
4212
|
// @public
|
4562
4213
|
export type uint32 = number;
|
4563
4214
|
|
4564
|
-
// @public (undocumented)
|
4565
|
-
export const UiScrollResult: LastWriteWinElementSetComponentDefinition<PBUiScrollResult>;
|
4566
|
-
|
4567
4215
|
// @public (undocumented)
|
4568
4216
|
export const UiText: LastWriteWinElementSetComponentDefinition<PBUiText>;
|
4569
4217
|
|
@@ -4586,7 +4234,6 @@ export interface UiTransformProps {
|
|
4586
4234
|
alignItems?: AlignType;
|
4587
4235
|
alignSelf?: AlignType;
|
4588
4236
|
display?: DisplayType;
|
4589
|
-
elementId?: string;
|
4590
4237
|
flex?: number;
|
4591
4238
|
flexBasis?: number;
|
4592
4239
|
flexDirection?: FlexDirectionType;
|
@@ -4600,16 +4247,12 @@ export interface UiTransformProps {
|
|
4600
4247
|
maxWidth?: PositionUnit;
|
4601
4248
|
minHeight?: PositionUnit;
|
4602
4249
|
minWidth?: PositionUnit;
|
4603
|
-
opacity?: number;
|
4604
4250
|
overflow?: OverflowType;
|
4605
4251
|
padding?: Partial<Position> | PositionShorthand;
|
4606
4252
|
pointerFilter?: PointerFilterType;
|
4607
4253
|
position?: Partial<Position> | PositionShorthand;
|
4608
4254
|
positionType?: PositionType;
|
4609
|
-
scrollPosition?: PBVector2 | string;
|
4610
|
-
scrollVisible?: ScrollVisibleType;
|
4611
4255
|
width?: PositionUnit | 'auto';
|
4612
|
-
zIndex?: number;
|
4613
4256
|
}
|
4614
4257
|
|
4615
4258
|
// @public (undocumented)
|
package/package.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dcl/playground-assets",
|
3
3
|
"description": "",
|
4
|
-
"version": "7.6.8-
|
4
|
+
"version": "7.6.8-12599004043.commit-8eaa4e2",
|
5
5
|
"author": "Decentraland",
|
6
6
|
"dependencies": {
|
7
|
-
"@dcl/js-runtime": "7.6.8-
|
8
|
-
"@dcl/sdk": "7.6.8-
|
7
|
+
"@dcl/js-runtime": "7.6.8-12599004043.commit-8eaa4e2",
|
8
|
+
"@dcl/sdk": "7.6.8-12599004043.commit-8eaa4e2"
|
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": "8eaa4e2f457136e20bd11d2449d90210d1bd9cce"
|
36
36
|
}
|