@dcl/playground-assets 7.7.10-13859848918.commit-407cb6b → 7.7.10-13947412611.commit-a58a334

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.
@@ -136,31 +136,11 @@ 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
 
149
- // Warning: (ae-missing-release-tag) "AvatarEquippedData" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
150
- //
151
- // @public (undocumented)
152
- export const AvatarEquippedData: AvatarEquippedDataComponentDefinitionExtended;
153
-
154
- // @public (undocumented)
155
- export interface AvatarEquippedDataComponentDefinitionExtended extends LastWriteWinElementSetComponentDefinition<AvatarEquippedDataType> {
156
- }
157
-
158
- // Warning: (ae-missing-release-tag) "AvatarEquippedDataType" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
159
- //
160
142
  // @public (undocumented)
161
- export type AvatarEquippedDataType = Omit<PBAvatarEquippedData, 'forceRender'> & {
162
- forceRender?: string[] | undefined;
163
- };
143
+ export const AvatarEquippedData: LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>;
164
144
 
165
145
  // @public (undocumented)
166
146
  export const AvatarModifierArea: LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>;
@@ -172,42 +152,7 @@ export const enum AvatarModifierType {
172
152
  }
173
153
 
174
154
  // @public (undocumented)
175
- export interface AvatarMovementSettings {
176
- allowWeightedMovement?: boolean | undefined;
177
- // (undocumented)
178
- controlMode?: AvatarControlType | undefined;
179
- friction?: number | undefined;
180
- gravity?: number | undefined;
181
- jumpHeight?: number | undefined;
182
- maxFallSpeed?: number | undefined;
183
- runSpeed?: number | undefined;
184
- turnSpeed?: number | undefined;
185
- walkSpeed?: number | undefined;
186
- }
187
-
188
- // @public (undocumented)
189
- export namespace AvatarMovementSettings {
190
- // (undocumented)
191
- export function decode(input: _m0.Reader | Uint8Array, length?: number): AvatarMovementSettings;
192
- // (undocumented)
193
- export function encode(message: AvatarMovementSettings, writer?: _m0.Writer): _m0.Writer;
194
- }
195
-
196
- // Warning: (ae-missing-release-tag) "AvatarShape" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
197
- //
198
- // @public (undocumented)
199
- export const AvatarShape: AvatarShapeComponentDefinitionExtended;
200
-
201
- // @public (undocumented)
202
- export interface AvatarShapeComponentDefinitionExtended extends LastWriteWinElementSetComponentDefinition<AvatarShapeType> {
203
- }
204
-
205
- // Warning: (ae-missing-release-tag) "AvatarShapeType" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
206
- //
207
- // @public (undocumented)
208
- export type AvatarShapeType = Omit<PBAvatarShape, 'forceRender'> & {
209
- forceRender?: string[] | undefined;
210
- };
155
+ export const AvatarShape: LastWriteWinElementSetComponentDefinition<PBAvatarShape>;
211
156
 
212
157
  // @public (undocumented)
