@dcl/playground-assets 7.9.6-16908909596.commit-3302d67 → 7.9.6-17042664654.commit-6b04d5c

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,30 +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 type AvatarEquippedDataComponentDefinitionExtended = LastWriteWinElementSetComponentDefinition<AvatarEquippedDataType>;
156
-
157
- // 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)
158
- //
159
142
  // @public (undocumented)
160
- export type AvatarEquippedDataType = Omit<PBAvatarEquippedData, 'forceRender'> & {
161
- forceRender?: string[] | undefined;
162
- };
143
+ export const AvatarEquippedData: LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>;
163
144
 
164
145
  // @public (undocumented)
165
146
  export const AvatarModifierArea: LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>;
@@ -171,41 +152,7 @@ export const enum AvatarModifierType {
171
152
  }
172
153
 
173
154
  // @public (undocumented)
174
- export interface AvatarMovementSettings {
175
- allowWeightedMovement?: boolean | undefined;
176
- // (undocumented)
177
- controlMode?: AvatarControlType | undefined;
178
- friction?: number | undefined;
179
- gravity?: number | undefined;
180
- jumpHeight?: number | undefined;
181
- maxFallSpeed?: number | undefined;
182
- runSpeed?: number | undefined;
183
- turnSpeed?: number | undefined;
184
- walkSpeed?: number | undefined;
185
- }
186
-
187
- // @public (undocumented)
188
- export namespace AvatarMovementSettings {
189
- // (undocumented)
190
- export function decode(input: _m0.Reader | Uint8Array, length?: number): AvatarMovementSettings;
191
- // (undocumented)
192
- export function encode(message: AvatarMovementSettings, writer?: _m0.Writer): _m0.Writer;
193
- }
194
-
195
- // 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)
196
- //
197
- // @public (undocumented)
198
- export const AvatarShape: AvatarShapeComponentDefinitionExtended;
199
-
200
- // @public (undocumented)
201
- export type AvatarShapeComponentDefinitionExtended = LastWriteWinElementSetComponentDefinition<AvatarShapeType>;
202
-
203
- // 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)
204
- //
205
- // @public (undocumented)
206
- export type AvatarShapeType = Omit<PBAvatarShape, 'forceRender'> & {
207
- forceRender?: string[] | undefined;
208
- };
155
+ export const AvatarShape: LastWriteWinElementSetComponentDefinition<PBAvatarShape>;
209
156
 
210
157
  // @public (undocumented)
