@dcl/playground-assets 7.6.4-11515577295.commit-620b210 → 7.6.4-11575221706.commit-48941ef
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 +4 -537
- package/dist/beta.d.ts +4 -537
- package/dist/index.bundled.d.ts +4 -537
- 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 +4 -537
- package/etc/playground-assets.api.json +774 -5970
- package/etc/playground-assets.api.md +0 -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;
|
@@ -2646,9 +2475,6 @@ export interface PBMeshCollider {
|
|
2646
2475
|
} | {
|
2647
2476
|
$case: "plane";
|
2648
2477
|
plane: PBMeshCollider_PlaneMesh;
|
2649
|
-
} | {
|
2650
|
-
$case: "gltf";
|
2651
|
-
gltf: PBMeshCollider_GltfMesh;
|
2652
2478
|
} | undefined;
|
2653
2479
|
}
|
2654
2480
|
|
@@ -2686,20 +2512,6 @@ export namespace PBMeshCollider_CylinderMesh {
|
|
2686
2512
|
export function encode(message: PBMeshCollider_CylinderMesh, writer?: _m0.Writer): _m0.Writer;
|
2687
2513
|
}
|
2688
2514
|
|
2689
|
-
// @public (undocumented)
|
2690
|
-
export interface PBMeshCollider_GltfMesh {
|
2691
|
-
gltfSrc: string;
|
2692
|
-
name: string;
|
2693
|
-
}
|
2694
|
-
|
2695
|
-
// @public (undocumented)
|
2696
|
-
export namespace PBMeshCollider_GltfMesh {
|
2697
|
-
// (undocumented)
|
2698
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBMeshCollider_GltfMesh;
|
2699
|
-
// (undocumented)
|
2700
|
-
export function encode(message: PBMeshCollider_GltfMesh, writer?: _m0.Writer): _m0.Writer;
|
2701
|
-
}
|
2702
|
-
|
2703
2515
|
// @public (undocumented)
|
2704
2516
|
export interface PBMeshCollider_PlaneMesh {
|
2705
2517
|
}
|
@@ -2739,9 +2551,6 @@ export interface PBMeshRenderer {
|
|
2739
2551
|
} | {
|
2740
2552
|
$case: "plane";
|
2741
2553
|
plane: PBMeshRenderer_PlaneMesh;
|
2742
|
-
} | {
|
2743
|
-
$case: "gltf";
|
2744
|
-
gltf: PBMeshRenderer_GltfMesh;
|
2745
2554
|
} | undefined;
|
2746
2555
|
}
|
2747
2556
|
|
@@ -2780,20 +2589,6 @@ export namespace PBMeshRenderer_CylinderMesh {
|
|
2780
2589
|
export function encode(message: PBMeshRenderer_CylinderMesh, writer?: _m0.Writer): _m0.Writer;
|
2781
2590
|
}
|
2782
2591
|
|
2783
|
-
// @public (undocumented)
|
2784
|
-
export interface PBMeshRenderer_GltfMesh {
|
2785
|
-
gltfSrc: string;
|
2786
|
-
name: string;
|
2787
|
-
}
|
2788
|
-
|
2789
|
-
// @public (undocumented)
|
2790
|
-
export namespace PBMeshRenderer_GltfMesh {
|
2791
|
-
// (undocumented)
|
2792
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBMeshRenderer_GltfMesh;
|
2793
|
-
// (undocumented)
|
2794
|
-
export function encode(message: PBMeshRenderer_GltfMesh, writer?: _m0.Writer): _m0.Writer;
|
2795
|
-
}
|
2796
|
-
|
2797
2592
|
// @public (undocumented)
|
2798
2593
|
export interface PBMeshRenderer_PlaneMesh {
|
2799
2594
|
uvs: number[];
|
@@ -3038,21 +2833,6 @@ export namespace PBRealmInfo {
|
|
3038
2833
|
export function encode(message: PBRealmInfo, writer?: _m0.Writer): _m0.Writer;
|
3039
2834
|
}
|
3040
2835
|
|
3041
|
-
// @public (undocumented)
|
3042
|
-
export interface PBSpotlight {
|
3043
|
-
angle: number;
|
3044
|
-
// Warning: (tsdoc-malformed-html-name) Invalid HTML element: Expecting an HTML name
|
3045
|
-
innerAngle?: number | undefined;
|
3046
|
-
}
|
3047
|
-
|
3048
|
-
// @public (undocumented)
|
3049
|
-
export namespace PBSpotlight {
|
3050
|
-
// (undocumented)
|
3051
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBSpotlight;
|
3052
|
-
// (undocumented)
|
3053
|
-
export function encode(message: PBSpotlight, writer?: _m0.Writer): _m0.Writer;
|
3054
|
-
}
|
3055
|
-
|
3056
2836
|
// @public (undocumented)
|
3057
2837
|
export interface PBTextShape {
|
3058
2838
|
font?: Font | undefined;
|
@@ -3164,23 +2944,6 @@ export namespace PBUiBackground {
|
|
3164
2944
|
export function encode(message: PBUiBackground, writer?: _m0.Writer): _m0.Writer;
|
3165
2945
|
}
|
3166
2946
|
|
3167
|
-
// @public (undocumented)
|
3168
|
-
export interface PBUiCanvas {
|
3169
|
-
color?: PBColor4 | undefined;
|
3170
|
-
// (undocumented)
|
3171
|
-
height: number;
|
3172
|
-
// (undocumented)
|
3173
|
-
width: number;
|
3174
|
-
}
|
3175
|
-
|
3176
|
-
// @public (undocumented)
|
3177
|
-
export namespace PBUiCanvas {
|
3178
|
-
// (undocumented)
|
3179
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBUiCanvas;
|
3180
|
-
// (undocumented)
|
3181
|
-
export function encode(message: PBUiCanvas, writer?: _m0.Writer): _m0.Writer;
|
3182
|
-
}
|
3183
|
-
|
3184
2947
|
// @public (undocumented)
|
3185
2948
|
export interface PBUiCanvasInformation {
|
3186
2949
|
devicePixelRatio: number;
|
@@ -3274,27 +3037,11 @@ export namespace PBUiInputResult {
|
|
3274
3037
|
export function encode(message: PBUiInputResult, writer?: _m0.Writer): _m0.Writer;
|
3275
3038
|
}
|
3276
3039
|
|
3277
|
-
// @public (undocumented)
|
3278
|
-
export interface PBUiScrollResult {
|
3279
|
-
// (undocumented)
|
3280
|
-
value: PBVector2 | undefined;
|
3281
|
-
}
|
3282
|
-
|
3283
|
-
// @public (undocumented)
|
3284
|
-
export namespace PBUiScrollResult {
|
3285
|
-
// (undocumented)
|
3286
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBUiScrollResult;
|
3287
|
-
// (undocumented)
|
3288
|
-
export function encode(message: PBUiScrollResult, writer?: _m0.Writer): _m0.Writer;
|
3289
|
-
}
|
3290
|
-
|
3291
3040
|
// @public (undocumented)
|
3292
3041
|
export interface PBUiText {
|
3293
3042
|
color?: PBColor4 | undefined;
|
3294
3043
|
font?: Font | undefined;
|
3295
3044
|
fontSize?: number | undefined;
|
3296
|
-
outlineColor?: PBColor4 | undefined;
|
3297
|
-
outlineWidth?: number | undefined;
|
3298
3045
|
textAlign?: TextAlignMode | undefined;
|
3299
3046
|
textWrap?: TextWrap | undefined;
|
3300
3047
|
value: string;
|
@@ -3314,7 +3061,6 @@ export interface PBUiTransform {
|
|
3314
3061
|
alignItems?: YGAlign | undefined;
|
3315
3062
|
alignSelf: YGAlign;
|
3316
3063
|
display: YGDisplay;
|
3317
|
-
elementId?: string | undefined;
|
3318
3064
|
// (undocumented)
|
3319
3065
|
flexBasis: number;
|
3320
3066
|
flexBasisUnit: YGUnit;
|
@@ -3351,7 +3097,6 @@ export interface PBUiTransform {
|
|
3351
3097
|
// (undocumented)
|
3352
3098
|
minWidth: number;
|
3353
3099
|
minWidthUnit: YGUnit;
|
3354
|
-
opacity?: number | undefined;
|
3355
3100
|
overflow: YGOverflow;
|
3356
3101
|
// (undocumented)
|
3357
3102
|
paddingBottom: number;
|
@@ -3383,8 +3128,6 @@ export interface PBUiTransform {
|
|
3383
3128
|
positionType: YGPositionType;
|
3384
3129
|
// (undocumented)
|
3385
3130
|
rightOf: number;
|
3386
|
-
scrollPosition?: ScrollPositionValue | undefined;
|
3387
|
-
scrollVisible?: ShowScrollBar | undefined;
|
3388
3131
|
// (undocumented)
|
3389
3132
|
width: number;
|
3390
3133
|
widthUnit: YGUnit;
|
@@ -3828,8 +3571,6 @@ export interface ReactBasedUiSystem {
|
|
3828
3571
|
// (undocumented)
|
3829
3572
|
destroy(): void;
|
3830
3573
|
// (undocumented)
|
3831
|
-
setTextureRenderer(entity: Entity, ui: UiComponent): void;
|
3832
|
-
// (undocumented)
|
3833
3574
|
setUiRenderer(ui: UiComponent): void;
|
3834
3575
|
}
|
3835
3576
|
|
@@ -4069,50 +3810,12 @@ export namespace Schemas {
|
|
4069
3810
|
}) => void;
|
4070
3811
|
}
|
4071
3812
|
|
4072
|
-
// @public (undocumented)
|
4073
|
-
export interface ScrollPositionValue {
|
4074
|
-
// (undocumented)
|
4075
|
-
value?: {
|
4076
|
-
$case: "position";
|
4077
|
-
position: PBVector2;
|
4078
|
-
} | {
|
4079
|
-
$case: "reference";
|
4080
|
-
reference: string;
|
4081
|
-
} | undefined;
|
4082
|
-
}
|
4083
|
-
|
4084
|
-
// @public (undocumented)
|
4085
|
-
export namespace ScrollPositionValue {
|
4086
|
-
// (undocumented)
|
4087
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): ScrollPositionValue;
|
4088
|
-
// (undocumented)
|
4089
|
-
export function encode(message: ScrollPositionValue, writer?: _m0.Writer): _m0.Writer;
|
4090
|
-
}
|
4091
|
-
|
4092
|
-
// @public
|
4093
|
-
export type ScrollVisibleType = 'horizontal' | 'vertical' | 'both' | 'hidden';
|
4094
|
-
|
4095
|
-
// @public (undocumented)
|
4096
|
-
export const enum ShowScrollBar {
|
4097
|
-
// (undocumented)
|
4098
|
-
SSB_BOTH = 0,
|
4099
|
-
// (undocumented)
|
4100
|
-
SSB_HIDDEN = 3,
|
4101
|
-
// (undocumented)
|
4102
|
-
SSB_ONLY_HORIZONTAL = 2,
|
4103
|
-
// (undocumented)
|
4104
|
-
SSB_ONLY_VERTICAL = 1
|
4105
|
-
}
|
4106
|
-
|
4107
3813
|
// @public (undocumented)
|
4108
3814
|
export interface Spec {
|
4109
3815
|
// (undocumented)
|
4110
3816
|
[key: string]: ISchema;
|
4111
3817
|
}
|
4112
3818
|
|
4113
|
-
// @public (undocumented)
|
4114
|
-
export const Spotlight: LastWriteWinElementSetComponentDefinition<PBSpotlight>;
|
4115
|
-
|
4116
3819
|
// @alpha
|
4117
3820
|
export const SyncComponents: ISyncComponents;
|
4118
3821
|
|
@@ -4232,9 +3935,6 @@ export interface TextureUnion {
|
|
4232
3935
|
} | {
|
4233
3936
|
$case: "videoTexture";
|
4234
3937
|
videoTexture: VideoTexture;
|
4235
|
-
} | {
|
4236
|
-
$case: "uiTexture";
|
4237
|
-
uiTexture: UiCanvasTexture;
|
4238
3938
|
} | undefined;
|
4239
3939
|
}
|
4240
3940
|
|
@@ -4411,28 +4111,9 @@ export interface UiButtonProps extends UiLabelProps, EntityPropTypes {
|
|
4411
4111
|
variant?: 'primary' | 'secondary';
|
4412
4112
|
}
|
4413
4113
|
|
4414
|
-
// @public (undocumented)
|
4415
|
-
export const UiCanvas: LastWriteWinElementSetComponentDefinition<PBUiCanvas>;
|
4416
|
-
|
4417
4114
|
// @public (undocumented)
|
4418
4115
|
export const UiCanvasInformation: LastWriteWinElementSetComponentDefinition<PBUiCanvasInformation>;
|
4419
4116
|
|
4420
|
-
// @public (undocumented)
|
4421
|
-
export interface UiCanvasTexture {
|
4422
|
-
filterMode?: TextureFilterMode | undefined;
|
4423
|
-
// (undocumented)
|
4424
|
-
uiCanvasEntity: number;
|
4425
|
-
wrapMode?: TextureWrapMode | undefined;
|
4426
|
-
}
|
4427
|
-
|
4428
|
-
// @public (undocumented)
|
4429
|
-
export namespace UiCanvasTexture {
|
4430
|
-
// (undocumented)
|
4431
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): UiCanvasTexture;
|
4432
|
-
// (undocumented)
|
4433
|
-
export function encode(message: UiCanvasTexture, writer?: _m0.Writer): _m0.Writer;
|
4434
|
-
}
|
4435
|
-
|
4436
4117
|
// @public (undocumented)
|
4437
4118
|
export type UiComponent = () => ReactEcs.JSX.ReactNode;
|
4438
4119
|
|
@@ -4487,8 +4168,6 @@ export interface UiLabelProps {
|
|
4487
4168
|
color?: PBColor4 | undefined;
|
4488
4169
|
font?: UiFontType | undefined;
|
4489
4170
|
fontSize?: ScaleUnit | undefined;
|
4490
|
-
outlineColor?: PBColor4 | undefined;
|
4491
|
-
outlineWidth?: number | undefined;
|
4492
4171
|
textAlign?: TextAlignType | undefined;
|
4493
4172
|
textWrap?: UiTextWrapType | undefined;
|
4494
4173
|
value: string;
|
@@ -4497,9 +4176,6 @@ export interface UiLabelProps {
|
|
4497
4176
|
// @public
|
4498
4177
|
export type uint32 = number;
|
4499
4178
|
|
4500
|
-
// @public (undocumented)
|
4501
|
-
export const UiScrollResult: LastWriteWinElementSetComponentDefinition<PBUiScrollResult>;
|
4502
|
-
|
4503
4179
|
// @public (undocumented)
|
4504
4180
|
export const UiText: LastWriteWinElementSetComponentDefinition<PBUiText>;
|
4505
4181
|
|
@@ -4522,7 +4198,6 @@ export interface UiTransformProps {
|
|
4522
4198
|
alignItems?: AlignType;
|
4523
4199
|
alignSelf?: AlignType;
|
4524
4200
|
display?: DisplayType;
|
4525
|
-
elementId?: string;
|
4526
4201
|
flex?: number;
|
4527
4202
|
flexBasis?: number;
|
4528
4203
|
flexDirection?: FlexDirectionType;
|
@@ -4536,14 +4211,11 @@ export interface UiTransformProps {
|
|
4536
4211
|
maxWidth?: PositionUnit;
|
4537
4212
|
minHeight?: PositionUnit;
|
4538
4213
|
minWidth?: PositionUnit;
|
4539
|
-
opacity?: number;
|
4540
4214
|
overflow?: OverflowType;
|
4541
4215
|
padding?: Partial<Position> | PositionShorthand;
|
4542
4216
|
pointerFilter?: PointerFilterType;
|
4543
4217
|
position?: Partial<Position> | PositionShorthand;
|
4544
4218
|
positionType?: PositionType;
|
4545
|
-
scrollPosition?: PBVector2 | string;
|
4546
|
-
scrollVisible?: ScrollVisibleType;
|
4547
4219
|
width?: PositionUnit | 'auto';
|
4548
4220
|
}
|
4549
4221
|
|
package/package.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dcl/playground-assets",
|
3
3
|
"description": "",
|
4
|
-
"version": "7.6.4-
|
4
|
+
"version": "7.6.4-11575221706.commit-48941ef",
|
5
5
|
"author": "Decentraland",
|
6
6
|
"dependencies": {
|
7
|
-
"@dcl/js-runtime": "7.6.4-
|
8
|
-
"@dcl/sdk": "7.6.4-
|
7
|
+
"@dcl/js-runtime": "7.6.4-11575221706.commit-48941ef",
|
8
|
+
"@dcl/sdk": "7.6.4-11575221706.commit-48941ef"
|
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": "48941ef221bcf9900694421bf7f0d037e74cd2ac"
|
36
36
|
}
|