213
158
  export interface AvatarTexture {
@@ -402,12 +347,6 @@ export interface ByteBuffer {
402
347
  // @public
403
348
  export type Callback = () => void;
404
349
 
405
- // @public (undocumented)
406
- export const CameraLayer: LastWriteWinElementSetComponentDefinition<PBCameraLayer>;
407
-
408
- // @public (undocumented)
409
- export const CameraLayers: LastWriteWinElementSetComponentDefinition<PBCameraLayers>;
410
-
411
350
  // @public (undocumented)
412
351
  export const CameraMode: LastWriteWinElementSetComponentDefinition<PBCameraMode>;
413
352
 
@@ -456,29 +395,6 @@ export const enum CameraType {
456
395
  // @public (undocumented)
457
396
  export type Children = ReactEcs.JSX.ReactNode;
458
397
 
459
- // @public (undocumented)
460
- export interface CinematicSettings {
461
- // Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
462
- // Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
463
- // Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
464
- // Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
465
- allowManualRotation?: boolean | undefined;
466
- cameraEntity: number;
467
- pitchRange?: number | undefined;
468
- rollRange?: number | undefined;
469
- yawRange?: number | undefined;
470
- zoomMax?: number | undefined;
471
- zoomMin?: number | undefined;
472
- }
473
-
474
- // @public (undocumented)
475
- export namespace CinematicSettings {
476
- // (undocumented)
477
- export function decode(input: _m0.Reader | Uint8Array, length?: number): CinematicSettings;
478
- // (undocumented)
479
- export function encode(message: CinematicSettings, writer?: _m0.Writer): _m0.Writer;
480
- }
481
-
482
398
  // @public (undocumented)
483
399
  export const enum ColliderLayer {
484
400
  // (undocumented)
@@ -705,18 +621,12 @@ export const componentDefinitionByName: {
705
621
  "core::AvatarModifierArea": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>>;
706
622
  "core::AvatarShape": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarShape>>;
707
623
  "core::Billboard": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBBillboard>>;
708
- "core::CameraLayer": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBCameraLayer>>;
709
- "core::CameraLayers": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBCameraLayers>>;
710
624
  "core::CameraMode": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBCameraMode>>;
711
625
  "core::CameraModeArea": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBCameraModeArea>>;
712
626
  "core::EngineInfo": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBEngineInfo>>;
713
- "core::GlobalLight": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGlobalLight>>;
714
627
  "core::GltfContainer": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfContainer>>;
715
628
  "core::GltfContainerLoadingState": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfContainerLoadingState>>;
716
- "core::GltfNode": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfNode>>;
717
- "core::GltfNodeState": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfNodeState>>;
718
629
  "core::InputModifier": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBInputModifier>>;
719
- "core::Light": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBLight>>;
720
630
  "core::MainCamera": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMainCamera>>;
721
631
  "core::Material": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMaterial>>;
722
632
  "core::MeshCollider": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMeshCollider>>;
@@ -726,24 +636,19 @@ export const componentDefinitionByName: {
726
636
  "core::PointerEvents": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBPointerEvents>>;
727
637
  "core::PointerEventsResult": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBPointerEventsResult>>;
728
638
  "core::PointerLock": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBPointerLock>>;
729
- "core::PrimaryPointerInfo": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBPrimaryPointerInfo>>;
730
639
  "core::Raycast": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBRaycast>>;
731
640
  "core::RaycastResult": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBRaycastResult>>;
732
641
  "core::RealmInfo": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBRealmInfo>>;
733
- "core::Spotlight": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBSpotlight>>;
734
642
  "core::TextShape": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTextShape>>;
735
- "core::TextureCamera": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTextureCamera>>;
736
643
  "core::Tween": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTween>>;
737
644
  "core::TweenSequence": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTweenSequence>>;
738
645
  "core::TweenState": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTweenState>>;
739
646
  "core::UiBackground": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiBackground>>;
740
- "core::UiCanvas": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiCanvas>>;
741
647
  "core::UiCanvasInformation": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiCanvasInformation>>;
742
648
  "core::UiDropdown": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiDropdown>>;
743
649
  "core::UiDropdownResult": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiDropdownResult>>;
744
650
  "core::UiInput": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiInput>>;
745
651
  "core::UiInputResult": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiInputResult>>;
746
- "core::UiScrollResult": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiScrollResult>>;
747
652
  "core::UiText": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiText>>;
748
653
  "core::UiTransform": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiTransform>>;
749
654
  "core::VideoEvent": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBVideoEvent>>;
@@ -1182,9 +1087,6 @@ export type EntityComponents = {
1182
1087
  onMouseUp: Callback;
1183
1088
  onMouseEnter: Callback;
1184
1089
  onMouseLeave: Callback;
1185
- onMouseDrag: Callback;
1186
- onMouseDragLocked: Callback;
1187
- onMouseDragEnd: Callback;
1188
1090
  };
1189
1091
 
1190
1092
  // @public (undocumented)
@@ -1288,9 +1190,6 @@ export type GlobalDirectionRaycastSystemOptions = {
1288
1190
  direction?: PBVector3;
1289
1191
  };
1290
1192
 
1291
- // @public (undocumented)
1292
- export const GlobalLight: LastWriteWinElementSetComponentDefinition<PBGlobalLight>;
1293
-
1294
1193
  // 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)
1295
1194
  //
1296
1195
  // @public (undocumented)
@@ -1309,22 +1208,6 @@ export const GltfContainer: LastWriteWinElementSetComponentDefinition<PBGltfCont
1309
1208
  // @public (undocumented)
1310
1209
  export const GltfContainerLoadingState: LastWriteWinElementSetComponentDefinition<PBGltfContainerLoadingState>;
1311
1210
 
1312
- // @public (undocumented)
1313
- export const GltfNode: LastWriteWinElementSetComponentDefinition<PBGltfNode>;
1314
-
1315
- // @public (undocumented)
1316
- export const GltfNodeState: LastWriteWinElementSetComponentDefinition<PBGltfNodeState>;
1317
-
1318
- // @public (undocumented)
1319
- export const enum GltfNodeStateValue {
1320
- // (undocumented)
1321
- GNSV_FAILED = 1,
1322
- // (undocumented)
1323
- GNSV_PENDING = 0,
1324
- // (undocumented)
1325
- GNSV_READY = 2
1326
- }
1327
-
1328
1211
  // @public (undocumented)
1329
1212
  export interface GrowOnlyValueSetComponentDefinition<T> extends BaseComponent<T> {
1330
1213
  addValue(entity: Entity, val: DeepReadonly<T>): DeepReadonlySet<T>;
@@ -1676,18 +1559,12 @@ export interface LastWriteWinElementSetComponentDefinition<T> extends BaseCompon
1676
1559
  getOrNull(entity: Entity): DeepReadonly<T> | null;
1677
1560
  }
1678
1561
 
1679
- // @public (undocumented)
1680
- export const Light: LastWriteWinElementSetComponentDefinition<PBLight>;
1681
-
1682
1562
  // @public
1683
1563
  export type Listeners = {
1684
1564
  onMouseDown?: Callback;
1685
1565
  onMouseUp?: Callback;
1686
1566
  onMouseEnter?: Callback;
1687
1567
  onMouseLeave?: Callback;
1688
- onMouseDrag?: Callback;
1689
- onMouseDragLocked?: Callback;
1690
- onMouseDragEnd?: Callback;
1691
1568
  };
1692
1569
 
1693
1570
  // @public (undocumented)
@@ -1927,7 +1804,6 @@ export const MeshCollider: MeshColliderComponentDefinitionExtended;
1927
1804
  export interface MeshColliderComponentDefinitionExtended extends LastWriteWinElementSetComponentDefinition<PBMeshCollider> {
1928
1805
  setBox(entity: Entity, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
1929
1806
  setCylinder(entity: Entity, radiusBottom?: number, radiusTop?: number, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
1930
- setGltfMesh(entity: Entity, source: string, meshName: string, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
1931
1807
  setPlane(entity: Entity, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
1932
1808
  setSphere(entity: Entity, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
1933
1809
  }
@@ -1941,7 +1817,6 @@ export const MeshRenderer: MeshRendererComponentDefinitionExtended;
1941
1817
  export interface MeshRendererComponentDefinitionExtended extends LastWriteWinElementSetComponentDefinition<PBMeshRenderer> {
1942
1818
  setBox(entity: Entity, uvs?: number[]): void;
1943
1819
  setCylinder(entity: Entity, radiusBottom?: number, radiusTop?: number): void;
1944
- setGltfMesh(entity: Entity, source: string, meshName: string): void;
1945
1820
  setPlane(entity: Entity, uvs?: number[]): void;
1946
1821
  setSphere(entity: Entity): void;
1947
1822
  }
@@ -2179,19 +2054,6 @@ export const onVideoEvent: Observable<{
2179
2054
  totalVideoLength: number;
2180
2055
  }>;
2181
2056
 
2182
- // @public (undocumented)
2183
- export interface Orthographic {
2184
- verticalRange?: number | undefined;
2185
- }
2186
-
2187
- // @public (undocumented)
2188
- export namespace Orthographic {
2189
- // (undocumented)
2190
- export function decode(input: _m0.Reader | Uint8Array, length?: number): Orthographic;
2191
- // (undocumented)
2192
- export function encode(message: Orthographic, writer?: _m0.Writer): _m0.Writer;
2193
- }
2194
-
2195
2057
  // @public
2196
2058
  export type OverflowType = 'hidden' | 'scroll' | 'visible';
2197
2059
 
@@ -2332,7 +2194,6 @@ export namespace PBAvatarEmoteCommand {
2332
2194
  export interface PBAvatarEquippedData {
2333
2195
  // (undocumented)
2334
2196
  emoteUrns: string[];
2335
- forceRender: string[];
2336
2197
  // (undocumented)
2337
2198
  wearableUrns: string[];
2338
2199
  }
@@ -2350,9 +2211,6 @@ export interface PBAvatarModifierArea {
2350
2211
  area: PBVector3 | undefined;
2351
2212
  excludeIds: string[];
2352
2213
  modifiers: AvatarModifierType[];
2353
- // (undocumented)
2354
- movementSettings?: AvatarMovementSettings | undefined;
2355
- useColliderRange?: boolean | undefined;
2356
2214
  }
2357
2215
 
2358
2216
  // @public (undocumented)
@@ -2370,7 +2228,6 @@ export interface PBAvatarShape {
2370
2228
  expressionTriggerId?: string | undefined;
2371
2229
  expressionTriggerTimestamp?: number | undefined;
2372
2230
  eyeColor?: PBColor3 | undefined;
2373
- forceRender: string[];
2374
2231
  hairColor?: PBColor3 | undefined;
2375
2232
  id: string;
2376
2233
  name?: string | undefined;
@@ -2400,42 +2257,6 @@ export namespace PBBillboard {
2400
2257
  export function encode(message: PBBillboard, writer?: _m0.Writer): _m0.Writer;
2401
2258
  }
2402
2259
 
2403
- // @public (undocumented)
2404
- export interface PBCameraLayer {
2405
- // (undocumented)
2406
- ambientBrightnessOverride?: number | undefined;
2407
- // Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
2408
- ambientColorOverride?: PBColor3 | undefined;
2409
- directionalLight?: boolean | undefined;
2410
- // Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
2411
- layer: number;
2412
- showAvatars?: boolean | undefined;
2413
- showFog?: boolean | undefined;
2414
- showSkybox?: boolean | undefined;
2415
- }
2416
-
2417
- // @public (undocumented)
2418
- export namespace PBCameraLayer {
2419
- // (undocumented)
2420
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBCameraLayer;
2421
- // (undocumented)
2422
- export function encode(message: PBCameraLayer, writer?: _m0.Writer): _m0.Writer;
2423
- }
2424
-
2425
- // @public (undocumented)
2426
- export interface PBCameraLayers {
2427
- // (undocumented)
2428
- layers: number[];
2429
- }
2430
-
2431
- // @public (undocumented)
2432
- export namespace PBCameraLayers {
2433
- // (undocumented)
2434
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBCameraLayers;
2435
- // (undocumented)
2436
- export function encode(message: PBCameraLayers, writer?: _m0.Writer): _m0.Writer;
2437
- }
2438
-
2439
2260
  // @public (undocumented)
2440
2261
  export interface PBCameraMode {
2441
2262
  mode: CameraType;
@@ -2452,10 +2273,7 @@ export namespace PBCameraMode {
2452
2273
  // @public (undocumented)
2453
2274
  export interface PBCameraModeArea {
2454
2275
  area: PBVector3 | undefined;
2455
- // (undocumented)
2456
- cinematicSettings?: CinematicSettings | undefined;
2457
2276
  mode: CameraType;
2458
- useColliderRange?: boolean | undefined;
2459
2277
  }
2460
2278
 
2461
2279
  // @public (undocumented)
@@ -2519,21 +2337,6 @@ export namespace PBEngineInfo {
2519
2337
  export function encode(message: PBEngineInfo, writer?: _m0.Writer): _m0.Writer;
2520
2338
  }
2521
2339
 
2522
- // @public (undocumented)
2523
- export interface PBGlobalLight {
2524
- ambientBrightness?: number | undefined;
2525
- ambientColor?: PBColor3 | undefined;
2526
- direction?: PBVector3 | undefined;
2527
- }
2528
-
2529
- // @public (undocumented)
2530
- export namespace PBGlobalLight {
2531
- // (undocumented)
2532
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBGlobalLight;
2533
- // (undocumented)
2534
- export function encode(message: PBGlobalLight, writer?: _m0.Writer): _m0.Writer;
2535
- }
2536
-
2537
2340
  // @public (undocumented)
2538
2341
  export interface PBGltfContainer {
2539
2342
  invisibleMeshesCollisionMask?: number | undefined;
@@ -2551,13 +2354,8 @@ export namespace PBGltfContainer {
2551
2354
 
2552
2355
  // @public (undocumented)
2553
2356
  export interface PBGltfContainerLoadingState {
2554
- animationNames: string[];
2555
2357
  // (undocumented)
2556
2358
  currentState: LoadingState;
2557
- materialNames: string[];
2558
- meshNames: string[];
2559
- nodePaths: string[];
2560
- skinNames: string[];
2561
2359
  }
2562
2360
 
2563
2361
  // @public (undocumented)
@@ -2568,35 +2366,6 @@ export namespace PBGltfContainerLoadingState {
2568
2366
  export function encode(message: PBGltfContainerLoadingState, writer?: _m0.Writer): _m0.Writer;
2569
2367
  }
2570
2368
 
2571
- // @public (undocumented)
2572
- export interface PBGltfNode {
2573
- path: string;
2574
- }
2575
-
2576
- // @public (undocumented)
2577
- export namespace PBGltfNode {
2578
- // (undocumented)
2579
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBGltfNode;
2580
- // (undocumented)
2581
- export function encode(message: PBGltfNode, writer?: _m0.Writer): _m0.Writer;
2582
- }
2583
-
2584
- // @public (undocumented)
2585
- export interface PBGltfNodeState {
2586
- // (undocumented)
2587
- error?: string | undefined;
2588
- // (undocumented)
2589
- state: GltfNodeStateValue;
2590
- }
2591
-
2592
- // @public (undocumented)
2593
- export namespace PBGltfNodeState {
2594
- // (undocumented)
2595
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBGltfNodeState;
2596
- // (undocumented)
2597
- export function encode(message: PBGltfNodeState, writer?: _m0.Writer): _m0.Writer;
2598
- }
2599
-
2600
2369
  // @public (undocumented)
2601
2370
  export interface PBInputModifier {
2602
2371
  // (undocumented)
@@ -2638,22 +2407,6 @@ export namespace PBInputModifier_StandardInput {
2638
2407
  export function encode(message: PBInputModifier_StandardInput, writer?: _m0.Writer): _m0.Writer;
2639
2408
  }
2640
2409
 
2641
- // @public (undocumented)
2642
- export interface PBLight {
2643
- color?: PBColor3 | undefined;
2644
- enabled?: boolean | undefined;
2645
- illuminance?: number | undefined;
2646
- shadows?: boolean | undefined;
2647
- }
2648
-
2649
- // @public (undocumented)
2650
- export namespace PBLight {
2651
- // (undocumented)
2652
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBLight;
2653
- // (undocumented)
2654
- export function encode(message: PBLight, writer?: _m0.Writer): _m0.Writer;
2655
- }
2656
-
2657
2410
  // @public (undocumented)
2658
2411
  export interface PBMainCamera {
2659
2412
  virtualCameraEntity?: number | undefined;
@@ -2669,7 +2422,6 @@ export namespace PBMainCamera {
2669
2422
 
2670
2423
  // @public (undocumented)
2671
2424
  export interface PBMaterial {
2672
- gltf?: PBMaterial_GltfMaterial | undefined;
2673
2425
  // (undocumented)
2674
2426
  material?: {
2675
2427
  $case: "unlit";
@@ -2688,22 +2440,6 @@ export namespace PBMaterial {
2688
2440
  export function encode(message: PBMaterial, writer?: _m0.Writer): _m0.Writer;
2689
2441
  }
2690
2442
 
2691
- // @public (undocumented)
2692
- export interface PBMaterial_GltfMaterial {
2693
- // (undocumented)
2694
- gltfSrc: string;
2695
- // (undocumented)
2696
- name: string;
2697
- }
2698
-
2699
- // @public (undocumented)
2700
- export namespace PBMaterial_GltfMaterial {
2701
- // (undocumented)
2702
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBMaterial_GltfMaterial;
2703
- // (undocumented)
2704
- export function encode(message: PBMaterial_GltfMaterial, writer?: _m0.Writer): _m0.Writer;
2705
- }
2706
-
2707
2443
  // @public (undocumented)
2708
2444
  export interface PBMaterial_PbrMaterial {
2709
2445
  albedoColor?: PBColor4 | undefined;
@@ -2765,9 +2501,6 @@ export interface PBMeshCollider {
2765
2501
  } | {
2766
2502
  $case: "plane";
2767
2503
  plane: PBMeshCollider_PlaneMesh;
2768
- } | {
2769
- $case: "gltf";
2770
- gltf: PBMeshCollider_GltfMesh;
2771
2504
  } | undefined;
2772
2505
  }
2773
2506
 
@@ -2805,20 +2538,6 @@ export namespace PBMeshCollider_CylinderMesh {
2805
2538
  export function encode(message: PBMeshCollider_CylinderMesh, writer?: _m0.Writer): _m0.Writer;
2806
2539
  }
2807
2540
 
2808
- // @public (undocumented)
2809
- export interface PBMeshCollider_GltfMesh {
2810
- gltfSrc: string;
2811
- name: string;
2812
- }
2813
-
2814
- // @public (undocumented)
2815
- export namespace PBMeshCollider_GltfMesh {
2816
- // (undocumented)
2817
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBMeshCollider_GltfMesh;
2818
- // (undocumented)
2819
- export function encode(message: PBMeshCollider_GltfMesh, writer?: _m0.Writer): _m0.Writer;
2820
- }
2821
-
2822
2541
  // @public (undocumented)
2823
2542
  export interface PBMeshCollider_PlaneMesh {
2824
2543
  }
@@ -2858,9 +2577,6 @@ export interface PBMeshRenderer {
2858
2577
  } | {
2859
2578
  $case: "plane";
2860
2579
  plane: PBMeshRenderer_PlaneMesh;
2861
- } | {
2862
- $case: "gltf";
2863
- gltf: PBMeshRenderer_GltfMesh;
2864
2580
  } | undefined;
2865
2581
  }
2866
2582
 
@@ -2899,20 +2615,6 @@ export namespace PBMeshRenderer_CylinderMesh {
2899
2615
  export function encode(message: PBMeshRenderer_CylinderMesh, writer?: _m0.Writer): _m0.Writer;
2900
2616
  }
2901
2617
 
2902
- // @public (undocumented)
2903
- export interface PBMeshRenderer_GltfMesh {
2904
- gltfSrc: string;
2905
- name: string;
2906
- }
2907
-
2908
- // @public (undocumented)
2909
- export namespace PBMeshRenderer_GltfMesh {
2910
- // (undocumented)
2911
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBMeshRenderer_GltfMesh;
2912
- // (undocumented)
2913
- export function encode(message: PBMeshRenderer_GltfMesh, writer?: _m0.Writer): _m0.Writer;
2914
- }
2915
-
2916
2618
  // @public (undocumented)
2917
2619
  export interface PBMeshRenderer_PlaneMesh {
2918
2620
  uvs: number[];
@@ -3063,23 +2765,6 @@ export namespace PBPosition {
3063
2765
  export function encode(message: PBPosition, writer?: _m0.Writer): _m0.Writer;
3064
2766
  }
3065
2767
 
3066
- // @public (undocumented)
3067
- export interface PBPrimaryPointerInfo {
3068
- // (undocumented)
3069
- pointerType?: PointerType | undefined;
3070
- screenCoordinates?: PBVector2 | undefined;
3071
- screenDelta?: PBVector2 | undefined;
3072
- worldRayDirection?: PBVector3 | undefined;
3073
- }
3074
-
3075
- // @public (undocumented)
3076
- export namespace PBPrimaryPointerInfo {
3077
- // (undocumented)
3078
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBPrimaryPointerInfo;
3079
- // (undocumented)
3080
- export function encode(message: PBPrimaryPointerInfo, writer?: _m0.Writer): _m0.Writer;
3081
- }
3082
-
3083
2768
  // @public (undocumented)
3084
2769
  export interface PBQuaternion {
3085
2770
  // (undocumented)
@@ -3175,21 +2860,6 @@ export namespace PBRealmInfo {
3175
2860
  export function encode(message: PBRealmInfo, writer?: _m0.Writer): _m0.Writer;
3176
2861
  }
3177
2862
 
3178
- // @public (undocumented)
3179
- export interface PBSpotlight {
3180
- angle: number;
3181
- // Warning: (tsdoc-malformed-html-name) Invalid HTML element: Expecting an HTML name
3182
- innerAngle?: number | undefined;
3183
- }
3184
-
3185
- // @public (undocumented)
3186
- export namespace PBSpotlight {
3187
- // (undocumented)
3188
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBSpotlight;
3189
- // (undocumented)
3190
- export function encode(message: PBSpotlight, writer?: _m0.Writer): _m0.Writer;
3191
- }
3192
-
3193
2863
  // @public (undocumented)
3194
2864
  export interface PBTextShape {
3195
2865
  font?: Font | undefined;
@@ -3223,31 +2893,6 @@ export namespace PBTextShape {
3223
2893
  export function encode(message: PBTextShape, writer?: _m0.Writer): _m0.Writer;
3224
2894
  }
3225
2895
 
3226
- // @public (undocumented)
3227
- export interface PBTextureCamera {
3228
- clearColor?: PBColor4 | undefined;
3229
- farPlane?: number | undefined;
3230
- height?: number | undefined;
3231
- layer?: number | undefined;
3232
- // (undocumented)
3233
- mode?: {
3234
- $case: "perspective";
3235
- perspective: Perspective;
3236
- } | {
3237
- $case: "orthographic";
3238
- orthographic: Orthographic;
3239
- } | undefined;
3240
- width?: number | undefined;
3241
- }
3242
-
3243
- // @public (undocumented)
3244
- export namespace PBTextureCamera {
3245
- // (undocumented)
3246
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBTextureCamera;
3247
- // (undocumented)
3248
- export function encode(message: PBTextureCamera, writer?: _m0.Writer): _m0.Writer;
3249
- }
3250
-
3251
2896
  // @public (undocumented)
3252
2897
  export interface PBTween {
3253
2898
  currentTime?: number | undefined;
@@ -3329,23 +2974,6 @@ export namespace PBUiBackground {
3329
2974
  export function encode(message: PBUiBackground, writer?: _m0.Writer): _m0.Writer;
3330
2975
  }
3331
2976
 
3332
- // @public (undocumented)
3333
- export interface PBUiCanvas {
3334
- color?: PBColor4 | undefined;
3335
- // (undocumented)
3336
- height: number;
3337
- // (undocumented)
3338
- width: number;
3339
- }
3340
-
3341
- // @public (undocumented)
3342
- export namespace PBUiCanvas {
3343
- // (undocumented)
3344
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBUiCanvas;
3345
- // (undocumented)
3346
- export function encode(message: PBUiCanvas, writer?: _m0.Writer): _m0.Writer;
3347
- }
3348
-
3349
2977
  // @public (undocumented)
3350
2978
  export interface PBUiCanvasInformation {
3351
2979
  devicePixelRatio: number;
@@ -3439,27 +3067,11 @@ export namespace PBUiInputResult {
3439
3067
  export function encode(message: PBUiInputResult, writer?: _m0.Writer): _m0.Writer;
3440
3068
  }
3441
3069
 
3442
- // @public (undocumented)
3443
- export interface PBUiScrollResult {
3444
- // (undocumented)
3445
- value: PBVector2 | undefined;
3446
- }
3447
-
3448
- // @public (undocumented)
3449
- export namespace PBUiScrollResult {
3450
- // (undocumented)
3451
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBUiScrollResult;
3452
- // (undocumented)
3453
- export function encode(message: PBUiScrollResult, writer?: _m0.Writer): _m0.Writer;
3454
- }
3455
-
3456
3070
  // @public (undocumented)
3457
3071
  export interface PBUiText {
3458
3072
  color?: PBColor4 | undefined;
3459
3073
  font?: Font | undefined;
3460
3074
  fontSize?: number | undefined;
3461
- outlineColor?: PBColor4 | undefined;
3462
- outlineWidth?: number | undefined;
3463
3075
  textAlign?: TextAlignMode | undefined;
3464
3076
  textWrap?: TextWrap | undefined;
3465
3077
  value: string;
@@ -3479,7 +3091,6 @@ export interface PBUiTransform {
3479
3091
  alignItems?: YGAlign | undefined;
3480
3092
  alignSelf: YGAlign;
3481
3093
  display: YGDisplay;
3482
- elementId?: string | undefined;
3483
3094
  // (undocumented)
3484
3095
  flexBasis: number;
3485
3096
  flexBasisUnit: YGUnit;
@@ -3516,7 +3127,6 @@ export interface PBUiTransform {
3516
3127
  // (undocumented)
3517
3128
  minWidth: number;
3518
3129
  minWidthUnit: YGUnit;
3519
- opacity?: number | undefined;
3520
3130
  overflow: YGOverflow;
3521
3131
  // (undocumented)
3522
3132
  paddingBottom: number;
@@ -3548,12 +3158,9 @@ export interface PBUiTransform {
3548
3158
  positionType: YGPositionType;
3549
3159
  // (undocumented)
3550
3160
  rightOf: number;
3551
- scrollPosition?: ScrollPositionValue | undefined;
3552
- scrollVisible?: ShowScrollBar | undefined;
3553
3161
  // (undocumented)
3554
3162
  width: number;
3555
3163
  widthUnit: YGUnit;
3556
- zIndex?: number | undefined;
3557
3164
  }
3558
3165
 
3559
3166
  // @public (undocumented)
@@ -3665,19 +3272,6 @@ export namespace PBVisibilityComponent {
3665
3272
  export function encode(message: PBVisibilityComponent, writer?: _m0.Writer): _m0.Writer;
3666
3273
  }
3667
3274
 
3668
- // @public (undocumented)
3669
- export interface Perspective {
3670
- fieldOfView?: number | undefined;
3671
- }
3672
-
3673
- // @public (undocumented)
3674
- export namespace Perspective {
3675
- // (undocumented)
3676
- export function decode(input: _m0.Reader | Uint8Array, length?: number): Perspective;
3677
- // (undocumented)
3678
- export function encode(message: Perspective, writer?: _m0.Writer): _m0.Writer;
3679
- }
3680
-
3681
3275
  // @public
3682
3276
  export namespace Plane {
3683
3277
  // (undocumented)
@@ -3729,18 +3323,6 @@ export interface PointerEventsSystem {
3729
3323
  }, cb: EventSystemCallback): void;
3730
3324
  // @deprecated (undocumented)
3731
3325
  onPointerDown(entity: Entity, cb: EventSystemCallback, opts?: Partial<EventSystemOptions>): void;
3732
- onPointerDrag(pointerData: {
3733
- entity: Entity;
3734
- opts?: Partial<EventSystemOptions>;
3735
- }, cb: EventSystemCallback): void;
3736
- onPointerDragEnd(pointerData: {
3737
- entity: Entity;
3738
- opts?: Partial<EventSystemOptions>;
3739
- }, cb: EventSystemCallback): void;
3740
- onPointerDragLocked(pointerData: {
3741
- entity: Entity;
3742
- opts?: Partial<EventSystemOptions>;
3743
- }, cb: EventSystemCallback): void;
3744
3326
  onPointerHoverEnter(pointerData: {
3745
3327
  entity: Entity;
3746
3328
  opts?: Partial<EventSystemOptions>;
@@ -3756,9 +3338,6 @@ export interface PointerEventsSystem {
3756
3338
  // @deprecated (undocumented)
3757
3339
  onPointerUp(entity: Entity, cb: EventSystemCallback, opts?: Partial<EventSystemOptions>): void;
3758
3340
  removeOnPointerDown(entity: Entity): void;
3759
- removeOnPointerDrag(entity: Entity): void;
3760
- removeOnPointerDragEnd(entity: Entity): void;
3761
- removeOnPointerDragLocked(entity: Entity): void;
3762
3341
  removeOnPointerHoverEnter(entity: Entity): void;
3763
3342
  removeOnPointerHoverLeave(entity: Entity): void;
3764
3343
  removeOnPointerUp(entity: Entity): void;
@@ -3772,12 +3351,6 @@ export const enum PointerEventType {
3772
3351
  // (undocumented)
3773
3352
  PET_DOWN = 1,
3774
3353
  // (undocumented)
3775
- PET_DRAG = 5,
3776
- // (undocumented)
3777
- PET_DRAG_END = 6,
3778
- // (undocumented)
3779
- PET_DRAG_LOCKED = 4,
3780
- // (undocumented)
3781
3354
  PET_HOVER_ENTER = 2,
3782
3355
  // (undocumented)
3783
3356
  PET_HOVER_LEAVE = 3,
@@ -3799,20 +3372,6 @@ export type PointerFilterType = 'none' | 'block';
3799
3372
  // @public (undocumented)
3800
3373
  export const PointerLock: LastWriteWinElementSetComponentDefinition<PBPointerLock>;
3801
3374
 
3802
- // @public (undocumented)
3803
- export const enum PointerType {
3804
- // (undocumented)
3805
- POT_MOUSE = 1,
3806
- // (undocumented)
3807
- POT_NONE = 0,
3808
- // (undocumented)
3809
- POT_PAD = 2,
3810
- // (undocumented)
3811
- POT_TOUCH = 3,
3812
- // (undocumented)
3813
- POT_WAND = 4
3814
- }
3815
-
3816
3375
  // @public
3817
3376
  export interface Position {
3818
3377
  // (undocumented)
@@ -3834,9 +3393,6 @@ export type PositionType = 'absolute' | 'relative';
3834
3393
  // @public
3835
3394
  export type PositionUnit = `${number}px` | `${number}%` | number | `${number}` | ScaleUnit;
3836
3395
 
3837
- // @public (undocumented)
3838
- export const PrimaryPointerInfo: LastWriteWinElementSetComponentDefinition<PBPrimaryPointerInfo>;
3839
-
3840
3396
  // Warning: (ae-missing-release-tag) "ProcessMessageResultType" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
3841
3397
  //
3842
3398
  // @public (undocumented)
@@ -4055,8 +3611,6 @@ export interface ReactBasedUiSystem {
4055
3611
  // (undocumented)
4056
3612
  destroy(): void;
4057
3613
  // (undocumented)
4058
- setTextureRenderer(entity: Entity, ui: UiComponent): void;
4059
- // (undocumented)
4060
3614
  setUiRenderer(ui: UiComponent): void;
4061
3615
  }
4062
3616
 
@@ -4296,50 +3850,12 @@ export namespace Schemas {
4296
3850
  }) => void;
4297
3851
  }
4298
3852
 
4299
- // @public (undocumented)
4300
- export interface ScrollPositionValue {
4301
- // (undocumented)
4302
- value?: {
4303
- $case: "position";
4304
- position: PBVector2;
4305
- } | {
4306
- $case: "reference";
4307
- reference: string;
4308
- } | undefined;
4309
- }
4310
-
4311
- // @public (undocumented)
4312
- export namespace ScrollPositionValue {
4313
- // (undocumented)
4314
- export function decode(input: _m0.Reader | Uint8Array, length?: number): ScrollPositionValue;
4315
- // (undocumented)
4316
- export function encode(message: ScrollPositionValue, writer?: _m0.Writer): _m0.Writer;
4317
- }
4318
-
4319
- // @public
4320
- export type ScrollVisibleType = 'horizontal' | 'vertical' | 'both' | 'hidden';
4321
-
4322
- // @public (undocumented)
4323
- export const enum ShowScrollBar {
4324
- // (undocumented)
4325
- SSB_BOTH = 0,
4326
- // (undocumented)
4327
- SSB_HIDDEN = 3,
4328
- // (undocumented)
4329
- SSB_ONLY_HORIZONTAL = 2,
4330
- // (undocumented)
4331
- SSB_ONLY_VERTICAL = 1
4332
- }
4333
-
4334
3853
  // @public (undocumented)
4335
3854
  export interface Spec {
4336
3855
  // (undocumented)
4337
3856
  [key: string]: ISchema;
4338
3857
  }
4339
3858
 
4340
- // @public (undocumented)
4341
- export const Spotlight: LastWriteWinElementSetComponentDefinition<PBSpotlight>;
4342
-
4343
3859
  // @alpha
4344
3860
  export const SyncComponents: ISyncComponents;
4345
3861
 
@@ -4423,9 +3939,6 @@ export namespace Texture {
4423
3939
  export function encode(message: Texture, writer?: _m0.Writer): _m0.Writer;
4424
3940
  }
4425
3941
 
4426
- // @public (undocumented)
4427
- export const TextureCamera: LastWriteWinElementSetComponentDefinition<PBTextureCamera>;
4428
-
4429
3942
  // @public (undocumented)
4430
3943
  export const enum TextureFilterMode {
4431
3944
  // (undocumented)
@@ -4488,9 +4001,6 @@ export interface TextureUnion {
4488
4001
  } | {
4489
4002
  $case: "videoTexture";
4490
4003
  videoTexture: VideoTexture;
4491
- } | {
4492
- $case: "uiTexture";
4493
- uiTexture: UiCanvasTexture;
4494
4004
  } | undefined;
4495
4005
  }
4496
4006
 
@@ -4661,7 +4171,6 @@ export interface UiBackgroundProps {
4661
4171
  textureMode?: TextureMode;
4662
4172
  textureSlices?: BorderRect | undefined;
4663
4173
  uvs?: number[];
4664
- videoTexture?: UiVideoTexture;
4665
4174
  }
4666
4175
 
4667
4176
  // @public
@@ -4670,28 +4179,9 @@ export interface UiButtonProps extends UiLabelProps, EntityPropTypes {
4670
4179
  variant?: 'primary' | 'secondary';
4671
4180
  }
4672
4181
 
4673
- // @public (undocumented)
4674
- export const UiCanvas: LastWriteWinElementSetComponentDefinition<PBUiCanvas>;
4675
-
4676
4182
  // @public (undocumented)
4677
4183
  export const UiCanvasInformation: LastWriteWinElementSetComponentDefinition<PBUiCanvasInformation>;
4678
4184
 
4679
- // @public (undocumented)
4680
- export interface UiCanvasTexture {
4681
- filterMode?: TextureFilterMode | undefined;
4682
- // (undocumented)
4683
- uiCanvasEntity: number;
4684
- wrapMode?: TextureWrapMode | undefined;
4685
- }
4686
-
4687
- // @public (undocumented)
4688
- export namespace UiCanvasTexture {
4689
- // (undocumented)
4690
- export function decode(input: _m0.Reader | Uint8Array, length?: number): UiCanvasTexture;
4691
- // (undocumented)
4692
- export function encode(message: UiCanvasTexture, writer?: _m0.Writer): _m0.Writer;
4693
- }
4694
-
4695
4185
  // @public (undocumented)
4696
4186
  export type UiComponent = () => ReactEcs.JSX.ReactNode;
4697
4187
 
@@ -4746,8 +4236,6 @@ export interface UiLabelProps {
4746
4236
  color?: PBColor4 | undefined;
4747
4237
  font?: UiFontType | undefined;
4748
4238
  fontSize?: ScaleUnit | undefined;
4749
- outlineColor?: PBColor4 | undefined;
4750
- outlineWidth?: number | undefined;
4751
4239
  textAlign?: TextAlignType | undefined;
4752
4240
  textWrap?: UiTextWrapType | undefined;
4753
4241
  value: string;
@@ -4756,9 +4244,6 @@ export interface UiLabelProps {
4756
4244
  // @public
4757
4245
  export type uint32 = number;
4758
4246
 
4759
- // @public (undocumented)
4760
- export const UiScrollResult: LastWriteWinElementSetComponentDefinition<PBUiScrollResult>;
4761
-
4762
4247
  // @public (undocumented)
4763
4248
  export const UiText: LastWriteWinElementSetComponentDefinition<PBUiText>;
4764
4249
 
@@ -4781,7 +4266,6 @@ export interface UiTransformProps {
4781
4266
  alignItems?: AlignType;
4782
4267
  alignSelf?: AlignType;
4783
4268
  display?: DisplayType;
4784
- elementId?: string;
4785
4269
  flex?: number;
4786
4270
  flexBasis?: number;
4787
4271
  flexDirection?: FlexDirectionType;
@@ -4795,26 +4279,12 @@ export interface UiTransformProps {
4795
4279
  maxWidth?: PositionUnit;
4796
4280
  minHeight?: PositionUnit;
4797
4281
  minWidth?: PositionUnit;
4798
- opacity?: number;
4799
4282
  overflow?: OverflowType;
4800
4283
  padding?: Partial<Position> | PositionShorthand;
4801
4284
  pointerFilter?: PointerFilterType;
4802
4285
  position?: Partial<Position> | PositionShorthand;
4803
4286
  positionType?: PositionType;
4804
- scrollPosition?: PBVector2 | string;
4805
- scrollVisible?: ScrollVisibleType;
4806
4287
  width?: PositionUnit | 'auto';
4807
- zIndex?: number;
4808
- }
4809
-
4810
- // @public
4811
- export interface UiVideoTexture {
4812
- // (undocumented)
4813
- filterMode?: TextureFilterType;
4814
- // (undocumented)
4815
- videoPlayerEntity: Entity;
4816
- // (undocumented)
4817
- wrapMode?: TextureWrapType;
4818
4288
  }
4819
4289
 
4820
4290
  // @public (undocumented)