211
158
  export interface AvatarTexture {
@@ -409,15 +356,9 @@ export interface ByteBuffer {
409
356
  writeUtf8String(value: string, writeLength?: boolean): void;
410
357
  }
411
358
 
412
- // @public @deprecated
359
+ // @public
413
360
  export type Callback = () => void;
414
361
 
415
- // @public (undocumented)
416
- export const CameraLayer: LastWriteWinElementSetComponentDefinition<PBCameraLayer>;
417
-
418
- // @public (undocumented)
419
- export const CameraLayers: LastWriteWinElementSetComponentDefinition<PBCameraLayers>;
420
-
421
362
  // @public (undocumented)
422
363
  export const CameraMode: LastWriteWinElementSetComponentDefinition<PBCameraMode>;
423
364
 
@@ -466,29 +407,6 @@ export const enum CameraType {
466
407
  // @public (undocumented)
467
408
  export type Children = ReactEcs.JSX.ReactNode;
468
409
 
469
- // @public (undocumented)
470
- export interface CinematicSettings {
471
- // Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
472
- // Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
473
- // Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
474
- // Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
475
- allowManualRotation?: boolean | undefined;
476
- cameraEntity: number;
477
- pitchRange?: number | undefined;
478
- rollRange?: number | undefined;
479
- yawRange?: number | undefined;
480
- zoomMax?: number | undefined;
481
- zoomMin?: number | undefined;
482
- }
483
-
484
- // @public (undocumented)
485
- export namespace CinematicSettings {
486
- // (undocumented)
487
- export function decode(input: _m0.Reader | Uint8Array, length?: number): CinematicSettings;
488
- // (undocumented)
489
- export function encode(message: CinematicSettings, writer?: _m0.Writer): _m0.Writer;
490
- }
491
-
492
410
  // @public (undocumented)
493
411
  export const enum ColliderLayer {
494
412
  // (undocumented)
@@ -715,16 +633,12 @@ export const componentDefinitionByName: {
715
633
  "core::AvatarModifierArea": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>>;
716
634
  "core::AvatarShape": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarShape>>;
717
635
  "core::Billboard": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBBillboard>>;
718
- "core::CameraLayer": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBCameraLayer>>;
719
- "core::CameraLayers": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBCameraLayers>>;
720
636
  "core::CameraMode": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBCameraMode>>;
721
637
  "core::CameraModeArea": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBCameraModeArea>>;
722
638
  "core::EngineInfo": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBEngineInfo>>;
723
- "core::GlobalLight": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGlobalLight>>;
724
639
  "core::GltfContainer": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfContainer>>;
725
640
  "core::GltfContainerLoadingState": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfContainerLoadingState>>;
726
- "core::GltfNode": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfNode>>;
727
- "core::GltfNodeState": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfNodeState>>;
641
+ "core::GltfNodeModifiers": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfNodeModifiers>>;
728
642
  "core::InputModifier": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBInputModifier>>;
729
643
  "core::LightSource": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBLightSource>>;
730
644
  "core::MainCamera": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMainCamera>>;
@@ -740,19 +654,17 @@ export const componentDefinitionByName: {
740
654
  "core::Raycast": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBRaycast>>;
741
655
  "core::RaycastResult": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBRaycastResult>>;
742
656
  "core::RealmInfo": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBRealmInfo>>;
657
+ "core::SkyboxTime": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBSkyboxTime>>;
743
658
  "core::TextShape": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTextShape>>;
744
- "core::TextureCamera": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTextureCamera>>;
745
659
  "core::Tween": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTween>>;
746
660
  "core::TweenSequence": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTweenSequence>>;
747
661
  "core::TweenState": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTweenState>>;
748
662
  "core::UiBackground": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiBackground>>;
749
- "core::UiCanvas": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiCanvas>>;
750
663
  "core::UiCanvasInformation": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiCanvasInformation>>;
751
664
  "core::UiDropdown": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiDropdown>>;
752
665
  "core::UiDropdownResult": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiDropdownResult>>;
753
666
  "core::UiInput": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiInput>>;
754
667
  "core::UiInputResult": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiInputResult>>;
755
- "core::UiScrollResult": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiScrollResult>>;
756
668
  "core::UiText": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiText>>;
757
669
  "core::UiTransform": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiTransform>>;
758
670
  "core::VideoEvent": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBVideoEvent>>;
@@ -1187,18 +1099,10 @@ export type EntityComponents = {
1187
1099
  uiBackground: PBUiBackground;
1188
1100
  uiInput: PBUiInput;
1189
1101
  uiDropdown: PBUiDropdown;
1190
- onMouseDown: EventSystemCallback;
1191
- onMouseUp: EventSystemCallback;
1192
- onMouseEnter: EventSystemCallback;
1193
- onMouseLeave: EventSystemCallback;
1194
- onMouseDrag: EventSystemCallback;
1195
- onMouseDragLocked: EventSystemCallback;
1196
- onMouseDragEnd: EventSystemCallback;
1197
- onInputDown: MultiCallback;
1198
- onInputUp: MultiCallback;
1199
- onInputDrag: MultiCallback;
1200
- onInputDragLocked: MultiCallback;
1201
- onInputDragEnd: MultiCallback;
1102
+ onMouseDown: Callback;
1103
+ onMouseUp: Callback;
1104
+ onMouseEnter: Callback;
1105
+ onMouseLeave: Callback;
1202
1106
  };
1203
1107
 
1204
1108
  // @public (undocumented)
@@ -1250,11 +1154,6 @@ export type EventSystemOptions = {
1250
1154
  showHighlight?: boolean;
1251
1155
  };
1252
1156
 
1253
- // @public (undocumented)
1254
- export type EventSystemOptionsCallback = EventSystemOptions & {
1255
- cb: EventSystemCallback;
1256
- };
1257
-
1258
1157
  // @public
1259
1158
  export type ExcludeUndefined<T> = {
1260
1159
  [P in keyof T]: undefined extends T[P] ? never : P;
@@ -1307,9 +1206,6 @@ export type GlobalDirectionRaycastSystemOptions = {
1307
1206
  direction?: PBVector3;
1308
1207
  };
1309
1208
 
1310
- // @public (undocumented)
1311
- export const GlobalLight: LastWriteWinElementSetComponentDefinition<PBGlobalLight>;
1312
-
1313
1209
  // 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)
1314
1210
  //
1315
1211
  // @public (undocumented)
@@ -1329,20 +1225,7 @@ export const GltfContainer: LastWriteWinElementSetComponentDefinition<PBGltfCont
1329
1225
  export const GltfContainerLoadingState: LastWriteWinElementSetComponentDefinition<PBGltfContainerLoadingState>;
1330
1226
 
1331
1227
  // @public (undocumented)
1332
- export const GltfNode: LastWriteWinElementSetComponentDefinition<PBGltfNode>;
1333
-
1334
- // @public (undocumented)
1335
- export const GltfNodeState: LastWriteWinElementSetComponentDefinition<PBGltfNodeState>;
1336
-
1337
- // @public (undocumented)
1338
- export const enum GltfNodeStateValue {
1339
- // (undocumented)
1340
- GNSV_FAILED = 1,
1341
- // (undocumented)
1342
- GNSV_PENDING = 0,
1343
- // (undocumented)
1344
- GNSV_READY = 2
1345
- }
1228
+ export const GltfNodeModifiers: LastWriteWinElementSetComponentDefinition<PBGltfNodeModifiers>;
1346
1229
 
1347
1230
  // @public (undocumented)
1348
1231
  export interface GrowOnlyValueSetComponentDefinition<T> extends BaseComponent<T> {
@@ -1467,7 +1350,6 @@ export type IInputSystem = {
1467
1350
  isTriggered: (inputAction: InputAction, pointerEventType: PointerEventType, entity?: Entity) => boolean;
1468
1351
  isPressed: (inputAction: InputAction) => boolean;
1469
1352
  getInputCommand: (inputAction: InputAction, pointerEventType: PointerEventType, entity?: Entity) => PBPointerEventsResult | null;
1470
- getInputCommands: () => Generator<PBPointerEventsResult>;
1471
1353
  };
1472
1354
 
1473
1355
  // @public
@@ -1697,23 +1579,30 @@ export interface LastWriteWinElementSetComponentDefinition<T> extends BaseCompon
1697
1579
  getOrNull(entity: Entity): DeepReadonly<T> | null;
1698
1580
  }
1699
1581
 
1582
+ // Warning: (ae-missing-release-tag) "LightSource" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
1583
+ //
1700
1584
  // @public (undocumented)
1701
- export const LightSource: LastWriteWinElementSetComponentDefinition<PBLightSource>;
1585
+ export const LightSource: LightSourceComponentDefinitionExtended;
1586
+
1587
+ // @public (undocumented)
1588
+ export interface LightSourceComponentDefinitionExtended extends LastWriteWinElementSetComponentDefinition<PBLightSource> {
1589
+ Type: LightSourceHelper;
1590
+ }
1591
+
1592
+ // @public (undocumented)
1593
+ export interface LightSourceHelper {
1594
+ // (undocumented)
1595
+ Point: (point: PBLightSource_Point) => PBLightSource['type'];
1596
+ // (undocumented)
1597
+ Spot: (spot: PBLightSource_Spot) => PBLightSource['type'];
1598
+ }
1702
1599
 
1703
1600
  // @public
1704
1601
  export type Listeners = {
1705
- onMouseDown?: EventSystemCallback;
1706
- onMouseUp?: EventSystemCallback;
1707
- onMouseEnter?: EventSystemCallback;
1708
- onMouseLeave?: EventSystemCallback;
1709
- onMouseDrag?: EventSystemCallback;
1710
- onMouseDragLocked?: EventSystemCallback;
1711
- onMouseDragEnd?: EventSystemCallback;
1712
- onInputDown?: MultiCallback;
1713
- onInputUp?: MultiCallback;
1714
- onInputDrag?: MultiCallback;
1715
- onInputDragLocked?: MultiCallback;
1716
- onInputDragEnd?: MultiCallback;
1602
+ onMouseDown?: Callback;
1603
+ onMouseUp?: Callback;
1604
+ onMouseEnter?: Callback;
1605
+ onMouseLeave?: Callback;
1717
1606
  };
1718
1607
 
1719
1608
  // @public (undocumented)
@@ -1953,7 +1842,6 @@ export const MeshCollider: MeshColliderComponentDefinitionExtended;
1953
1842
  export interface MeshColliderComponentDefinitionExtended extends LastWriteWinElementSetComponentDefinition<PBMeshCollider> {
1954
1843
  setBox(entity: Entity, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
1955
1844
  setCylinder(entity: Entity, radiusBottom?: number, radiusTop?: number, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
1956
- setGltfMesh(entity: Entity, source: string, meshName: string, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
1957
1845
  setPlane(entity: Entity, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
1958
1846
  setSphere(entity: Entity, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
1959
1847
  }
@@ -1967,7 +1855,6 @@ export const MeshRenderer: MeshRendererComponentDefinitionExtended;
1967
1855
  export interface MeshRendererComponentDefinitionExtended extends LastWriteWinElementSetComponentDefinition<PBMeshRenderer> {
1968
1856
  setBox(entity: Entity, uvs?: number[]): void;
1969
1857
  setCylinder(entity: Entity, radiusBottom?: number, radiusTop?: number): void;
1970
- setGltfMesh(entity: Entity, source: string, meshName: string): void;
1971
1858
  setPlane(entity: Entity, uvs?: number[]): void;
1972
1859
  setSphere(entity: Entity): void;
1973
1860
  }
@@ -1999,20 +1886,6 @@ export namespace Move {
1999
1886
  export function encode(message: Move, writer?: _m0.Writer): _m0.Writer;
2000
1887
  }
2001
1888
 
2002
- // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
2003
- // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
2004
- // Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
2005
- // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
2006
- // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
2007
- // Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
2008
- // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
2009
- // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
2010
- // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
2011
- // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
2012
- //
2013
- // @public
2014
- export type MultiCallback = Partial<Record<InputAction, EventSystemCallback>>;
2015
-
2016
1889
  // Warning: (ae-missing-release-tag) "Name" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
2017
1890
  //
2018
1891
  // @public (undocumented)
@@ -2219,19 +2092,6 @@ export const onVideoEvent: Observable<{
2219
2092
  totalVideoLength: number;
2220
2093
  }>;
2221
2094
 
2222
- // @public (undocumented)
2223
- export interface Orthographic {
2224
- verticalRange?: number | undefined;
2225
- }
2226
-
2227
- // @public (undocumented)
2228
- export namespace Orthographic {
2229
- // (undocumented)
2230
- export function decode(input: _m0.Reader | Uint8Array, length?: number): Orthographic;
2231
- // (undocumented)
2232
- export function encode(message: Orthographic, writer?: _m0.Writer): _m0.Writer;
2233
- }
2234
-
2235
2095
  // @public
2236
2096
  export type OverflowType = 'hidden' | 'scroll' | 'visible';
2237
2097
 
@@ -2372,7 +2232,6 @@ export namespace PBAvatarEmoteCommand {
2372
2232
  export interface PBAvatarEquippedData {
2373
2233
  // (undocumented)
2374
2234
  emoteUrns: string[];
2375
- forceRender: string[];
2376
2235
  // (undocumented)
2377
2236
  wearableUrns: string[];
2378
2237
  }
@@ -2390,9 +2249,6 @@ export interface PBAvatarModifierArea {
2390
2249
  area: PBVector3 | undefined;
2391
2250
  excludeIds: string[];
2392
2251
  modifiers: AvatarModifierType[];
2393
- // (undocumented)
2394
- movementSettings?: AvatarMovementSettings | undefined;
2395
- useColliderRange?: boolean | undefined;
2396
2252
  }
2397
2253
 
2398
2254
  // @public (undocumented)
@@ -2410,10 +2266,10 @@ export interface PBAvatarShape {
2410
2266
  expressionTriggerId?: string | undefined;
2411
2267
  expressionTriggerTimestamp?: number | undefined;
2412
2268
  eyeColor?: PBColor3 | undefined;
2413
- forceRender: string[];
2414
2269
  hairColor?: PBColor3 | undefined;
2415
2270
  id: string;
2416
2271
  name?: string | undefined;
2272
+ showOnlyWearables?: boolean | undefined;
2417
2273
  skinColor?: PBColor3 | undefined;
2418
2274
  talking?: boolean | undefined;
2419
2275
  wearables: string[];
@@ -2440,42 +2296,6 @@ export namespace PBBillboard {
2440
2296
  export function encode(message: PBBillboard, writer?: _m0.Writer): _m0.Writer;
2441
2297
  }
2442
2298
 
2443
- // @public (undocumented)
2444
- export interface PBCameraLayer {
2445
- // (undocumented)
2446
- ambientBrightnessOverride?: number | undefined;
2447
- // Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
2448
- ambientColorOverride?: PBColor3 | undefined;
2449
- directionalLight?: boolean | undefined;
2450
- // Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
2451
- layer: number;
2452
- showAvatars?: boolean | undefined;
2453
- showFog?: boolean | undefined;
2454
- showSkybox?: boolean | undefined;
2455
- }
2456
-
2457
- // @public (undocumented)
2458
- export namespace PBCameraLayer {
2459
- // (undocumented)
2460
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBCameraLayer;
2461
- // (undocumented)
2462
- export function encode(message: PBCameraLayer, writer?: _m0.Writer): _m0.Writer;
2463
- }
2464
-
2465
- // @public (undocumented)
2466
- export interface PBCameraLayers {
2467
- // (undocumented)
2468
- layers: number[];
2469
- }
2470
-
2471
- // @public (undocumented)
2472
- export namespace PBCameraLayers {
2473
- // (undocumented)
2474
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBCameraLayers;
2475
- // (undocumented)
2476
- export function encode(message: PBCameraLayers, writer?: _m0.Writer): _m0.Writer;
2477
- }
2478
-
2479
2299
  // @public (undocumented)
2480
2300
  export interface PBCameraMode {
2481
2301
  mode: CameraType;
@@ -2492,10 +2312,7 @@ export namespace PBCameraMode {
2492
2312
  // @public (undocumented)
2493
2313
  export interface PBCameraModeArea {
2494
2314
  area: PBVector3 | undefined;
2495
- // (undocumented)
2496
- cinematicSettings?: CinematicSettings | undefined;
2497
2315
  mode: CameraType;
2498
- useColliderRange?: boolean | undefined;
2499
2316
  }
2500
2317
 
2501
2318
  // @public (undocumented)
@@ -2559,21 +2376,6 @@ export namespace PBEngineInfo {
2559
2376
  export function encode(message: PBEngineInfo, writer?: _m0.Writer): _m0.Writer;
2560
2377
  }
2561
2378
 
2562
- // @public (undocumented)
2563
- export interface PBGlobalLight {
2564
- ambientBrightness?: number | undefined;
2565
- ambientColor?: PBColor3 | undefined;
2566
- direction?: PBVector3 | undefined;
2567
- }
2568
-
2569
- // @public (undocumented)
2570
- export namespace PBGlobalLight {
2571
- // (undocumented)
2572
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBGlobalLight;
2573
- // (undocumented)
2574
- export function encode(message: PBGlobalLight, writer?: _m0.Writer): _m0.Writer;
2575
- }
2576
-
2577
2379
  // @public (undocumented)
2578
2380
  export interface PBGltfContainer {
2579
2381
  invisibleMeshesCollisionMask?: number | undefined;
@@ -2591,13 +2393,8 @@ export namespace PBGltfContainer {
2591
2393
 
2592
2394
  // @public (undocumented)
2593
2395
  export interface PBGltfContainerLoadingState {
2594
- animationNames: string[];
2595
2396
  // (undocumented)
2596
2397
  currentState: LoadingState;
2597
- materialNames: string[];
2598
- meshNames: string[];
2599
- nodePaths: string[];
2600
- skinNames: string[];
2601
2398
  }
2602
2399
 
2603
2400
  // @public (undocumented)
@@ -2609,32 +2406,32 @@ export namespace PBGltfContainerLoadingState {
2609
2406
  }
2610
2407
 
2611
2408
  // @public (undocumented)
2612
- export interface PBGltfNode {
2613
- path: string;
2409
+ export interface PBGltfNodeModifiers {
2410
+ // (undocumented)
2411
+ modifiers: PBGltfNodeModifiers_GltfNodeModifier[];
2614
2412
  }
2615
2413
 
2616
2414
  // @public (undocumented)
2617
- export namespace PBGltfNode {
2415
+ export namespace PBGltfNodeModifiers {
2618
2416
  // (undocumented)
2619
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBGltfNode;
2417
+ export function decode(input: _m0.Reader | Uint8Array, length?: number): PBGltfNodeModifiers;
2620
2418
  // (undocumented)
2621
- export function encode(message: PBGltfNode, writer?: _m0.Writer): _m0.Writer;
2419
+ export function encode(message: PBGltfNodeModifiers, writer?: _m0.Writer): _m0.Writer;
2622
2420
  }
2623
2421
 
2624
2422
  // @public (undocumented)
2625
- export interface PBGltfNodeState {
2626
- // (undocumented)
2627
- error?: string | undefined;
2628
- // (undocumented)
2629
- state: GltfNodeStateValue;
2423
+ export interface PBGltfNodeModifiers_GltfNodeModifier {
2424
+ castShadows?: boolean | undefined;
2425
+ material?: PBMaterial | undefined;
2426
+ path: string;
2630
2427
  }
2631
2428
 
2632
2429
  // @public (undocumented)
2633
- export namespace PBGltfNodeState {
2430
+ export namespace PBGltfNodeModifiers_GltfNodeModifier {
2634
2431
  // (undocumented)
2635
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBGltfNodeState;
2432
+ export function decode(input: _m0.Reader | Uint8Array, length?: number): PBGltfNodeModifiers_GltfNodeModifier;
2636
2433
  // (undocumented)
2637
- export function encode(message: PBGltfNodeState, writer?: _m0.Writer): _m0.Writer;
2434
+ export function encode(message: PBGltfNodeModifiers_GltfNodeModifier, writer?: _m0.Writer): _m0.Writer;
2638
2435
  }
2639
2436
 
2640
2437
  // @public (undocumented)
@@ -2745,7 +2542,6 @@ export namespace PBMainCamera {
2745
2542
 
2746
2543
  // @public (undocumented)
2747
2544
  export interface PBMaterial {
2748
- gltf?: PBMaterial_GltfMaterial | undefined;
2749
2545
  // (undocumented)
2750
2546
  material?: {
2751
2547
  $case: "unlit";
@@ -2764,22 +2560,6 @@ export namespace PBMaterial {
2764
2560
  export function encode(message: PBMaterial, writer?: _m0.Writer): _m0.Writer;
2765
2561
  }
2766
2562
 
2767
- // @public (undocumented)
2768
- export interface PBMaterial_GltfMaterial {
2769
- // (undocumented)
2770
- gltfSrc: string;
2771
- // (undocumented)
2772
- name: string;
2773
- }
2774
-
2775
- // @public (undocumented)
2776
- export namespace PBMaterial_GltfMaterial {
2777
- // (undocumented)
2778
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBMaterial_GltfMaterial;
2779
- // (undocumented)
2780
- export function encode(message: PBMaterial_GltfMaterial, writer?: _m0.Writer): _m0.Writer;
2781
- }
2782
-
2783
2563
  // @public (undocumented)
2784
2564
  export interface PBMaterial_PbrMaterial {
2785
2565
  albedoColor?: PBColor4 | undefined;
@@ -2841,9 +2621,6 @@ export interface PBMeshCollider {
2841
2621
  } | {
2842
2622
  $case: "plane";
2843
2623
  plane: PBMeshCollider_PlaneMesh;
2844
- } | {
2845
- $case: "gltf";
2846
- gltf: PBMeshCollider_GltfMesh;
2847
2624
  } | undefined;
2848
2625
  }
2849
2626
 
@@ -2881,20 +2658,6 @@ export namespace PBMeshCollider_CylinderMesh {
2881
2658
  export function encode(message: PBMeshCollider_CylinderMesh, writer?: _m0.Writer): _m0.Writer;
2882
2659
  }
2883
2660
 
2884
- // @public (undocumented)
2885
- export interface PBMeshCollider_GltfMesh {
2886
- gltfSrc: string;
2887
- name: string;
2888
- }
2889
-
2890
- // @public (undocumented)
2891
- export namespace PBMeshCollider_GltfMesh {
2892
- // (undocumented)
2893
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBMeshCollider_GltfMesh;
2894
- // (undocumented)
2895
- export function encode(message: PBMeshCollider_GltfMesh, writer?: _m0.Writer): _m0.Writer;
2896
- }
2897
-
2898
2661
  // @public (undocumented)
2899
2662
  export interface PBMeshCollider_PlaneMesh {
2900
2663
  }
@@ -2934,9 +2697,6 @@ export interface PBMeshRenderer {
2934
2697
  } | {
2935
2698
  $case: "plane";
2936
2699
  plane: PBMeshRenderer_PlaneMesh;
2937
- } | {
2938
- $case: "gltf";
2939
- gltf: PBMeshRenderer_GltfMesh;
2940
2700
  } | undefined;
2941
2701
  }
2942
2702
 
@@ -2975,20 +2735,6 @@ export namespace PBMeshRenderer_CylinderMesh {
2975
2735
  export function encode(message: PBMeshRenderer_CylinderMesh, writer?: _m0.Writer): _m0.Writer;
2976
2736
  }
2977
2737
 
2978
- // @public (undocumented)
2979
- export interface PBMeshRenderer_GltfMesh {
2980
- gltfSrc: string;
2981
- name: string;
2982
- }
2983
-
2984
- // @public (undocumented)
2985
- export namespace PBMeshRenderer_GltfMesh {
2986
- // (undocumented)
2987
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBMeshRenderer_GltfMesh;
2988
- // (undocumented)
2989
- export function encode(message: PBMeshRenderer_GltfMesh, writer?: _m0.Writer): _m0.Writer;
2990
- }
2991
-
2992
2738
  // @public (undocumented)
2993
2739
  export interface PBMeshRenderer_PlaneMesh {
2994
2740
  uvs: number[];
@@ -3243,6 +2989,20 @@ export namespace PBRealmInfo {
3243
2989
  export function encode(message: PBRealmInfo, writer?: _m0.Writer): _m0.Writer;
3244
2990
  }
3245
2991
 
2992
+ // @public (undocumented)
2993
+ export interface PBSkyboxTime {
2994
+ fixedTime: number;
2995
+ transitionMode?: TransitionMode | undefined;
2996
+ }
2997
+
2998
+ // @public (undocumented)
2999
+ export namespace PBSkyboxTime {
3000
+ // (undocumented)
3001
+ export function decode(input: _m0.Reader | Uint8Array, length?: number): PBSkyboxTime;
3002
+ // (undocumented)
3003
+ export function encode(message: PBSkyboxTime, writer?: _m0.Writer): _m0.Writer;
3004
+ }
3005
+
3246
3006
  // @public (undocumented)
3247
3007
  export interface PBTextShape {
3248
3008
  font?: Font | undefined;
@@ -3276,32 +3036,6 @@ export namespace PBTextShape {
3276
3036
  export function encode(message: PBTextShape, writer?: _m0.Writer): _m0.Writer;
3277
3037
  }
3278
3038
 
3279
- // @public (undocumented)
3280
- export interface PBTextureCamera {
3281
- clearColor?: PBColor4 | undefined;
3282
- farPlane?: number | undefined;
3283
- height?: number | undefined;
3284
- layer?: number | undefined;
3285
- // (undocumented)
3286
- mode?: {
3287
- $case: "perspective";
3288
- perspective: Perspective;
3289
- } | {
3290
- $case: "orthographic";
3291
- orthographic: Orthographic;
3292
- } | undefined;
3293
- volume?: number | undefined;
3294
- width?: number | undefined;
3295
- }
3296
-
3297
- // @public (undocumented)
3298
- export namespace PBTextureCamera {
3299
- // (undocumented)
3300
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBTextureCamera;
3301
- // (undocumented)
3302
- export function encode(message: PBTextureCamera, writer?: _m0.Writer): _m0.Writer;
3303
- }
3304
-
3305
3039
  // @public (undocumented)
3306
3040
  export interface PBTween {
3307
3041
  currentTime?: number | undefined;
@@ -3383,23 +3117,6 @@ export namespace PBUiBackground {
3383
3117
  export function encode(message: PBUiBackground, writer?: _m0.Writer): _m0.Writer;
3384
3118
  }
3385
3119
 
3386
- // @public (undocumented)
3387
- export interface PBUiCanvas {
3388
- color?: PBColor4 | undefined;
3389
- // (undocumented)
3390
- height: number;
3391
- // (undocumented)
3392
- width: number;
3393
- }
3394
-
3395
- // @public (undocumented)
3396
- export namespace PBUiCanvas {
3397
- // (undocumented)
3398
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBUiCanvas;
3399
- // (undocumented)
3400
- export function encode(message: PBUiCanvas, writer?: _m0.Writer): _m0.Writer;
3401
- }
3402
-
3403
3120
  // @public (undocumented)
3404
3121
  export interface PBUiCanvasInformation {
3405
3122
  devicePixelRatio: number;
@@ -3493,27 +3210,11 @@ export namespace PBUiInputResult {
3493
3210
  export function encode(message: PBUiInputResult, writer?: _m0.Writer): _m0.Writer;
3494
3211
  }
3495
3212
 
3496
- // @public (undocumented)
3497
- export interface PBUiScrollResult {
3498
- // (undocumented)
3499
- value: PBVector2 | undefined;
3500
- }
3501
-
3502
- // @public (undocumented)
3503
- export namespace PBUiScrollResult {
3504
- // (undocumented)
3505
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBUiScrollResult;
3506
- // (undocumented)
3507
- export function encode(message: PBUiScrollResult, writer?: _m0.Writer): _m0.Writer;
3508
- }
3509
-
3510
3213
  // @public (undocumented)
3511
3214
  export interface PBUiText {
3512
3215
  color?: PBColor4 | undefined;
3513
3216
  font?: Font | undefined;
3514
3217
  fontSize?: number | undefined;
3515
- outlineColor?: PBColor4 | undefined;
3516
- outlineWidth?: number | undefined;
3517
3218
  textAlign?: TextAlignMode | undefined;
3518
3219
  textWrap?: TextWrap | undefined;
3519
3220
  value: string;
@@ -3564,7 +3265,6 @@ export interface PBUiTransform {
3564
3265
  borderTopWidth?: number | undefined;
3565
3266
  borderTopWidthUnit?: YGUnit | undefined;
3566
3267
  display: YGDisplay;
3567
- elementId?: string | undefined;
3568
3268
  // (undocumented)
3569
3269
  flexBasis: number;
3570
3270
  flexBasisUnit: YGUnit;
@@ -3633,8 +3333,6 @@ export interface PBUiTransform {
3633
3333
  positionType: YGPositionType;
3634
3334
  // (undocumented)
3635
3335
  rightOf: number;
3636
- scrollPosition?: ScrollPositionValue | undefined;
3637
- scrollVisible?: ShowScrollBar | undefined;
3638
3336
  // (undocumented)
3639
3337
  width: number;
3640
3338
  widthUnit: YGUnit;
@@ -3750,19 +3448,6 @@ export namespace PBVisibilityComponent {
3750
3448
  export function encode(message: PBVisibilityComponent, writer?: _m0.Writer): _m0.Writer;
3751
3449
  }
3752
3450
 
3753
- // @public (undocumented)
3754
- export interface Perspective {
3755
- fieldOfView?: number | undefined;
3756
- }
3757
-
3758
- // @public (undocumented)
3759
- export namespace Perspective {
3760
- // (undocumented)
3761
- export function decode(input: _m0.Reader | Uint8Array, length?: number): Perspective;
3762
- // (undocumented)
3763
- export function encode(message: Perspective, writer?: _m0.Writer): _m0.Writer;
3764
- }
3765
-
3766
3451
  // @public
3767
3452
  export namespace Plane {
3768
3453
  // (undocumented)
@@ -3808,40 +3493,12 @@ export const PointerEventsResult: GrowOnlyValueSetComponentDefinition<PBPointerE
3808
3493
 
3809
3494
  // @public (undocumented)
3810
3495
  export interface PointerEventsSystem {
3811
- onPointerDown(pointerData: {
3812
- entity: Entity;
3813
- optsList: EventSystemOptionsCallback[];
3814
- }): void;
3815
3496
  onPointerDown(pointerData: {
3816
3497
  entity: Entity;
3817
3498
  opts?: Partial<EventSystemOptions>;
3818
3499
  }, cb: EventSystemCallback): void;
3819
3500
  // @deprecated (undocumented)
3820
3501
  onPointerDown(entity: Entity, cb: EventSystemCallback, opts?: Partial<EventSystemOptions>): void;
3821
- onPointerDrag(pointerData: {
3822
- entity: Entity;
3823
- optsList: EventSystemOptionsCallback[];
3824
- }): void;
3825
- onPointerDrag(pointerData: {
3826
- entity: Entity;
3827
- opts?: Partial<EventSystemOptions>;
3828
- }, cb: EventSystemCallback): void;
3829
- onPointerDragEnd(pointerData: {
3830
- entity: Entity;
3831
- optsList: EventSystemOptionsCallback[];
3832
- }): void;
3833
- onPointerDragEnd(pointerData: {
3834
- entity: Entity;
3835
- opts?: Partial<EventSystemOptions>;
3836
- }, cb: EventSystemCallback): void;
3837
- onPointerDragLocked(pointerData: {
3838
- entity: Entity;
3839
- optsList: EventSystemOptionsCallback[];
3840
- }): void;
3841
- onPointerDragLocked(pointerData: {
3842
- entity: Entity;
3843
- opts?: Partial<EventSystemOptions>;
3844
- }, cb: EventSystemCallback): void;
3845
3502
  onPointerHoverEnter(pointerData: {
3846
3503
  entity: Entity;
3847
3504
  opts?: Partial<EventSystemOptions>;
@@ -3850,10 +3507,6 @@ export interface PointerEventsSystem {
3850
3507
  entity: Entity;
3851
3508
  opts?: Partial<EventSystemOptions>;
3852
3509
  }, cb: EventSystemCallback): void;
3853
- onPointerUp(pointerData: {
3854
- entity: Entity;
3855
- optsList: EventSystemOptionsCallback[];
3856
- }): void;
3857
3510
  onPointerUp(pointerData: {
3858
3511
  entity: Entity;
3859
3512
  opts?: Partial<EventSystemOptions>;
@@ -3861,9 +3514,6 @@ export interface PointerEventsSystem {
3861
3514
  // @deprecated (undocumented)
3862
3515
  onPointerUp(entity: Entity, cb: EventSystemCallback, opts?: Partial<EventSystemOptions>): void;
3863
3516
  removeOnPointerDown(entity: Entity): void;
3864
- removeOnPointerDrag(entity: Entity): void;
3865
- removeOnPointerDragEnd(entity: Entity): void;
3866
- removeOnPointerDragLocked(entity: Entity): void;
3867
3517
  removeOnPointerHoverEnter(entity: Entity): void;
3868
3518
  removeOnPointerHoverLeave(entity: Entity): void;
3869
3519
  removeOnPointerUp(entity: Entity): void;
@@ -3877,12 +3527,6 @@ export const enum PointerEventType {
3877
3527
  // (undocumented)
3878
3528
  PET_DOWN = 1,
3879
3529
  // (undocumented)
3880
- PET_DRAG = 5,
3881
- // (undocumented)
3882
- PET_DRAG_END = 6,
3883
- // (undocumented)
3884
- PET_DRAG_LOCKED = 4,
3885
- // (undocumented)
3886
3530
  PET_HOVER_ENTER = 2,
3887
3531
  // (undocumented)
3888
3532
  PET_HOVER_LEAVE = 3,
@@ -3907,13 +3551,7 @@ export const PointerLock: LastWriteWinElementSetComponentDefinition<PBPointerLoc
3907
3551
  // @public (undocumented)
3908
3552
  export const enum PointerType {
3909
3553
  POT_MOUSE = 1,
3910
- POT_NONE = 0,
3911
- // (undocumented)
3912
- POT_PAD = 2,
3913
- // (undocumented)
3914
- POT_TOUCH = 3,
3915
- // (undocumented)
3916
- POT_WAND = 4
3554
+ POT_NONE = 0
3917
3555
  }
3918
3556
 
3919
3557
  // @public
@@ -4158,8 +3796,6 @@ export interface ReactBasedUiSystem {
4158
3796
  // (undocumented)
4159
3797
  destroy(): void;
4160
3798
  // (undocumented)
4161
- setTextureRenderer(entity: Entity, ui: UiComponent): void;
4162
- // (undocumented)
4163
3799
  setUiRenderer(ui: UiComponent): void;
4164
3800
  }
4165
3801
 
@@ -4417,39 +4053,7 @@ export namespace Schemas {
4417
4053
  }
4418
4054
 
4419
4055
  // @public (undocumented)
4420
- export interface ScrollPositionValue {
4421
- // (undocumented)
4422
- value?: {
4423
- $case: "position";
4424
- position: PBVector2;
4425
- } | {
4426
- $case: "reference";
4427
- reference: string;
4428
- } | undefined;
4429
- }
4430
-
4431
- // @public (undocumented)
4432
- export namespace ScrollPositionValue {
4433
- // (undocumented)
4434
- export function decode(input: _m0.Reader | Uint8Array, length?: number): ScrollPositionValue;
4435
- // (undocumented)
4436
- export function encode(message: ScrollPositionValue, writer?: _m0.Writer): _m0.Writer;
4437
- }
4438
-
4439
- // @public
4440
- export type ScrollVisibleType = 'horizontal' | 'vertical' | 'both' | 'hidden';
4441
-
4442
- // @public (undocumented)
4443
- export const enum ShowScrollBar {
4444
- // (undocumented)
4445
- SSB_BOTH = 0,
4446
- // (undocumented)
4447
- SSB_HIDDEN = 3,
4448
- // (undocumented)
4449
- SSB_ONLY_HORIZONTAL = 2,
4450
- // (undocumented)
4451
- SSB_ONLY_VERTICAL = 1
4452
- }
4056
+ export const SkyboxTime: LastWriteWinElementSetComponentDefinition<PBSkyboxTime>;
4453
4057
 
4454
4058
  // @public (undocumented)
4455
4059
  export interface Spec {
@@ -4540,9 +4144,6 @@ export namespace Texture {
4540
4144
  export function encode(message: Texture, writer?: _m0.Writer): _m0.Writer;
4541
4145
  }
4542
4146
 
4543
- // @public (undocumented)
4544
- export const TextureCamera: LastWriteWinElementSetComponentDefinition<PBTextureCamera>;
4545
-
4546
4147
  // @public (undocumented)
4547
4148
  export const enum TextureFilterMode {
4548
4149
  // (undocumented)
@@ -4605,9 +4206,6 @@ export interface TextureUnion {
4605
4206
  } | {
4606
4207
  $case: "videoTexture";
4607
4208
  videoTexture: VideoTexture;
4608
- } | {
4609
- $case: "uiTexture";
4610
- uiTexture: UiCanvasTexture;
4611
4209
  } | undefined;
4612
4210
  }
4613
4211
 
@@ -4689,6 +4287,12 @@ export type TransformType = {
4689
4287
  // @public (undocumented)
4690
4288
  export type TransformTypeWithOptionals = Partial<TransformType>;
4691
4289
 
4290
+ // @public (undocumented)
4291
+ export const enum TransitionMode {
4292
+ TM_BACKWARD = 1,
4293
+ TM_FORWARD = 0
4294
+ }
4295
+
4692
4296
  // @public (undocumented)
4693
4297
  export type Transport = {
4694
4298
  send(message: Uint8Array | Uint8Array[]): Promise<void>;
@@ -4778,7 +4382,6 @@ export interface UiBackgroundProps {
4778
4382
  textureMode?: TextureMode;
4779
4383
  textureSlices?: BorderRect | undefined;
4780
4384
  uvs?: number[];
4781
- videoTexture?: UiVideoTexture;
4782
4385
  }
4783
4386
 
4784
4387
  // @public
@@ -4787,28 +4390,9 @@ export interface UiButtonProps extends UiLabelProps, EntityPropTypes {
4787
4390
  variant?: 'primary' | 'secondary';
4788
4391
  }
4789
4392
 
4790
- // @public (undocumented)
4791
- export const UiCanvas: LastWriteWinElementSetComponentDefinition<PBUiCanvas>;
4792
-
4793
4393
  // @public (undocumented)
4794
4394
  export const UiCanvasInformation: LastWriteWinElementSetComponentDefinition<PBUiCanvasInformation>;
4795
4395
 
4796
- // @public (undocumented)
4797
- export interface UiCanvasTexture {
4798
- filterMode?: TextureFilterMode | undefined;
4799
- // (undocumented)
4800
- uiCanvasEntity: number;
4801
- wrapMode?: TextureWrapMode | undefined;
4802
- }
4803
-
4804
- // @public (undocumented)
4805
- export namespace UiCanvasTexture {
4806
- // (undocumented)
4807
- export function decode(input: _m0.Reader | Uint8Array, length?: number): UiCanvasTexture;
4808
- // (undocumented)
4809
- export function encode(message: UiCanvasTexture, writer?: _m0.Writer): _m0.Writer;
4810
- }
4811
-
4812
4396
  // @public (undocumented)
4813
4397
  export type UiComponent = () => ReactEcs.JSX.ReactNode;
4814
4398
 
@@ -4863,8 +4447,6 @@ export interface UiLabelProps {
4863
4447
  color?: PBColor4 | undefined;
4864
4448
  font?: UiFontType | undefined;
4865
4449
  fontSize?: ScaleUnit | undefined;
4866
- outlineColor?: PBColor4 | undefined;
4867
- outlineWidth?: number | undefined;
4868
4450
  textAlign?: TextAlignType | undefined;
4869
4451
  textWrap?: UiTextWrapType | undefined;
4870
4452
  value: string;
@@ -4873,9 +4455,6 @@ export interface UiLabelProps {
4873
4455
  // @public
4874
4456
  export type uint32 = number;
4875
4457
 
4876
- // @public (undocumented)
4877
- export const UiScrollResult: LastWriteWinElementSetComponentDefinition<PBUiScrollResult>;
4878
-
4879
4458
  // @public (undocumented)
4880
4459
  export const UiText: LastWriteWinElementSetComponentDefinition<PBUiText>;
4881
4460
 
@@ -4904,7 +4483,6 @@ export interface UiTransformProps {
4904
4483
  // (undocumented)
4905
4484
  borderWidth?: Partial<Position> | PositionUnit;
4906
4485
  display?: DisplayType;
4907
- elementId?: string;
4908
4486
  flex?: number;
4909
4487
  flexBasis?: number;
4910
4488
  flexDirection?: FlexDirectionType;
@@ -4924,22 +4502,10 @@ export interface UiTransformProps {
4924
4502
  pointerFilter?: PointerFilterType;
4925
4503
  position?: Partial<Position> | PositionShorthand;
4926
4504
  positionType?: PositionType;
4927
- scrollPosition?: PBVector2 | string;
4928
- scrollVisible?: ScrollVisibleType;
4929
4505
  width?: PositionUnit | 'auto';
4930
4506
  zIndex?: number;
4931
4507
  }
4932
4508
 
4933
- // @public
4934
- export interface UiVideoTexture {
4935
- // (undocumented)
4936
- filterMode?: TextureFilterType;
4937
- // (undocumented)
4938
- videoPlayerEntity: Entity;
4939
- // (undocumented)
4940
- wrapMode?: TextureWrapType;
4941
- }
4942
-
4943
4509
  // @public (undocumented)
4944
4510
  export type Unpacked<T> = T extends (infer U)[] ? U : T;
4945
4511