@dcl/playground-assets 7.5.8-10967536696.commit-cfc4ce5 → 7.5.8-11020113946.commit-53f6ae5
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 +5 -537
- package/dist/beta.d.ts +5 -537
- package/dist/index.bundled.d.ts +5 -537
- package/dist/index.js +7 -7
- package/dist/index.js.map +4 -4
- package/dist/playground/sdk/apis.d.ts +1 -0
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +5 -537
- package/etc/playground-assets.api.json +847 -6016
- package/etc/playground-assets.api.md +2 -328
- 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>>;
|
@@ -1238,9 +1179,6 @@ export type GlobalDirectionRaycastSystemOptions = {
|
|
1238
1179
|
direction?: PBVector3;
|
1239
1180
|
};
|
1240
1181
|
|
1241
|
-
// @public (undocumented)
|
1242
|
-
export const GlobalLight: LastWriteWinElementSetComponentDefinition<PBGlobalLight>;
|
1243
|
-
|
1244
1182
|
// 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)
|
1245
1183
|
//
|
1246
1184
|
// @public (undocumented)
|
@@ -1259,22 +1197,6 @@ export const GltfContainer: LastWriteWinElementSetComponentDefinition<PBGltfCont
|
|
1259
1197
|
// @public (undocumented)
|
1260
1198
|
export const GltfContainerLoadingState: LastWriteWinElementSetComponentDefinition<PBGltfContainerLoadingState>;
|
1261
1199
|
|
1262
|
-
// @public (undocumented)
|
1263
|
-
export const GltfNode: LastWriteWinElementSetComponentDefinition<PBGltfNode>;
|
1264
|
-
|
1265
|
-
// @public (undocumented)
|
1266
|
-
export const GltfNodeState: LastWriteWinElementSetComponentDefinition<PBGltfNodeState>;
|
1267
|
-
|
1268
|
-
// @public (undocumented)
|
1269
|
-
export const enum GltfNodeStateValue {
|
1270
|
-
// (undocumented)
|
1271
|
-
GNSV_FAILED = 1,
|
1272
|
-
// (undocumented)
|
1273
|
-
GNSV_PENDING = 0,
|
1274
|
-
// (undocumented)
|
1275
|
-
GNSV_READY = 2
|
1276
|
-
}
|
1277
|
-
|
1278
1200
|
// @public (undocumented)
|
1279
1201
|
export interface GrowOnlyValueSetComponentDefinition<T> extends BaseComponent<T> {
|
1280
1202
|
addValue(entity: Entity, val: DeepReadonly<T>): DeepReadonlySet<T>;
|
@@ -1613,9 +1535,6 @@ export interface LastWriteWinElementSetComponentDefinition<T> extends BaseCompon
|
|
1613
1535
|
getOrNull(entity: Entity): DeepReadonly<T> | null;
|
1614
1536
|
}
|
1615
1537
|
|
1616
|
-
// @public (undocumented)
|
1617
|
-
export const Light: LastWriteWinElementSetComponentDefinition<PBLight>;
|
1618
|
-
|
1619
1538
|
// @public
|
1620
1539
|
export type Listeners = {
|
1621
1540
|
onMouseDown?: Callback;
|
@@ -1859,7 +1778,6 @@ export const MeshCollider: MeshColliderComponentDefinitionExtended;
|
|
1859
1778
|
export interface MeshColliderComponentDefinitionExtended extends LastWriteWinElementSetComponentDefinition<PBMeshCollider> {
|
1860
1779
|
setBox(entity: Entity, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
1861
1780
|
setCylinder(entity: Entity, radiusBottom?: number, radiusTop?: number, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
1862
|
-
setGltfMesh(entity: Entity, source: string, meshName: string, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
1863
1781
|
setPlane(entity: Entity, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
1864
1782
|
setSphere(entity: Entity, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
1865
1783
|
}
|
@@ -1873,7 +1791,6 @@ export const MeshRenderer: MeshRendererComponentDefinitionExtended;
|
|
1873
1791
|
export interface MeshRendererComponentDefinitionExtended extends LastWriteWinElementSetComponentDefinition<PBMeshRenderer> {
|
1874
1792
|
setBox(entity: Entity, uvs?: number[]): void;
|
1875
1793
|
setCylinder(entity: Entity, radiusBottom?: number, radiusTop?: number): void;
|
1876
|
-
setGltfMesh(entity: Entity, source: string, meshName: string): void;
|
1877
1794
|
setPlane(entity: Entity, uvs?: number[]): void;
|
1878
1795
|
setSphere(entity: Entity): void;
|
1879
1796
|
}
|
@@ -2268,9 +2185,6 @@ export interface PBAvatarModifierArea {
|
|
2268
2185
|
area: PBVector3 | undefined;
|
2269
2186
|
excludeIds: string[];
|
2270
2187
|
modifiers: AvatarModifierType[];
|
2271
|
-
// (undocumented)
|
2272
|
-
movementSettings?: AvatarMovementSettings | undefined;
|
2273
|
-
useColliderRange?: boolean | undefined;
|
2274
2188
|
}
|
2275
2189
|
|
2276
2190
|
// @public (undocumented)
|
@@ -2333,10 +2247,7 @@ export namespace PBCameraMode {
|
|
2333
2247
|
// @public (undocumented)
|
2334
2248
|
export interface PBCameraModeArea {
|
2335
2249
|
area: PBVector3 | undefined;
|
2336
|
-
// (undocumented)
|
2337
|
-
cinematicSettings?: CinematicSettings | undefined;
|
2338
2250
|
mode: CameraType;
|
2339
|
-
useColliderRange?: boolean | undefined;
|
2340
2251
|
}
|
2341
2252
|
|
2342
2253
|
// @public (undocumented)
|
@@ -2400,21 +2311,6 @@ export namespace PBEngineInfo {
|
|
2400
2311
|
export function encode(message: PBEngineInfo, writer?: _m0.Writer): _m0.Writer;
|
2401
2312
|
}
|
2402
2313
|
|
2403
|
-
// @public (undocumented)
|
2404
|
-
export interface PBGlobalLight {
|
2405
|
-
ambientBrightness?: number | undefined;
|
2406
|
-
ambientColor?: PBColor3 | undefined;
|
2407
|
-
direction?: PBVector3 | undefined;
|
2408
|
-
}
|
2409
|
-
|
2410
|
-
// @public (undocumented)
|
2411
|
-
export namespace PBGlobalLight {
|
2412
|
-
// (undocumented)
|
2413
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBGlobalLight;
|
2414
|
-
// (undocumented)
|
2415
|
-
export function encode(message: PBGlobalLight, writer?: _m0.Writer): _m0.Writer;
|
2416
|
-
}
|
2417
|
-
|
2418
2314
|
// @public (undocumented)
|
2419
2315
|
export interface PBGltfContainer {
|
2420
2316
|
invisibleMeshesCollisionMask?: number | undefined;
|
@@ -2432,13 +2328,8 @@ export namespace PBGltfContainer {
|
|
2432
2328
|
|
2433
2329
|
// @public (undocumented)
|
2434
2330
|
export interface PBGltfContainerLoadingState {
|
2435
|
-
animationNames: string[];
|
2436
2331
|
// (undocumented)
|
2437
2332
|
currentState: LoadingState;
|
2438
|
-
materialNames: string[];
|
2439
|
-
meshNames: string[];
|
2440
|
-
nodePaths: string[];
|
2441
|
-
skinNames: string[];
|
2442
2333
|
}
|
2443
2334
|
|
2444
2335
|
// @public (undocumented)
|
@@ -2449,35 +2340,6 @@ export namespace PBGltfContainerLoadingState {
|
|
2449
2340
|
export function encode(message: PBGltfContainerLoadingState, writer?: _m0.Writer): _m0.Writer;
|
2450
2341
|
}
|
2451
2342
|
|
2452
|
-
// @public (undocumented)
|
2453
|
-
export interface PBGltfNode {
|
2454
|
-
path: string;
|
2455
|
-
}
|
2456
|
-
|
2457
|
-
// @public (undocumented)
|
2458
|
-
export namespace PBGltfNode {
|
2459
|
-
// (undocumented)
|
2460
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBGltfNode;
|
2461
|
-
// (undocumented)
|
2462
|
-
export function encode(message: PBGltfNode, writer?: _m0.Writer): _m0.Writer;
|
2463
|
-
}
|
2464
|
-
|
2465
|
-
// @public (undocumented)
|
2466
|
-
export interface PBGltfNodeState {
|
2467
|
-
// (undocumented)
|
2468
|
-
error?: string | undefined;
|
2469
|
-
// (undocumented)
|
2470
|
-
state: GltfNodeStateValue;
|
2471
|
-
}
|
2472
|
-
|
2473
|
-
// @public (undocumented)
|
2474
|
-
export namespace PBGltfNodeState {
|
2475
|
-
// (undocumented)
|
2476
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBGltfNodeState;
|
2477
|
-
// (undocumented)
|
2478
|
-
export function encode(message: PBGltfNodeState, writer?: _m0.Writer): _m0.Writer;
|
2479
|
-
}
|
2480
|
-
|
2481
2343
|
// @public (undocumented)
|
2482
2344
|
export interface PBInputModifier {
|
2483
2345
|
// (undocumented)
|
@@ -2519,22 +2381,6 @@ export namespace PBInputModifier_StandardInput {
|
|
2519
2381
|
export function encode(message: PBInputModifier_StandardInput, writer?: _m0.Writer): _m0.Writer;
|
2520
2382
|
}
|
2521
2383
|
|
2522
|
-
// @public (undocumented)
|
2523
|
-
export interface PBLight {
|
2524
|
-
color?: PBColor3 | undefined;
|
2525
|
-
enabled?: boolean | undefined;
|
2526
|
-
illuminance?: number | undefined;
|
2527
|
-
shadows?: boolean | undefined;
|
2528
|
-
}
|
2529
|
-
|
2530
|
-
// @public (undocumented)
|
2531
|
-
export namespace PBLight {
|
2532
|
-
// (undocumented)
|
2533
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBLight;
|
2534
|
-
// (undocumented)
|
2535
|
-
export function encode(message: PBLight, writer?: _m0.Writer): _m0.Writer;
|
2536
|
-
}
|
2537
|
-
|
2538
2384
|
// @public (undocumented)
|
2539
2385
|
export interface PBMainCamera {
|
2540
2386
|
virtualCameraEntity?: number | undefined;
|
@@ -2550,7 +2396,6 @@ export namespace PBMainCamera {
|
|
2550
2396
|
|
2551
2397
|
// @public (undocumented)
|
2552
2398
|
export interface PBMaterial {
|
2553
|
-
gltf?: PBMaterial_GltfMaterial | undefined;
|
2554
2399
|
// (undocumented)
|
2555
2400
|
material?: {
|
2556
2401
|
$case: "unlit";
|
@@ -2569,22 +2414,6 @@ export namespace PBMaterial {
|
|
2569
2414
|
export function encode(message: PBMaterial, writer?: _m0.Writer): _m0.Writer;
|
2570
2415
|
}
|
2571
2416
|
|
2572
|
-
// @public (undocumented)
|
2573
|
-
export interface PBMaterial_GltfMaterial {
|
2574
|
-
// (undocumented)
|
2575
|
-
gltfSrc: string;
|
2576
|
-
// (undocumented)
|
2577
|
-
name: string;
|
2578
|
-
}
|
2579
|
-
|
2580
|
-
// @public (undocumented)
|
2581
|
-
export namespace PBMaterial_GltfMaterial {
|
2582
|
-
// (undocumented)
|
2583
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBMaterial_GltfMaterial;
|
2584
|
-
// (undocumented)
|
2585
|
-
export function encode(message: PBMaterial_GltfMaterial, writer?: _m0.Writer): _m0.Writer;
|
2586
|
-
}
|
2587
|
-
|
2588
2417
|
// @public (undocumented)
|
2589
2418
|
export interface PBMaterial_PbrMaterial {
|
2590
2419
|
albedoColor?: PBColor4 | undefined;
|
@@ -2644,9 +2473,6 @@ export interface PBMeshCollider {
|
|
2644
2473
|
} | {
|
2645
2474
|
$case: "plane";
|
2646
2475
|
plane: PBMeshCollider_PlaneMesh;
|
2647
|
-
} | {
|
2648
|
-
$case: "gltf";
|
2649
|
-
gltf: PBMeshCollider_GltfMesh;
|
2650
2476
|
} | undefined;
|
2651
2477
|
}
|
2652
2478
|
|
@@ -2684,20 +2510,6 @@ export namespace PBMeshCollider_CylinderMesh {
|
|
2684
2510
|
export function encode(message: PBMeshCollider_CylinderMesh, writer?: _m0.Writer): _m0.Writer;
|
2685
2511
|
}
|
2686
2512
|
|
2687
|
-
// @public (undocumented)
|
2688
|
-
export interface PBMeshCollider_GltfMesh {
|
2689
|
-
gltfSrc: string;
|
2690
|
-
name: string;
|
2691
|
-
}
|
2692
|
-
|
2693
|
-
// @public (undocumented)
|
2694
|
-
export namespace PBMeshCollider_GltfMesh {
|
2695
|
-
// (undocumented)
|
2696
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBMeshCollider_GltfMesh;
|
2697
|
-
// (undocumented)
|
2698
|
-
export function encode(message: PBMeshCollider_GltfMesh, writer?: _m0.Writer): _m0.Writer;
|
2699
|
-
}
|
2700
|
-
|
2701
2513
|
// @public (undocumented)
|
2702
2514
|
export interface PBMeshCollider_PlaneMesh {
|
2703
2515
|
}
|
@@ -2737,9 +2549,6 @@ export interface PBMeshRenderer {
|
|
2737
2549
|
} | {
|
2738
2550
|
$case: "plane";
|
2739
2551
|
plane: PBMeshRenderer_PlaneMesh;
|
2740
|
-
} | {
|
2741
|
-
$case: "gltf";
|
2742
|
-
gltf: PBMeshRenderer_GltfMesh;
|
2743
2552
|
} | undefined;
|
2744
2553
|
}
|
2745
2554
|
|
@@ -2778,20 +2587,6 @@ export namespace PBMeshRenderer_CylinderMesh {
|
|
2778
2587
|
export function encode(message: PBMeshRenderer_CylinderMesh, writer?: _m0.Writer): _m0.Writer;
|
2779
2588
|
}
|
2780
2589
|
|
2781
|
-
// @public (undocumented)
|
2782
|
-
export interface PBMeshRenderer_GltfMesh {
|
2783
|
-
gltfSrc: string;
|
2784
|
-
name: string;
|
2785
|
-
}
|
2786
|
-
|
2787
|
-
// @public (undocumented)
|
2788
|
-
export namespace PBMeshRenderer_GltfMesh {
|
2789
|
-
// (undocumented)
|
2790
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBMeshRenderer_GltfMesh;
|
2791
|
-
// (undocumented)
|
2792
|
-
export function encode(message: PBMeshRenderer_GltfMesh, writer?: _m0.Writer): _m0.Writer;
|
2793
|
-
}
|
2794
|
-
|
2795
2590
|
// @public (undocumented)
|
2796
2591
|
export interface PBMeshRenderer_PlaneMesh {
|
2797
2592
|
uvs: number[];
|
@@ -3017,6 +2812,8 @@ export interface PBRealmInfo {
|
|
3017
2812
|
// (undocumented)
|
3018
2813
|
commsAdapter: string;
|
3019
2814
|
// (undocumented)
|
2815
|
+
isConnectedSceneRoom?: boolean | undefined;
|
2816
|
+
// (undocumented)
|
3020
2817
|
isPreview: boolean;
|
3021
2818
|
// (undocumented)
|
3022
2819
|
networkId: number;
|
@@ -3034,21 +2831,6 @@ export namespace PBRealmInfo {
|
|
3034
2831
|
export function encode(message: PBRealmInfo, writer?: _m0.Writer): _m0.Writer;
|
3035
2832
|
}
|
3036
2833
|
|
3037
|
-
// @public (undocumented)
|
3038
|
-
export interface PBSpotlight {
|
3039
|
-
angle: number;
|
3040
|
-
// Warning: (tsdoc-malformed-html-name) Invalid HTML element: Expecting an HTML name
|
3041
|
-
innerAngle?: number | undefined;
|
3042
|
-
}
|
3043
|
-
|
3044
|
-
// @public (undocumented)
|
3045
|
-
export namespace PBSpotlight {
|
3046
|
-
// (undocumented)
|
3047
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBSpotlight;
|
3048
|
-
// (undocumented)
|
3049
|
-
export function encode(message: PBSpotlight, writer?: _m0.Writer): _m0.Writer;
|
3050
|
-
}
|
3051
|
-
|
3052
2834
|
// @public (undocumented)
|
3053
2835
|
export interface PBTextShape {
|
3054
2836
|
font?: Font | undefined;
|
@@ -3160,23 +2942,6 @@ export namespace PBUiBackground {
|
|
3160
2942
|
export function encode(message: PBUiBackground, writer?: _m0.Writer): _m0.Writer;
|
3161
2943
|
}
|
3162
2944
|
|
3163
|
-
// @public (undocumented)
|
3164
|
-
export interface PBUiCanvas {
|
3165
|
-
color?: PBColor4 | undefined;
|
3166
|
-
// (undocumented)
|
3167
|
-
height: number;
|
3168
|
-
// (undocumented)
|
3169
|
-
width: number;
|
3170
|
-
}
|
3171
|
-
|
3172
|
-
// @public (undocumented)
|
3173
|
-
export namespace PBUiCanvas {
|
3174
|
-
// (undocumented)
|
3175
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBUiCanvas;
|
3176
|
-
// (undocumented)
|
3177
|
-
export function encode(message: PBUiCanvas, writer?: _m0.Writer): _m0.Writer;
|
3178
|
-
}
|
3179
|
-
|
3180
2945
|
// @public (undocumented)
|
3181
2946
|
export interface PBUiCanvasInformation {
|
3182
2947
|
devicePixelRatio: number;
|
@@ -3270,27 +3035,11 @@ export namespace PBUiInputResult {
|
|
3270
3035
|
export function encode(message: PBUiInputResult, writer?: _m0.Writer): _m0.Writer;
|
3271
3036
|
}
|
3272
3037
|
|
3273
|
-
// @public (undocumented)
|
3274
|
-
export interface PBUiScrollResult {
|
3275
|
-
// (undocumented)
|
3276
|
-
value: PBVector2 | undefined;
|
3277
|
-
}
|
3278
|
-
|
3279
|
-
// @public (undocumented)
|
3280
|
-
export namespace PBUiScrollResult {
|
3281
|
-
// (undocumented)
|
3282
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBUiScrollResult;
|
3283
|
-
// (undocumented)
|
3284
|
-
export function encode(message: PBUiScrollResult, writer?: _m0.Writer): _m0.Writer;
|
3285
|
-
}
|
3286
|
-
|
3287
3038
|
// @public (undocumented)
|
3288
3039
|
export interface PBUiText {
|
3289
3040
|
color?: PBColor4 | undefined;
|
3290
3041
|
font?: Font | undefined;
|
3291
3042
|
fontSize?: number | undefined;
|
3292
|
-
outlineColor?: PBColor4 | undefined;
|
3293
|
-
outlineWidth?: number | undefined;
|
3294
3043
|
textAlign?: TextAlignMode | undefined;
|
3295
3044
|
textWrap?: TextWrap | undefined;
|
3296
3045
|
value: string;
|
@@ -3310,7 +3059,6 @@ export interface PBUiTransform {
|
|
3310
3059
|
alignItems?: YGAlign | undefined;
|
3311
3060
|
alignSelf: YGAlign;
|
3312
3061
|
display: YGDisplay;
|
3313
|
-
elementId?: string | undefined;
|
3314
3062
|
// (undocumented)
|
3315
3063
|
flexBasis: number;
|
3316
3064
|
flexBasisUnit: YGUnit;
|
@@ -3347,7 +3095,6 @@ export interface PBUiTransform {
|
|
3347
3095
|
// (undocumented)
|
3348
3096
|
minWidth: number;
|
3349
3097
|
minWidthUnit: YGUnit;
|
3350
|
-
opacity?: number | undefined;
|
3351
3098
|
overflow: YGOverflow;
|
3352
3099
|
// (undocumented)
|
3353
3100
|
paddingBottom: number;
|
@@ -3379,8 +3126,6 @@ export interface PBUiTransform {
|
|
3379
3126
|
positionType: YGPositionType;
|
3380
3127
|
// (undocumented)
|
3381
3128
|
rightOf: number;
|
3382
|
-
scrollPosition?: ScrollPositionValue | undefined;
|
3383
|
-
scrollVisible?: ShowScrollBar | undefined;
|
3384
3129
|
// (undocumented)
|
3385
3130
|
width: number;
|
3386
3131
|
widthUnit: YGUnit;
|
@@ -3824,8 +3569,6 @@ export interface ReactBasedUiSystem {
|
|
3824
3569
|
// (undocumented)
|
3825
3570
|
destroy(): void;
|
3826
3571
|
// (undocumented)
|
3827
|
-
setTextureRenderer(entity: Entity, ui: UiComponent): void;
|
3828
|
-
// (undocumented)
|
3829
3572
|
setUiRenderer(ui: UiComponent): void;
|
3830
3573
|
}
|
3831
3574
|
|
@@ -4065,50 +3808,12 @@ export namespace Schemas {
|
|
4065
3808
|
}) => void;
|
4066
3809
|
}
|
4067
3810
|
|
4068
|
-
// @public (undocumented)
|
4069
|
-
export interface ScrollPositionValue {
|
4070
|
-
// (undocumented)
|
4071
|
-
value?: {
|
4072
|
-
$case: "position";
|
4073
|
-
position: PBVector2;
|
4074
|
-
} | {
|
4075
|
-
$case: "reference";
|
4076
|
-
reference: string;
|
4077
|
-
} | undefined;
|
4078
|
-
}
|
4079
|
-
|
4080
|
-
// @public (undocumented)
|
4081
|
-
export namespace ScrollPositionValue {
|
4082
|
-
// (undocumented)
|
4083
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): ScrollPositionValue;
|
4084
|
-
// (undocumented)
|
4085
|
-
export function encode(message: ScrollPositionValue, writer?: _m0.Writer): _m0.Writer;
|
4086
|
-
}
|
4087
|
-
|
4088
|
-
// @public
|
4089
|
-
export type ScrollVisibleType = 'horizontal' | 'vertical' | 'both' | 'hidden';
|
4090
|
-
|
4091
|
-
// @public (undocumented)
|
4092
|
-
export const enum ShowScrollBar {
|
4093
|
-
// (undocumented)
|
4094
|
-
SSB_BOTH = 0,
|
4095
|
-
// (undocumented)
|
4096
|
-
SSB_HIDDEN = 3,
|
4097
|
-
// (undocumented)
|
4098
|
-
SSB_ONLY_HORIZONTAL = 2,
|
4099
|
-
// (undocumented)
|
4100
|
-
SSB_ONLY_VERTICAL = 1
|
4101
|
-
}
|
4102
|
-
|
4103
3811
|
// @public (undocumented)
|
4104
3812
|
export interface Spec {
|
4105
3813
|
// (undocumented)
|
4106
3814
|
[key: string]: ISchema;
|
4107
3815
|
}
|
4108
3816
|
|
4109
|
-
// @public (undocumented)
|
4110
|
-
export const Spotlight: LastWriteWinElementSetComponentDefinition<PBSpotlight>;
|
4111
|
-
|
4112
3817
|
// @alpha
|
4113
3818
|
export const SyncComponents: ISyncComponents;
|
4114
3819
|
|
@@ -4228,9 +3933,6 @@ export interface TextureUnion {
|
|
4228
3933
|
} | {
|
4229
3934
|
$case: "videoTexture";
|
4230
3935
|
videoTexture: VideoTexture;
|
4231
|
-
} | {
|
4232
|
-
$case: "uiTexture";
|
4233
|
-
uiTexture: UiCanvasTexture;
|
4234
3936
|
} | undefined;
|
4235
3937
|
}
|
4236
3938
|
|
@@ -4407,28 +4109,9 @@ export interface UiButtonProps extends UiLabelProps, EntityPropTypes {
|
|
4407
4109
|
variant?: 'primary' | 'secondary';
|
4408
4110
|
}
|
4409
4111
|
|
4410
|
-
// @public (undocumented)
|
4411
|
-
export const UiCanvas: LastWriteWinElementSetComponentDefinition<PBUiCanvas>;
|
4412
|
-
|
4413
4112
|
// @public (undocumented)
|
4414
4113
|
export const UiCanvasInformation: LastWriteWinElementSetComponentDefinition<PBUiCanvasInformation>;
|
4415
4114
|
|
4416
|
-
// @public (undocumented)
|
4417
|
-
export interface UiCanvasTexture {
|
4418
|
-
filterMode?: TextureFilterMode | undefined;
|
4419
|
-
// (undocumented)
|
4420
|
-
uiCanvasEntity: number;
|
4421
|
-
wrapMode?: TextureWrapMode | undefined;
|
4422
|
-
}
|
4423
|
-
|
4424
|
-
// @public (undocumented)
|
4425
|
-
export namespace UiCanvasTexture {
|
4426
|
-
// (undocumented)
|
4427
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): UiCanvasTexture;
|
4428
|
-
// (undocumented)
|
4429
|
-
export function encode(message: UiCanvasTexture, writer?: _m0.Writer): _m0.Writer;
|
4430
|
-
}
|
4431
|
-
|
4432
4115
|
// @public (undocumented)
|
4433
4116
|
export type UiComponent = () => ReactEcs.JSX.ReactNode;
|
4434
4117
|
|
@@ -4483,8 +4166,6 @@ export interface UiLabelProps {
|
|
4483
4166
|
color?: PBColor4 | undefined;
|
4484
4167
|
font?: UiFontType | undefined;
|
4485
4168
|
fontSize?: ScaleUnit | undefined;
|
4486
|
-
outlineColor?: PBColor4 | undefined;
|
4487
|
-
outlineWidth?: number | undefined;
|
4488
4169
|
textAlign?: TextAlignType | undefined;
|
4489
4170
|
textWrap?: UiTextWrapType | undefined;
|
4490
4171
|
value: string;
|
@@ -4493,9 +4174,6 @@ export interface UiLabelProps {
|
|
4493
4174
|
// @public
|
4494
4175
|
export type uint32 = number;
|
4495
4176
|
|
4496
|
-
// @public (undocumented)
|
4497
|
-
export const UiScrollResult: LastWriteWinElementSetComponentDefinition<PBUiScrollResult>;
|
4498
|
-
|
4499
4177
|
// @public (undocumented)
|
4500
4178
|
export const UiText: LastWriteWinElementSetComponentDefinition<PBUiText>;
|
4501
4179
|
|
@@ -4518,7 +4196,6 @@ export interface UiTransformProps {
|
|
4518
4196
|
alignItems?: AlignType;
|
4519
4197
|
alignSelf?: AlignType;
|
4520
4198
|
display?: DisplayType;
|
4521
|
-
elementId?: string;
|
4522
4199
|
flex?: number;
|
4523
4200
|
flexBasis?: number;
|
4524
4201
|
flexDirection?: FlexDirectionType;
|
@@ -4532,14 +4209,11 @@ export interface UiTransformProps {
|
|
4532
4209
|
maxWidth?: PositionUnit;
|
4533
4210
|
minHeight?: PositionUnit;
|
4534
4211
|
minWidth?: PositionUnit;
|
4535
|
-
opacity?: number;
|
4536
4212
|
overflow?: OverflowType;
|
4537
4213
|
padding?: Partial<Position> | PositionShorthand;
|
4538
4214
|
pointerFilter?: PointerFilterType;
|
4539
4215
|
position?: Partial<Position> | PositionShorthand;
|
4540
4216
|
positionType?: PositionType;
|
4541
|
-
scrollPosition?: PBVector2 | string;
|
4542
|
-
scrollVisible?: ScrollVisibleType;
|
4543
4217
|
width?: PositionUnit | 'auto';
|
4544
4218
|
}
|
4545
4219
|
|
package/package.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dcl/playground-assets",
|
3
3
|
"description": "",
|
4
|
-
"version": "7.5.8-
|
4
|
+
"version": "7.5.8-11020113946.commit-53f6ae5",
|
5
5
|
"author": "Decentraland",
|
6
6
|
"dependencies": {
|
7
|
-
"@dcl/js-runtime": "7.5.8-
|
8
|
-
"@dcl/sdk": "7.5.8-
|
7
|
+
"@dcl/js-runtime": "7.5.8-11020113946.commit-53f6ae5",
|
8
|
+
"@dcl/sdk": "7.5.8-11020113946.commit-53f6ae5"
|
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": "53f6ae5fc2241d00eb0b1e8251cf611e7e8f2efd"
|
36
36
|
}
|