@dcl/playground-assets 7.7.3-13092882598.commit-32642df → 7.7.3-13119260146.commit-a60db93
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/alpha.d.ts +5 -783
- package/dist/beta.d.ts +5 -783
- package/dist/index.bundled.d.ts +5 -783
- 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 +5 -783
- package/etc/playground-assets.api.json +1118 -9000
- package/etc/playground-assets.api.md +0 -502
- 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
|
|
@@ -376,12 +347,6 @@ export interface ByteBuffer {
|
|
376
347
|
// @public
|
377
348
|
export type Callback = () => void;
|
378
349
|
|
379
|
-
// @public (undocumented)
|
380
|
-
export const CameraLayer: LastWriteWinElementSetComponentDefinition<PBCameraLayer>;
|
381
|
-
|
382
|
-
// @public (undocumented)
|
383
|
-
export const CameraLayers: LastWriteWinElementSetComponentDefinition<PBCameraLayers>;
|
384
|
-
|
385
350
|
// @public (undocumented)
|
386
351
|
export const CameraMode: LastWriteWinElementSetComponentDefinition<PBCameraMode>;
|
387
352
|
|
@@ -430,29 +395,6 @@ export const enum CameraType {
|
|
430
395
|
// @public (undocumented)
|
431
396
|
export type Children = ReactEcs.JSX.ReactNode;
|
432
397
|
|
433
|
-
// @public (undocumented)
|
434
|
-
export interface CinematicSettings {
|
435
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
436
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
437
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
438
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
439
|
-
allowManualRotation?: boolean | undefined;
|
440
|
-
cameraEntity: number;
|
441
|
-
pitchRange?: number | undefined;
|
442
|
-
rollRange?: number | undefined;
|
443
|
-
yawRange?: number | undefined;
|
444
|
-
zoomMax?: number | undefined;
|
445
|
-
zoomMin?: number | undefined;
|
446
|
-
}
|
447
|
-
|
448
|
-
// @public (undocumented)
|
449
|
-
export namespace CinematicSettings {
|
450
|
-
// (undocumented)
|
451
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): CinematicSettings;
|
452
|
-
// (undocumented)
|
453
|
-
export function encode(message: CinematicSettings, writer?: _m0.Writer): _m0.Writer;
|
454
|
-
}
|
455
|
-
|
456
398
|
// @public (undocumented)
|
457
399
|
export const enum ColliderLayer {
|
458
400
|
// (undocumented)
|
@@ -679,18 +621,12 @@ export const componentDefinitionByName: {
|
|
679
621
|
"core::AvatarModifierArea": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>>;
|
680
622
|
"core::AvatarShape": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarShape>>;
|
681
623
|
"core::Billboard": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBBillboard>>;
|
682
|
-
"core::CameraLayer": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBCameraLayer>>;
|
683
|
-
"core::CameraLayers": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBCameraLayers>>;
|
684
624
|
"core::CameraMode": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBCameraMode>>;
|
685
625
|
"core::CameraModeArea": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBCameraModeArea>>;
|
686
626
|
"core::EngineInfo": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBEngineInfo>>;
|
687
|
-
"core::GlobalLight": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGlobalLight>>;
|
688
627
|
"core::GltfContainer": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfContainer>>;
|
689
628
|
"core::GltfContainerLoadingState": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfContainerLoadingState>>;
|
690
|
-
"core::GltfNode": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfNode>>;
|
691
|
-
"core::GltfNodeState": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfNodeState>>;
|
692
629
|
"core::InputModifier": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBInputModifier>>;
|
693
|
-
"core::Light": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBLight>>;
|
694
630
|
"core::MainCamera": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMainCamera>>;
|
695
631
|
"core::Material": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMaterial>>;
|
696
632
|
"core::MeshCollider": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMeshCollider>>;
|
@@ -700,24 +636,19 @@ export const componentDefinitionByName: {
|
|
700
636
|
"core::PointerEvents": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBPointerEvents>>;
|
701
637
|
"core::PointerEventsResult": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBPointerEventsResult>>;
|
702
638
|
"core::PointerLock": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBPointerLock>>;
|
703
|
-
"core::PrimaryPointerInfo": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBPrimaryPointerInfo>>;
|
704
639
|
"core::Raycast": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBRaycast>>;
|
705
640
|
"core::RaycastResult": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBRaycastResult>>;
|
706
641
|
"core::RealmInfo": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBRealmInfo>>;
|
707
|
-
"core::Spotlight": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBSpotlight>>;
|
708
642
|
"core::TextShape": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTextShape>>;
|
709
|
-
"core::TextureCamera": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTextureCamera>>;
|
710
643
|
"core::Tween": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTween>>;
|
711
644
|
"core::TweenSequence": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTweenSequence>>;
|
712
645
|
"core::TweenState": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTweenState>>;
|
713
646
|
"core::UiBackground": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiBackground>>;
|
714
|
-
"core::UiCanvas": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiCanvas>>;
|
715
647
|
"core::UiCanvasInformation": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiCanvasInformation>>;
|
716
648
|
"core::UiDropdown": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiDropdown>>;
|
717
649
|
"core::UiDropdownResult": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiDropdownResult>>;
|
718
650
|
"core::UiInput": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiInput>>;
|
719
651
|
"core::UiInputResult": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiInputResult>>;
|
720
|
-
"core::UiScrollResult": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiScrollResult>>;
|
721
652
|
"core::UiText": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiText>>;
|
722
653
|
"core::UiTransform": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiTransform>>;
|
723
654
|
"core::VideoEvent": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBVideoEvent>>;
|
@@ -1153,9 +1084,6 @@ export type EntityComponents = {
|
|
1153
1084
|
onMouseUp: Callback;
|
1154
1085
|
onMouseEnter: Callback;
|
1155
1086
|
onMouseLeave: Callback;
|
1156
|
-
onMouseDrag: Callback;
|
1157
|
-
onMouseDragLocked: Callback;
|
1158
|
-
onMouseDragEnd: Callback;
|
1159
1087
|
};
|
1160
1088
|
|
1161
1089
|
// @public (undocumented)
|
@@ -1259,9 +1187,6 @@ export type GlobalDirectionRaycastSystemOptions = {
|
|
1259
1187
|
direction?: PBVector3;
|
1260
1188
|
};
|
1261
1189
|
|
1262
|
-
// @public (undocumented)
|
1263
|
-
export const GlobalLight: LastWriteWinElementSetComponentDefinition<PBGlobalLight>;
|
1264
|
-
|
1265
1190
|
// Warning: (ae-missing-release-tag) "GlobalTargetRaycastOptions" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
1266
1191
|
//
|
1267
1192
|
// @public (undocumented)
|
@@ -1280,22 +1205,6 @@ export const GltfContainer: LastWriteWinElementSetComponentDefinition<PBGltfCont
|
|
1280
1205
|
// @public (undocumented)
|
1281
1206
|
export const GltfContainerLoadingState: LastWriteWinElementSetComponentDefinition<PBGltfContainerLoadingState>;
|
1282
1207
|
|
1283
|
-
// @public (undocumented)
|
1284
|
-
export const GltfNode: LastWriteWinElementSetComponentDefinition<PBGltfNode>;
|
1285
|
-
|
1286
|
-
// @public (undocumented)
|
1287
|
-
export const GltfNodeState: LastWriteWinElementSetComponentDefinition<PBGltfNodeState>;
|
1288
|
-
|
1289
|
-
// @public (undocumented)
|
1290
|
-
export const enum GltfNodeStateValue {
|
1291
|
-
// (undocumented)
|
1292
|
-
GNSV_FAILED = 1,
|
1293
|
-
// (undocumented)
|
1294
|
-
GNSV_PENDING = 0,
|
1295
|
-
// (undocumented)
|
1296
|
-
GNSV_READY = 2
|
1297
|
-
}
|
1298
|
-
|
1299
1208
|
// @public (undocumented)
|
1300
1209
|
export interface GrowOnlyValueSetComponentDefinition<T> extends BaseComponent<T> {
|
1301
1210
|
addValue(entity: Entity, val: DeepReadonly<T>): DeepReadonlySet<T>;
|
@@ -1647,18 +1556,12 @@ export interface LastWriteWinElementSetComponentDefinition<T> extends BaseCompon
|
|
1647
1556
|
getOrNull(entity: Entity): DeepReadonly<T> | null;
|
1648
1557
|
}
|
1649
1558
|
|
1650
|
-
// @public (undocumented)
|
1651
|
-
export const Light: LastWriteWinElementSetComponentDefinition<PBLight>;
|
1652
|
-
|
1653
1559
|
// @public
|
1654
1560
|
export type Listeners = {
|
1655
1561
|
onMouseDown?: Callback;
|
1656
1562
|
onMouseUp?: Callback;
|
1657
1563
|
onMouseEnter?: Callback;
|
1658
1564
|
onMouseLeave?: Callback;
|
1659
|
-
onMouseDrag?: Callback;
|
1660
|
-
onMouseDragLocked?: Callback;
|
1661
|
-
onMouseDragEnd?: Callback;
|
1662
1565
|
};
|
1663
1566
|
|
1664
1567
|
// @public (undocumented)
|
@@ -1898,7 +1801,6 @@ export const MeshCollider: MeshColliderComponentDefinitionExtended;
|
|
1898
1801
|
export interface MeshColliderComponentDefinitionExtended extends LastWriteWinElementSetComponentDefinition<PBMeshCollider> {
|
1899
1802
|
setBox(entity: Entity, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
1900
1803
|
setCylinder(entity: Entity, radiusBottom?: number, radiusTop?: number, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
1901
|
-
setGltfMesh(entity: Entity, source: string, meshName: string, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
1902
1804
|
setPlane(entity: Entity, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
1903
1805
|
setSphere(entity: Entity, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
1904
1806
|
}
|
@@ -1912,7 +1814,6 @@ export const MeshRenderer: MeshRendererComponentDefinitionExtended;
|
|
1912
1814
|
export interface MeshRendererComponentDefinitionExtended extends LastWriteWinElementSetComponentDefinition<PBMeshRenderer> {
|
1913
1815
|
setBox(entity: Entity, uvs?: number[]): void;
|
1914
1816
|
setCylinder(entity: Entity, radiusBottom?: number, radiusTop?: number): void;
|
1915
|
-
setGltfMesh(entity: Entity, source: string, meshName: string): void;
|
1916
1817
|
setPlane(entity: Entity, uvs?: number[]): void;
|
1917
1818
|
setSphere(entity: Entity): void;
|
1918
1819
|
}
|
@@ -2150,19 +2051,6 @@ export const onVideoEvent: Observable<{
|
|
2150
2051
|
totalVideoLength: number;
|
2151
2052
|
}>;
|
2152
2053
|
|
2153
|
-
// @public (undocumented)
|
2154
|
-
export interface Orthographic {
|
2155
|
-
verticalRange?: number | undefined;
|
2156
|
-
}
|
2157
|
-
|
2158
|
-
// @public (undocumented)
|
2159
|
-
export namespace Orthographic {
|
2160
|
-
// (undocumented)
|
2161
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): Orthographic;
|
2162
|
-
// (undocumented)
|
2163
|
-
export function encode(message: Orthographic, writer?: _m0.Writer): _m0.Writer;
|
2164
|
-
}
|
2165
|
-
|
2166
2054
|
// @public
|
2167
2055
|
export type OverflowType = 'hidden' | 'scroll' | 'visible';
|
2168
2056
|
|
@@ -2320,9 +2208,6 @@ export interface PBAvatarModifierArea {
|
|
2320
2208
|
area: PBVector3 | undefined;
|
2321
2209
|
excludeIds: string[];
|
2322
2210
|
modifiers: AvatarModifierType[];
|
2323
|
-
// (undocumented)
|
2324
|
-
movementSettings?: AvatarMovementSettings | undefined;
|
2325
|
-
useColliderRange?: boolean | undefined;
|
2326
2211
|
}
|
2327
2212
|
|
2328
2213
|
// @public (undocumented)
|
@@ -2369,42 +2254,6 @@ export namespace PBBillboard {
|
|
2369
2254
|
export function encode(message: PBBillboard, writer?: _m0.Writer): _m0.Writer;
|
2370
2255
|
}
|
2371
2256
|
|
2372
|
-
// @public (undocumented)
|
2373
|
-
export interface PBCameraLayer {
|
2374
|
-
// (undocumented)
|
2375
|
-
ambientBrightnessOverride?: number | undefined;
|
2376
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
2377
|
-
ambientColorOverride?: PBColor3 | undefined;
|
2378
|
-
directionalLight?: boolean | undefined;
|
2379
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
2380
|
-
layer: number;
|
2381
|
-
showAvatars?: boolean | undefined;
|
2382
|
-
showFog?: boolean | undefined;
|
2383
|
-
showSkybox?: boolean | undefined;
|
2384
|
-
}
|
2385
|
-
|
2386
|
-
// @public (undocumented)
|
2387
|
-
export namespace PBCameraLayer {
|
2388
|
-
// (undocumented)
|
2389
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBCameraLayer;
|
2390
|
-
// (undocumented)
|
2391
|
-
export function encode(message: PBCameraLayer, writer?: _m0.Writer): _m0.Writer;
|
2392
|
-
}
|
2393
|
-
|
2394
|
-
// @public (undocumented)
|
2395
|
-
export interface PBCameraLayers {
|
2396
|
-
// (undocumented)
|
2397
|
-
layers: number[];
|
2398
|
-
}
|
2399
|
-
|
2400
|
-
// @public (undocumented)
|
2401
|
-
export namespace PBCameraLayers {
|
2402
|
-
// (undocumented)
|
2403
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBCameraLayers;
|
2404
|
-
// (undocumented)
|
2405
|
-
export function encode(message: PBCameraLayers, writer?: _m0.Writer): _m0.Writer;
|
2406
|
-
}
|
2407
|
-
|
2408
2257
|
// @public (undocumented)
|
2409
2258
|
export interface PBCameraMode {
|
2410
2259
|
mode: CameraType;
|
@@ -2421,10 +2270,7 @@ export namespace PBCameraMode {
|
|
2421
2270
|
// @public (undocumented)
|
2422
2271
|
export interface PBCameraModeArea {
|
2423
2272
|
area: PBVector3 | undefined;
|
2424
|
-
// (undocumented)
|
2425
|
-
cinematicSettings?: CinematicSettings | undefined;
|
2426
2273
|
mode: CameraType;
|
2427
|
-
useColliderRange?: boolean | undefined;
|
2428
2274
|
}
|
2429
2275
|
|
2430
2276
|
// @public (undocumented)
|
@@ -2488,21 +2334,6 @@ export namespace PBEngineInfo {
|
|
2488
2334
|
export function encode(message: PBEngineInfo, writer?: _m0.Writer): _m0.Writer;
|
2489
2335
|
}
|
2490
2336
|
|
2491
|
-
// @public (undocumented)
|
2492
|
-
export interface PBGlobalLight {
|
2493
|
-
ambientBrightness?: number | undefined;
|
2494
|
-
ambientColor?: PBColor3 | undefined;
|
2495
|
-
direction?: PBVector3 | undefined;
|
2496
|
-
}
|
2497
|
-
|
2498
|
-
// @public (undocumented)
|
2499
|
-
export namespace PBGlobalLight {
|
2500
|
-
// (undocumented)
|
2501
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBGlobalLight;
|
2502
|
-
// (undocumented)
|
2503
|
-
export function encode(message: PBGlobalLight, writer?: _m0.Writer): _m0.Writer;
|
2504
|
-
}
|
2505
|
-
|
2506
2337
|
// @public (undocumented)
|
2507
2338
|
export interface PBGltfContainer {
|
2508
2339
|
invisibleMeshesCollisionMask?: number | undefined;
|
@@ -2520,13 +2351,8 @@ export namespace PBGltfContainer {
|
|
2520
2351
|
|
2521
2352
|
// @public (undocumented)
|
2522
2353
|
export interface PBGltfContainerLoadingState {
|
2523
|
-
animationNames: string[];
|
2524
2354
|
// (undocumented)
|
2525
2355
|
currentState: LoadingState;
|
2526
|
-
materialNames: string[];
|
2527
|
-
meshNames: string[];
|
2528
|
-
nodePaths: string[];
|
2529
|
-
skinNames: string[];
|
2530
2356
|
}
|
2531
2357
|
|
2532
2358
|
// @public (undocumented)
|
@@ -2537,35 +2363,6 @@ export namespace PBGltfContainerLoadingState {
|
|
2537
2363
|
export function encode(message: PBGltfContainerLoadingState, writer?: _m0.Writer): _m0.Writer;
|
2538
2364
|
}
|
2539
2365
|
|
2540
|
-
// @public (undocumented)
|
2541
|
-
export interface PBGltfNode {
|
2542
|
-
path: string;
|
2543
|
-
}
|
2544
|
-
|
2545
|
-
// @public (undocumented)
|
2546
|
-
export namespace PBGltfNode {
|
2547
|
-
// (undocumented)
|
2548
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBGltfNode;
|
2549
|
-
// (undocumented)
|
2550
|
-
export function encode(message: PBGltfNode, writer?: _m0.Writer): _m0.Writer;
|
2551
|
-
}
|
2552
|
-
|
2553
|
-
// @public (undocumented)
|
2554
|
-
export interface PBGltfNodeState {
|
2555
|
-
// (undocumented)
|
2556
|
-
error?: string | undefined;
|
2557
|
-
// (undocumented)
|
2558
|
-
state: GltfNodeStateValue;
|
2559
|
-
}
|
2560
|
-
|
2561
|
-
// @public (undocumented)
|
2562
|
-
export namespace PBGltfNodeState {
|
2563
|
-
// (undocumented)
|
2564
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBGltfNodeState;
|
2565
|
-
// (undocumented)
|
2566
|
-
export function encode(message: PBGltfNodeState, writer?: _m0.Writer): _m0.Writer;
|
2567
|
-
}
|
2568
|
-
|
2569
2366
|
// @public (undocumented)
|
2570
2367
|
export interface PBInputModifier {
|
2571
2368
|
// (undocumented)
|
@@ -2607,22 +2404,6 @@ export namespace PBInputModifier_StandardInput {
|
|
2607
2404
|
export function encode(message: PBInputModifier_StandardInput, writer?: _m0.Writer): _m0.Writer;
|
2608
2405
|
}
|
2609
2406
|
|
2610
|
-
// @public (undocumented)
|
2611
|
-
export interface PBLight {
|
2612
|
-
color?: PBColor3 | undefined;
|
2613
|
-
enabled?: boolean | undefined;
|
2614
|
-
illuminance?: number | undefined;
|
2615
|
-
shadows?: boolean | undefined;
|
2616
|
-
}
|
2617
|
-
|
2618
|
-
// @public (undocumented)
|
2619
|
-
export namespace PBLight {
|
2620
|
-
// (undocumented)
|
2621
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBLight;
|
2622
|
-
// (undocumented)
|
2623
|
-
export function encode(message: PBLight, writer?: _m0.Writer): _m0.Writer;
|
2624
|
-
}
|
2625
|
-
|
2626
2407
|
// @public (undocumented)
|
2627
2408
|
export interface PBMainCamera {
|
2628
2409
|
virtualCameraEntity?: number | undefined;
|
@@ -2638,7 +2419,6 @@ export namespace PBMainCamera {
|
|
2638
2419
|
|
2639
2420
|
// @public (undocumented)
|
2640
2421
|
export interface PBMaterial {
|
2641
|
-
gltf?: PBMaterial_GltfMaterial | undefined;
|
2642
2422
|
// (undocumented)
|
2643
2423
|
material?: {
|
2644
2424
|
$case: "unlit";
|
@@ -2657,22 +2437,6 @@ export namespace PBMaterial {
|
|
2657
2437
|
export function encode(message: PBMaterial, writer?: _m0.Writer): _m0.Writer;
|
2658
2438
|
}
|
2659
2439
|
|
2660
|
-
// @public (undocumented)
|
2661
|
-
export interface PBMaterial_GltfMaterial {
|
2662
|
-
// (undocumented)
|
2663
|
-
gltfSrc: string;
|
2664
|
-
// (undocumented)
|
2665
|
-
name: string;
|
2666
|
-
}
|
2667
|
-
|
2668
|
-
// @public (undocumented)
|
2669
|
-
export namespace PBMaterial_GltfMaterial {
|
2670
|
-
// (undocumented)
|
2671
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBMaterial_GltfMaterial;
|
2672
|
-
// (undocumented)
|
2673
|
-
export function encode(message: PBMaterial_GltfMaterial, writer?: _m0.Writer): _m0.Writer;
|
2674
|
-
}
|
2675
|
-
|
2676
2440
|
// @public (undocumented)
|
2677
2441
|
export interface PBMaterial_PbrMaterial {
|
2678
2442
|
albedoColor?: PBColor4 | undefined;
|
@@ -2734,9 +2498,6 @@ export interface PBMeshCollider {
|
|
2734
2498
|
} | {
|
2735
2499
|
$case: "plane";
|
2736
2500
|
plane: PBMeshCollider_PlaneMesh;
|
2737
|
-
} | {
|
2738
|
-
$case: "gltf";
|
2739
|
-
gltf: PBMeshCollider_GltfMesh;
|
2740
2501
|
} | undefined;
|
2741
2502
|
}
|
2742
2503
|
|
@@ -2774,20 +2535,6 @@ export namespace PBMeshCollider_CylinderMesh {
|
|
2774
2535
|
export function encode(message: PBMeshCollider_CylinderMesh, writer?: _m0.Writer): _m0.Writer;
|
2775
2536
|
}
|
2776
2537
|
|
2777
|
-
// @public (undocumented)
|
2778
|
-
export interface PBMeshCollider_GltfMesh {
|
2779
|
-
gltfSrc: string;
|
2780
|
-
name: string;
|
2781
|
-
}
|
2782
|
-
|
2783
|
-
// @public (undocumented)
|
2784
|
-
export namespace PBMeshCollider_GltfMesh {
|
2785
|
-
// (undocumented)
|
2786
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBMeshCollider_GltfMesh;
|
2787
|
-
// (undocumented)
|
2788
|
-
export function encode(message: PBMeshCollider_GltfMesh, writer?: _m0.Writer): _m0.Writer;
|
2789
|
-
}
|
2790
|
-
|
2791
2538
|
// @public (undocumented)
|
2792
2539
|
export interface PBMeshCollider_PlaneMesh {
|
2793
2540
|
}
|
@@ -2827,9 +2574,6 @@ export interface PBMeshRenderer {
|
|
2827
2574
|
} | {
|
2828
2575
|
$case: "plane";
|
2829
2576
|
plane: PBMeshRenderer_PlaneMesh;
|
2830
|
-
} | {
|
2831
|
-
$case: "gltf";
|
2832
|
-
gltf: PBMeshRenderer_GltfMesh;
|
2833
2577
|
} | undefined;
|
2834
2578
|
}
|
2835
2579
|
|
@@ -2868,20 +2612,6 @@ export namespace PBMeshRenderer_CylinderMesh {
|
|
2868
2612
|
export function encode(message: PBMeshRenderer_CylinderMesh, writer?: _m0.Writer): _m0.Writer;
|
2869
2613
|
}
|
2870
2614
|
|
2871
|
-
// @public (undocumented)
|
2872
|
-
export interface PBMeshRenderer_GltfMesh {
|
2873
|
-
gltfSrc: string;
|
2874
|
-
name: string;
|
2875
|
-
}
|
2876
|
-
|
2877
|
-
// @public (undocumented)
|
2878
|
-
export namespace PBMeshRenderer_GltfMesh {
|
2879
|
-
// (undocumented)
|
2880
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBMeshRenderer_GltfMesh;
|
2881
|
-
// (undocumented)
|
2882
|
-
export function encode(message: PBMeshRenderer_GltfMesh, writer?: _m0.Writer): _m0.Writer;
|
2883
|
-
}
|
2884
|
-
|
2885
2615
|
// @public (undocumented)
|
2886
2616
|
export interface PBMeshRenderer_PlaneMesh {
|
2887
2617
|
uvs: number[];
|
@@ -3032,23 +2762,6 @@ export namespace PBPosition {
|
|
3032
2762
|
export function encode(message: PBPosition, writer?: _m0.Writer): _m0.Writer;
|
3033
2763
|
}
|
3034
2764
|
|
3035
|
-
// @public (undocumented)
|
3036
|
-
export interface PBPrimaryPointerInfo {
|
3037
|
-
// (undocumented)
|
3038
|
-
pointerType?: PointerType | undefined;
|
3039
|
-
screenCoordinates?: PBVector2 | undefined;
|
3040
|
-
screenDelta?: PBVector2 | undefined;
|
3041
|
-
worldRayDirection?: PBVector3 | undefined;
|
3042
|
-
}
|
3043
|
-
|
3044
|
-
// @public (undocumented)
|
3045
|
-
export namespace PBPrimaryPointerInfo {
|
3046
|
-
// (undocumented)
|
3047
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBPrimaryPointerInfo;
|
3048
|
-
// (undocumented)
|
3049
|
-
export function encode(message: PBPrimaryPointerInfo, writer?: _m0.Writer): _m0.Writer;
|
3050
|
-
}
|
3051
|
-
|
3052
2765
|
// @public (undocumented)
|
3053
2766
|
export interface PBQuaternion {
|
3054
2767
|
// (undocumented)
|
@@ -3144,21 +2857,6 @@ export namespace PBRealmInfo {
|
|
3144
2857
|
export function encode(message: PBRealmInfo, writer?: _m0.Writer): _m0.Writer;
|
3145
2858
|
}
|
3146
2859
|
|
3147
|
-
// @public (undocumented)
|
3148
|
-
export interface PBSpotlight {
|
3149
|
-
angle: number;
|
3150
|
-
// Warning: (tsdoc-malformed-html-name) Invalid HTML element: Expecting an HTML name
|
3151
|
-
innerAngle?: number | undefined;
|
3152
|
-
}
|
3153
|
-
|
3154
|
-
// @public (undocumented)
|
3155
|
-
export namespace PBSpotlight {
|
3156
|
-
// (undocumented)
|
3157
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBSpotlight;
|
3158
|
-
// (undocumented)
|
3159
|
-
export function encode(message: PBSpotlight, writer?: _m0.Writer): _m0.Writer;
|
3160
|
-
}
|
3161
|
-
|
3162
2860
|
// @public (undocumented)
|
3163
2861
|
export interface PBTextShape {
|
3164
2862
|
font?: Font | undefined;
|
@@ -3192,31 +2890,6 @@ export namespace PBTextShape {
|
|
3192
2890
|
export function encode(message: PBTextShape, writer?: _m0.Writer): _m0.Writer;
|
3193
2891
|
}
|
3194
2892
|
|
3195
|
-
// @public (undocumented)
|
3196
|
-
export interface PBTextureCamera {
|
3197
|
-
clearColor?: PBColor4 | undefined;
|
3198
|
-
farPlane?: number | undefined;
|
3199
|
-
height?: number | undefined;
|
3200
|
-
layer?: number | undefined;
|
3201
|
-
// (undocumented)
|
3202
|
-
mode?: {
|
3203
|
-
$case: "perspective";
|
3204
|
-
perspective: Perspective;
|
3205
|
-
} | {
|
3206
|
-
$case: "orthographic";
|
3207
|
-
orthographic: Orthographic;
|
3208
|
-
} | undefined;
|
3209
|
-
width?: number | undefined;
|
3210
|
-
}
|
3211
|
-
|
3212
|
-
// @public (undocumented)
|
3213
|
-
export namespace PBTextureCamera {
|
3214
|
-
// (undocumented)
|
3215
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBTextureCamera;
|
3216
|
-
// (undocumented)
|
3217
|
-
export function encode(message: PBTextureCamera, writer?: _m0.Writer): _m0.Writer;
|
3218
|
-
}
|
3219
|
-
|
3220
2893
|
// @public (undocumented)
|
3221
2894
|
export interface PBTween {
|
3222
2895
|
currentTime?: number | undefined;
|
@@ -3298,23 +2971,6 @@ export namespace PBUiBackground {
|
|
3298
2971
|
export function encode(message: PBUiBackground, writer?: _m0.Writer): _m0.Writer;
|
3299
2972
|
}
|
3300
2973
|
|
3301
|
-
// @public (undocumented)
|
3302
|
-
export interface PBUiCanvas {
|
3303
|
-
color?: PBColor4 | undefined;
|
3304
|
-
// (undocumented)
|
3305
|
-
height: number;
|
3306
|
-
// (undocumented)
|
3307
|
-
width: number;
|
3308
|
-
}
|
3309
|
-
|
3310
|
-
// @public (undocumented)
|
3311
|
-
export namespace PBUiCanvas {
|
3312
|
-
// (undocumented)
|
3313
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBUiCanvas;
|
3314
|
-
// (undocumented)
|
3315
|
-
export function encode(message: PBUiCanvas, writer?: _m0.Writer): _m0.Writer;
|
3316
|
-
}
|
3317
|
-
|
3318
2974
|
// @public (undocumented)
|
3319
2975
|
export interface PBUiCanvasInformation {
|
3320
2976
|
devicePixelRatio: number;
|
@@ -3408,27 +3064,11 @@ export namespace PBUiInputResult {
|
|
3408
3064
|
export function encode(message: PBUiInputResult, writer?: _m0.Writer): _m0.Writer;
|
3409
3065
|
}
|
3410
3066
|
|
3411
|
-
// @public (undocumented)
|
3412
|
-
export interface PBUiScrollResult {
|
3413
|
-
// (undocumented)
|
3414
|
-
value: PBVector2 | undefined;
|
3415
|
-
}
|
3416
|
-
|
3417
|
-
// @public (undocumented)
|
3418
|
-
export namespace PBUiScrollResult {
|
3419
|
-
// (undocumented)
|
3420
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBUiScrollResult;
|
3421
|
-
// (undocumented)
|
3422
|
-
export function encode(message: PBUiScrollResult, writer?: _m0.Writer): _m0.Writer;
|
3423
|
-
}
|
3424
|
-
|
3425
3067
|
// @public (undocumented)
|
3426
3068
|
export interface PBUiText {
|
3427
3069
|
color?: PBColor4 | undefined;
|
3428
3070
|
font?: Font | undefined;
|
3429
3071
|
fontSize?: number | undefined;
|
3430
|
-
outlineColor?: PBColor4 | undefined;
|
3431
|
-
outlineWidth?: number | undefined;
|
3432
3072
|
textAlign?: TextAlignMode | undefined;
|
3433
3073
|
textWrap?: TextWrap | undefined;
|
3434
3074
|
value: string;
|
@@ -3448,7 +3088,6 @@ export interface PBUiTransform {
|
|
3448
3088
|
alignItems?: YGAlign | undefined;
|
3449
3089
|
alignSelf: YGAlign;
|
3450
3090
|
display: YGDisplay;
|
3451
|
-
elementId?: string | undefined;
|
3452
3091
|
// (undocumented)
|
3453
3092
|
flexBasis: number;
|
3454
3093
|
flexBasisUnit: YGUnit;
|
@@ -3485,7 +3124,6 @@ export interface PBUiTransform {
|
|
3485
3124
|
// (undocumented)
|
3486
3125
|
minWidth: number;
|
3487
3126
|
minWidthUnit: YGUnit;
|
3488
|
-
opacity?: number | undefined;
|
3489
3127
|
overflow: YGOverflow;
|
3490
3128
|
// (undocumented)
|
3491
3129
|
paddingBottom: number;
|
@@ -3517,12 +3155,9 @@ export interface PBUiTransform {
|
|
3517
3155
|
positionType: YGPositionType;
|
3518
3156
|
// (undocumented)
|
3519
3157
|
rightOf: number;
|
3520
|
-
scrollPosition?: ScrollPositionValue | undefined;
|
3521
|
-
scrollVisible?: ShowScrollBar | undefined;
|
3522
3158
|
// (undocumented)
|
3523
3159
|
width: number;
|
3524
3160
|
widthUnit: YGUnit;
|
3525
|
-
zIndex?: number | undefined;
|
3526
3161
|
}
|
3527
3162
|
|
3528
3163
|
// @public (undocumented)
|
@@ -3634,19 +3269,6 @@ export namespace PBVisibilityComponent {
|
|
3634
3269
|
export function encode(message: PBVisibilityComponent, writer?: _m0.Writer): _m0.Writer;
|
3635
3270
|
}
|
3636
3271
|
|
3637
|
-
// @public (undocumented)
|
3638
|
-
export interface Perspective {
|
3639
|
-
fieldOfView?: number | undefined;
|
3640
|
-
}
|
3641
|
-
|
3642
|
-
// @public (undocumented)
|
3643
|
-
export namespace Perspective {
|
3644
|
-
// (undocumented)
|
3645
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): Perspective;
|
3646
|
-
// (undocumented)
|
3647
|
-
export function encode(message: Perspective, writer?: _m0.Writer): _m0.Writer;
|
3648
|
-
}
|
3649
|
-
|
3650
3272
|
// @public
|
3651
3273
|
export namespace Plane {
|
3652
3274
|
// (undocumented)
|
@@ -3698,18 +3320,6 @@ export interface PointerEventsSystem {
|
|
3698
3320
|
}, cb: EventSystemCallback): void;
|
3699
3321
|
// @deprecated (undocumented)
|
3700
3322
|
onPointerDown(entity: Entity, cb: EventSystemCallback, opts?: Partial<EventSystemOptions>): void;
|
3701
|
-
onPointerDrag(pointerData: {
|
3702
|
-
entity: Entity;
|
3703
|
-
opts?: Partial<EventSystemOptions>;
|
3704
|
-
}, cb: EventSystemCallback): void;
|
3705
|
-
onPointerDragEnd(pointerData: {
|
3706
|
-
entity: Entity;
|
3707
|
-
opts?: Partial<EventSystemOptions>;
|
3708
|
-
}, cb: EventSystemCallback): void;
|
3709
|
-
onPointerDragLocked(pointerData: {
|
3710
|
-
entity: Entity;
|
3711
|
-
opts?: Partial<EventSystemOptions>;
|
3712
|
-
}, cb: EventSystemCallback): void;
|
3713
3323
|
onPointerHoverEnter(pointerData: {
|
3714
3324
|
entity: Entity;
|
3715
3325
|
opts?: Partial<EventSystemOptions>;
|
@@ -3725,9 +3335,6 @@ export interface PointerEventsSystem {
|
|
3725
3335
|
// @deprecated (undocumented)
|
3726
3336
|
onPointerUp(entity: Entity, cb: EventSystemCallback, opts?: Partial<EventSystemOptions>): void;
|
3727
3337
|
removeOnPointerDown(entity: Entity): void;
|
3728
|
-
removeOnPointerDrag(entity: Entity): void;
|
3729
|
-
removeOnPointerDragEnd(entity: Entity): void;
|
3730
|
-
removeOnPointerDragLocked(entity: Entity): void;
|
3731
3338
|
removeOnPointerHoverEnter(entity: Entity): void;
|
3732
3339
|
removeOnPointerHoverLeave(entity: Entity): void;
|
3733
3340
|
removeOnPointerUp(entity: Entity): void;
|
@@ -3741,12 +3348,6 @@ export const enum PointerEventType {
|
|
3741
3348
|
// (undocumented)
|
3742
3349
|
PET_DOWN = 1,
|
3743
3350
|
// (undocumented)
|
3744
|
-
PET_DRAG = 5,
|
3745
|
-
// (undocumented)
|
3746
|
-
PET_DRAG_END = 6,
|
3747
|
-
// (undocumented)
|
3748
|
-
PET_DRAG_LOCKED = 4,
|
3749
|
-
// (undocumented)
|
3750
3351
|
PET_HOVER_ENTER = 2,
|
3751
3352
|
// (undocumented)
|
3752
3353
|
PET_HOVER_LEAVE = 3,
|
@@ -3768,20 +3369,6 @@ export type PointerFilterType = 'none' | 'block';
|
|
3768
3369
|
// @public (undocumented)
|
3769
3370
|
export const PointerLock: LastWriteWinElementSetComponentDefinition<PBPointerLock>;
|
3770
3371
|
|
3771
|
-
// @public (undocumented)
|
3772
|
-
export const enum PointerType {
|
3773
|
-
// (undocumented)
|
3774
|
-
POT_MOUSE = 1,
|
3775
|
-
// (undocumented)
|
3776
|
-
POT_NONE = 0,
|
3777
|
-
// (undocumented)
|
3778
|
-
POT_PAD = 2,
|
3779
|
-
// (undocumented)
|
3780
|
-
POT_TOUCH = 3,
|
3781
|
-
// (undocumented)
|
3782
|
-
POT_WAND = 4
|
3783
|
-
}
|
3784
|
-
|
3785
3372
|
// @public
|
3786
3373
|
export interface Position {
|
3787
3374
|
// (undocumented)
|
@@ -3803,9 +3390,6 @@ export type PositionType = 'absolute' | 'relative';
|
|
3803
3390
|
// @public
|
3804
3391
|
export type PositionUnit = `${number}px` | `${number}%` | number | `${number}` | ScaleUnit;
|
3805
3392
|
|
3806
|
-
// @public (undocumented)
|
3807
|
-
export const PrimaryPointerInfo: LastWriteWinElementSetComponentDefinition<PBPrimaryPointerInfo>;
|
3808
|
-
|
3809
3393
|
// 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)
|
3810
3394
|
//
|
3811
3395
|
// @public (undocumented)
|
@@ -4024,8 +3608,6 @@ export interface ReactBasedUiSystem {
|
|
4024
3608
|
// (undocumented)
|
4025
3609
|
destroy(): void;
|
4026
3610
|
// (undocumented)
|
4027
|
-
setTextureRenderer(entity: Entity, ui: UiComponent): void;
|
4028
|
-
// (undocumented)
|
4029
3611
|
setUiRenderer(ui: UiComponent): void;
|
4030
3612
|
}
|
4031
3613
|
|
@@ -4265,50 +3847,12 @@ export namespace Schemas {
|
|
4265
3847
|
}) => void;
|
4266
3848
|
}
|
4267
3849
|
|
4268
|
-
// @public (undocumented)
|
4269
|
-
export interface ScrollPositionValue {
|
4270
|
-
// (undocumented)
|
4271
|
-
value?: {
|
4272
|
-
$case: "position";
|
4273
|
-
position: PBVector2;
|
4274
|
-
} | {
|
4275
|
-
$case: "reference";
|
4276
|
-
reference: string;
|
4277
|
-
} | undefined;
|
4278
|
-
}
|
4279
|
-
|
4280
|
-
// @public (undocumented)
|
4281
|
-
export namespace ScrollPositionValue {
|
4282
|
-
// (undocumented)
|
4283
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): ScrollPositionValue;
|
4284
|
-
// (undocumented)
|
4285
|
-
export function encode(message: ScrollPositionValue, writer?: _m0.Writer): _m0.Writer;
|
4286
|
-
}
|
4287
|
-
|
4288
|
-
// @public
|
4289
|
-
export type ScrollVisibleType = 'horizontal' | 'vertical' | 'both' | 'hidden';
|
4290
|
-
|
4291
|
-
// @public (undocumented)
|
4292
|
-
export const enum ShowScrollBar {
|
4293
|
-
// (undocumented)
|
4294
|
-
SSB_BOTH = 0,
|
4295
|
-
// (undocumented)
|
4296
|
-
SSB_HIDDEN = 3,
|
4297
|
-
// (undocumented)
|
4298
|
-
SSB_ONLY_HORIZONTAL = 2,
|
4299
|
-
// (undocumented)
|
4300
|
-
SSB_ONLY_VERTICAL = 1
|
4301
|
-
}
|
4302
|
-
|
4303
3850
|
// @public (undocumented)
|
4304
3851
|
export interface Spec {
|
4305
3852
|
// (undocumented)
|
4306
3853
|
[key: string]: ISchema;
|
4307
3854
|
}
|
4308
3855
|
|
4309
|
-
// @public (undocumented)
|
4310
|
-
export const Spotlight: LastWriteWinElementSetComponentDefinition<PBSpotlight>;
|
4311
|
-
|
4312
3856
|
// @alpha
|
4313
3857
|
export const SyncComponents: ISyncComponents;
|
4314
3858
|
|
@@ -4392,9 +3936,6 @@ export namespace Texture {
|
|
4392
3936
|
export function encode(message: Texture, writer?: _m0.Writer): _m0.Writer;
|
4393
3937
|
}
|
4394
3938
|
|
4395
|
-
// @public (undocumented)
|
4396
|
-
export const TextureCamera: LastWriteWinElementSetComponentDefinition<PBTextureCamera>;
|
4397
|
-
|
4398
3939
|
// @public (undocumented)
|
4399
3940
|
export const enum TextureFilterMode {
|
4400
3941
|
// (undocumented)
|
@@ -4457,9 +3998,6 @@ export interface TextureUnion {
|
|
4457
3998
|
} | {
|
4458
3999
|
$case: "videoTexture";
|
4459
4000
|
videoTexture: VideoTexture;
|
4460
|
-
} | {
|
4461
|
-
$case: "uiTexture";
|
4462
|
-
uiTexture: UiCanvasTexture;
|
4463
4001
|
} | undefined;
|
4464
4002
|
}
|
4465
4003
|
|
@@ -4630,7 +4168,6 @@ export interface UiBackgroundProps {
|
|
4630
4168
|
textureMode?: TextureMode;
|
4631
4169
|
textureSlices?: BorderRect | undefined;
|
4632
4170
|
uvs?: number[];
|
4633
|
-
videoTexture?: UiVideoTexture;
|
4634
4171
|
}
|
4635
4172
|
|
4636
4173
|
// @public
|
@@ -4639,28 +4176,9 @@ export interface UiButtonProps extends UiLabelProps, EntityPropTypes {
|
|
4639
4176
|
variant?: 'primary' | 'secondary';
|
4640
4177
|
}
|
4641
4178
|
|
4642
|
-
// @public (undocumented)
|
4643
|
-
export const UiCanvas: LastWriteWinElementSetComponentDefinition<PBUiCanvas>;
|
4644
|
-
|
4645
4179
|
// @public (undocumented)
|
4646
4180
|
export const UiCanvasInformation: LastWriteWinElementSetComponentDefinition<PBUiCanvasInformation>;
|
4647
4181
|
|
4648
|
-
// @public (undocumented)
|
4649
|
-
export interface UiCanvasTexture {
|
4650
|
-
filterMode?: TextureFilterMode | undefined;
|
4651
|
-
// (undocumented)
|
4652
|
-
uiCanvasEntity: number;
|
4653
|
-
wrapMode?: TextureWrapMode | undefined;
|
4654
|
-
}
|
4655
|
-
|
4656
|
-
// @public (undocumented)
|
4657
|
-
export namespace UiCanvasTexture {
|
4658
|
-
// (undocumented)
|
4659
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): UiCanvasTexture;
|
4660
|
-
// (undocumented)
|
4661
|
-
export function encode(message: UiCanvasTexture, writer?: _m0.Writer): _m0.Writer;
|
4662
|
-
}
|
4663
|
-
|
4664
4182
|
// @public (undocumented)
|
4665
4183
|
export type UiComponent = () => ReactEcs.JSX.ReactNode;
|
4666
4184
|
|
@@ -4715,8 +4233,6 @@ export interface UiLabelProps {
|
|
4715
4233
|
color?: PBColor4 | undefined;
|
4716
4234
|
font?: UiFontType | undefined;
|
4717
4235
|
fontSize?: ScaleUnit | undefined;
|
4718
|
-
outlineColor?: PBColor4 | undefined;
|
4719
|
-
outlineWidth?: number | undefined;
|
4720
4236
|
textAlign?: TextAlignType | undefined;
|
4721
4237
|
textWrap?: UiTextWrapType | undefined;
|
4722
4238
|
value: string;
|
@@ -4725,9 +4241,6 @@ export interface UiLabelProps {
|
|
4725
4241
|
// @public
|
4726
4242
|
export type uint32 = number;
|
4727
4243
|
|
4728
|
-
// @public (undocumented)
|
4729
|
-
export const UiScrollResult: LastWriteWinElementSetComponentDefinition<PBUiScrollResult>;
|
4730
|
-
|
4731
4244
|
// @public (undocumented)
|
4732
4245
|
export const UiText: LastWriteWinElementSetComponentDefinition<PBUiText>;
|
4733
4246
|
|
@@ -4750,7 +4263,6 @@ export interface UiTransformProps {
|
|
4750
4263
|
alignItems?: AlignType;
|
4751
4264
|
alignSelf?: AlignType;
|
4752
4265
|
display?: DisplayType;
|
4753
|
-
elementId?: string;
|
4754
4266
|
flex?: number;
|
4755
4267
|
flexBasis?: number;
|
4756
4268
|
flexDirection?: FlexDirectionType;
|
@@ -4764,26 +4276,12 @@ export interface UiTransformProps {
|
|
4764
4276
|
maxWidth?: PositionUnit;
|
4765
4277
|
minHeight?: PositionUnit;
|
4766
4278
|
minWidth?: PositionUnit;
|
4767
|
-
opacity?: number;
|
4768
4279
|
overflow?: OverflowType;
|
4769
4280
|
padding?: Partial<Position> | PositionShorthand;
|
4770
4281
|
pointerFilter?: PointerFilterType;
|
4771
4282
|
position?: Partial<Position> | PositionShorthand;
|
4772
4283
|
positionType?: PositionType;
|
4773
|
-
scrollPosition?: PBVector2 | string;
|
4774
|
-
scrollVisible?: ScrollVisibleType;
|
4775
4284
|
width?: PositionUnit | 'auto';
|
4776
|
-
zIndex?: number;
|
4777
|
-
}
|
4778
|
-
|
4779
|
-
// @public
|
4780
|
-
export interface UiVideoTexture {
|
4781
|
-
// (undocumented)
|
4782
|
-
filterMode?: TextureFilterType;
|
4783
|
-
// (undocumented)
|
4784
|
-
videoPlayerEntity: Entity;
|
4785
|
-
// (undocumented)
|
4786
|
-
wrapMode?: TextureWrapType;
|
4787
4285
|
}
|
4788
4286
|
|
4789
4287
|
// @public (undocumented)
|