@dcl/playground-assets 7.28.1-34901226656.commit-44656ea → 7.28.1-34907286167.commit-d2f06b5
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 +23 -779
- package/dist/beta.d.ts +23 -779
- package/dist/index.bundled.d.ts +23 -779
- package/dist/index.js +7 -7
- package/dist/playground/sdk/apis.d.ts +2 -37
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +23 -779
- package/etc/playground-assets.api.json +3925 -11886
- package/etc/playground-assets.api.md +6 -506
- package/package.json +4 -4
|
@@ -192,25 +192,6 @@ export const enum AvatarAnchorPointType {
|
|
|
192
192
|
AAPT_SPINE2 = 8
|
|
193
193
|
}
|
|
194
194
|
|
|
195
|
-
// @public (undocumented)
|
|
196
|
-
export interface AvatarAnimationState {
|
|
197
|
-
duration: number;
|
|
198
|
-
idle: boolean;
|
|
199
|
-
loop: boolean;
|
|
200
|
-
loopCount: number;
|
|
201
|
-
playbackTime: number;
|
|
202
|
-
speed: number;
|
|
203
|
-
src: string;
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
// @public (undocumented)
|
|
207
|
-
export namespace AvatarAnimationState {
|
|
208
|
-
// (undocumented)
|
|
209
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): AvatarAnimationState;
|
|
210
|
-
// (undocumented)
|
|
211
|
-
export function encode(message: AvatarAnimationState, writer?: _m0.Writer): _m0.Writer;
|
|
212
|
-
}
|
|
213
|
-
|
|
214
195
|
// @public (undocumented)
|
|
215
196
|
export const AvatarAttach: LastWriteWinElementSetComponentDefinition<PBAvatarAttach>;
|
|
216
197
|
|
|
@@ -220,18 +201,8 @@ export const AvatarBase: LastWriteWinElementSetComponentDefinition<PBAvatarBase>
|
|
|
220
201
|
// @public (undocumented)
|
|
221
202
|
export const AvatarEmoteCommand: GrowOnlyValueSetComponentDefinition<PBAvatarEmoteCommand>;
|
|
222
203
|
|
|
223
|
-
// 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)
|
|
224
|
-
//
|
|
225
|
-
// @public (undocumented)
|
|
226
|
-
export const AvatarEquippedData: AvatarEquippedDataComponentDefinitionExtended;
|
|
227
|
-
|
|
228
204
|
// @public (undocumented)
|
|
229
|
-
export
|
|
230
|
-
|
|
231
|
-
// @public
|
|
232
|
-
export type AvatarEquippedDataType = Omit<PBAvatarEquippedData, 'forceRender'> & {
|
|
233
|
-
forceRender?: string[] | undefined;
|
|
234
|
-
};
|
|
205
|
+
export const AvatarEquippedData: LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>;
|
|
235
206
|
|
|
236
207
|
// @public (undocumented)
|
|
237
208
|
export const AvatarLocomotionSettings: LastWriteWinElementSetComponentDefinition<PBAvatarLocomotionSettings>;
|
|
@@ -252,27 +223,11 @@ export const enum AvatarModifierType {
|
|
|
252
223
|
AMT_HIDE_NAMETAGS = 2
|
|
253
224
|
}
|
|
254
225
|
|
|
255
|
-
// @public (undocumented)
|
|
256
|
-
export const AvatarMovement: LastWriteWinElementSetComponentDefinition<PBAvatarMovement>;
|
|
257
|
-
|
|
258
|
-
// @public (undocumented)
|
|
259
|
-
export const AvatarMovementInfo: LastWriteWinElementSetComponentDefinition<PBAvatarMovementInfo>;
|
|
260
|
-
|
|
261
226
|
// @public (undocumented)
|
|
262
227
|
export const AvatarNametag: LastWriteWinElementSetComponentDefinition<PBAvatarNametag>;
|
|
263
228
|
|
|
264
|
-
// 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)
|
|
265
|
-
//
|
|
266
229
|
// @public (undocumented)
|
|
267
|
-
export const AvatarShape:
|
|
268
|
-
|
|
269
|
-
// @public (undocumented)
|
|
270
|
-
export type AvatarShapeComponentDefinitionExtended = LastWriteWinElementSetComponentDefinition<AvatarShapeType>;
|
|
271
|
-
|
|
272
|
-
// @public
|
|
273
|
-
export type AvatarShapeType = Omit<PBAvatarShape, 'forceRender'> & {
|
|
274
|
-
forceRender?: string[] | undefined;
|
|
275
|
-
};
|
|
230
|
+
export const AvatarShape: LastWriteWinElementSetComponentDefinition<PBAvatarShape>;
|
|
276
231
|
|
|
277
232
|
// @public (undocumented)
|
|
278
233
|
export interface AvatarTexture {
|
|
@@ -477,13 +432,7 @@ export interface ByteBuffer {
|
|
|
477
432
|
}
|
|
478
433
|
|
|
479
434
|
// @public
|
|
480
|
-
export type Callback = (
|
|
481
|
-
|
|
482
|
-
// @public (undocumented)
|
|
483
|
-
export const CameraLayer: LastWriteWinElementSetComponentDefinition<PBCameraLayer>;
|
|
484
|
-
|
|
485
|
-
// @public (undocumented)
|
|
486
|
-
export const CameraLayers: LastWriteWinElementSetComponentDefinition<PBCameraLayers>;
|
|
435
|
+
export type Callback = () => void;
|
|
487
436
|
|
|
488
437
|
// @public (undocumented)
|
|
489
438
|
export const CameraMode: LastWriteWinElementSetComponentDefinition<PBCameraMode>;
|
|
@@ -775,23 +724,16 @@ export const componentDefinitionByName: {
|
|
|
775
724
|
"core::AvatarEquippedData": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>>;
|
|
776
725
|
"core::AvatarLocomotionSettings": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarLocomotionSettings>>;
|
|
777
726
|
"core::AvatarModifierArea": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>>;
|
|
778
|
-
"core::AvatarMovement": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarMovement>>;
|
|
779
|
-
"core::AvatarMovementInfo": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarMovementInfo>>;
|
|
780
727
|
"core::AvatarNametag": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarNametag>>;
|
|
781
728
|
"core::AvatarShape": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarShape>>;
|
|
782
729
|
"core::Billboard": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBBillboard>>;
|
|
783
|
-
"core::CameraLayer": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBCameraLayer>>;
|
|
784
|
-
"core::CameraLayers": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBCameraLayers>>;
|
|
785
730
|
"core::CameraMode": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBCameraMode>>;
|
|
786
731
|
"core::CameraModeArea": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBCameraModeArea>>;
|
|
787
732
|
"core::EngineInfo": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBEngineInfo>>;
|
|
788
733
|
"core::ExplorerUiEventsResult": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBExplorerUiEventsResult>>;
|
|
789
|
-
"core::GlobalLight": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGlobalLight>>;
|
|
790
734
|
"core::GltfContainer": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfContainer>>;
|
|
791
735
|
"core::GltfContainerLoadingState": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfContainerLoadingState>>;
|
|
792
|
-
"core::GltfNode": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfNode>>;
|
|
793
736
|
"core::GltfNodeModifiers": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfNodeModifiers>>;
|
|
794
|
-
"core::GltfNodeState": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfNodeState>>;
|
|
795
737
|
"core::InputModifier": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBInputModifier>>;
|
|
796
738
|
"core::LightSource": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBLightSource>>;
|
|
797
739
|
"core::MainCamera": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMainCamera>>;
|
|
@@ -812,7 +754,6 @@ export const componentDefinitionByName: {
|
|
|
812
754
|
"core::RealmInfo": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBRealmInfo>>;
|
|
813
755
|
"core::SkyboxTime": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBSkyboxTime>>;
|
|
814
756
|
"core::TextShape": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTextShape>>;
|
|
815
|
-
"core::TextureCamera": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTextureCamera>>;
|
|
816
757
|
"core::TouchScreenControls": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTouchScreenControls>>;
|
|
817
758
|
"core::TriggerArea": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTriggerArea>>;
|
|
818
759
|
"core::TriggerAreaResult": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBTriggerAreaResult>>;
|
|
@@ -820,14 +761,12 @@ export const componentDefinitionByName: {
|
|
|
820
761
|
"core::TweenSequence": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTweenSequence>>;
|
|
821
762
|
"core::TweenState": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTweenState>>;
|
|
822
763
|
"core::UiBackground": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiBackground>>;
|
|
823
|
-
"core::UiCanvas": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiCanvas>>;
|
|
824
764
|
"core::UiCanvasInformation": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiCanvasInformation>>;
|
|
825
765
|
"core::UiDropdown": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiDropdown>>;
|
|
826
766
|
"core::UiDropdownResult": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiDropdownResult>>;
|
|
827
767
|
"core::UiInput": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiInput>>;
|
|
828
768
|
"core::UiInputBinding": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiInputBinding>>;
|
|
829
769
|
"core::UiInputResult": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiInputResult>>;
|
|
830
|
-
"core::UiScrollResult": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiScrollResult>>;
|
|
831
770
|
"core::UiText": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiText>>;
|
|
832
771
|
"core::UiTransform": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiTransform>>;
|
|
833
772
|
"core::VideoEvent": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBVideoEvent>>;
|
|
@@ -1282,9 +1221,6 @@ export type EntityComponents = {
|
|
|
1282
1221
|
onMouseUp: Callback;
|
|
1283
1222
|
onMouseEnter: Callback;
|
|
1284
1223
|
onMouseLeave: Callback;
|
|
1285
|
-
onMouseDrag: Callback;
|
|
1286
|
-
onMouseDragLocked: Callback;
|
|
1287
|
-
onMouseDragEnd: Callback;
|
|
1288
1224
|
};
|
|
1289
1225
|
|
|
1290
1226
|
// @public (undocumented)
|
|
@@ -1471,9 +1407,6 @@ export type GlobalDirectionRaycastSystemOptions = {
|
|
|
1471
1407
|
direction?: PBVector3;
|
|
1472
1408
|
};
|
|
1473
1409
|
|
|
1474
|
-
// @public (undocumented)
|
|
1475
|
-
export const GlobalLight: LastWriteWinElementSetComponentDefinition<PBGlobalLight>;
|
|
1476
|
-
|
|
1477
1410
|
// 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)
|
|
1478
1411
|
//
|
|
1479
1412
|
// @public (undocumented)
|
|
@@ -1492,25 +1425,9 @@ export const GltfContainer: LastWriteWinElementSetComponentDefinition<PBGltfCont
|
|
|
1492
1425
|
// @public (undocumented)
|
|
1493
1426
|
export const GltfContainerLoadingState: LastWriteWinElementSetComponentDefinition<PBGltfContainerLoadingState>;
|
|
1494
1427
|
|
|
1495
|
-
// @public (undocumented)
|
|
1496
|
-
export const GltfNode: LastWriteWinElementSetComponentDefinition<PBGltfNode>;
|
|
1497
|
-
|
|
1498
1428
|
// @public (undocumented)
|
|
1499
1429
|
export const GltfNodeModifiers: LastWriteWinElementSetComponentDefinition<PBGltfNodeModifiers>;
|
|
1500
1430
|
|
|
1501
|
-
// @public (undocumented)
|
|
1502
|
-
export const GltfNodeState: LastWriteWinElementSetComponentDefinition<PBGltfNodeState>;
|
|
1503
|
-
|
|
1504
|
-
// @public (undocumented)
|
|
1505
|
-
export const enum GltfNodeStateValue {
|
|
1506
|
-
// (undocumented)
|
|
1507
|
-
GNSV_FAILED = 1,
|
|
1508
|
-
// (undocumented)
|
|
1509
|
-
GNSV_PENDING = 0,
|
|
1510
|
-
// (undocumented)
|
|
1511
|
-
GNSV_READY = 2
|
|
1512
|
-
}
|
|
1513
|
-
|
|
1514
1431
|
// @public (undocumented)
|
|
1515
1432
|
export interface GrowOnlyValueSetComponentDefinition<T> extends BaseComponent<T> {
|
|
1516
1433
|
addValue(entity: Entity, val: DeepReadonly<T>): DeepReadonlySet<T>;
|
|
@@ -1909,9 +1826,6 @@ export type Listeners = {
|
|
|
1909
1826
|
onMouseUp?: Callback;
|
|
1910
1827
|
onMouseEnter?: Callback;
|
|
1911
1828
|
onMouseLeave?: Callback;
|
|
1912
|
-
onMouseDrag?: Callback;
|
|
1913
|
-
onMouseDragLocked?: Callback;
|
|
1914
|
-
onMouseDragEnd?: Callback;
|
|
1915
1829
|
};
|
|
1916
1830
|
|
|
1917
1831
|
// @public (undocumented)
|
|
@@ -2155,7 +2069,6 @@ export const MeshCollider: MeshColliderComponentDefinitionExtended;
|
|
|
2155
2069
|
export interface MeshColliderComponentDefinitionExtended extends LastWriteWinElementSetComponentDefinition<PBMeshCollider> {
|
|
2156
2070
|
setBox(entity: Entity, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
|
2157
2071
|
setCylinder(entity: Entity, radiusBottom?: number, radiusTop?: number, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
|
2158
|
-
setGltfMesh(entity: Entity, source: string, meshName: string, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
|
2159
2072
|
setPlane(entity: Entity, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
|
2160
2073
|
setSphere(entity: Entity, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
|
2161
2074
|
}
|
|
@@ -2169,7 +2082,6 @@ export const MeshRenderer: MeshRendererComponentDefinitionExtended;
|
|
|
2169
2082
|
export interface MeshRendererComponentDefinitionExtended extends LastWriteWinElementSetComponentDefinition<PBMeshRenderer> {
|
|
2170
2083
|
setBox(entity: Entity, uvs?: number[]): void;
|
|
2171
2084
|
setCylinder(entity: Entity, radiusBottom?: number, radiusTop?: number): void;
|
|
2172
|
-
setGltfMesh(entity: Entity, source: string, meshName: string): void;
|
|
2173
2085
|
setPlane(entity: Entity, uvs?: number[]): void;
|
|
2174
2086
|
setSphere(entity: Entity): void;
|
|
2175
2087
|
}
|
|
@@ -2217,25 +2129,6 @@ export namespace MoveContinuous {
|
|
|
2217
2129
|
export function encode(message: MoveContinuous, writer?: _m0.Writer): _m0.Writer;
|
|
2218
2130
|
}
|
|
2219
2131
|
|
|
2220
|
-
// @public (undocumented)
|
|
2221
|
-
export interface MovementAnimation {
|
|
2222
|
-
idle: boolean;
|
|
2223
|
-
loop: boolean;
|
|
2224
|
-
playbackTime?: number | undefined;
|
|
2225
|
-
sounds: string[];
|
|
2226
|
-
speed: number;
|
|
2227
|
-
src: string;
|
|
2228
|
-
transitionSeconds?: number | undefined;
|
|
2229
|
-
}
|
|
2230
|
-
|
|
2231
|
-
// @public (undocumented)
|
|
2232
|
-
export namespace MovementAnimation {
|
|
2233
|
-
// (undocumented)
|
|
2234
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): MovementAnimation;
|
|
2235
|
-
// (undocumented)
|
|
2236
|
-
export function encode(message: MovementAnimation, writer?: _m0.Writer): _m0.Writer;
|
|
2237
|
-
}
|
|
2238
|
-
|
|
2239
2132
|
// @public (undocumented)
|
|
2240
2133
|
export interface MoveRotateScale {
|
|
2241
2134
|
// (undocumented)
|
|
@@ -2482,19 +2375,6 @@ export const onVideoEvent: Observable<{
|
|
|
2482
2375
|
totalVideoLength: number;
|
|
2483
2376
|
}>;
|
|
2484
2377
|
|
|
2485
|
-
// @public (undocumented)
|
|
2486
|
-
export interface Orthographic {
|
|
2487
|
-
verticalRange?: number | undefined;
|
|
2488
|
-
}
|
|
2489
|
-
|
|
2490
|
-
// @public (undocumented)
|
|
2491
|
-
export namespace Orthographic {
|
|
2492
|
-
// (undocumented)
|
|
2493
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): Orthographic;
|
|
2494
|
-
// (undocumented)
|
|
2495
|
-
export function encode(message: Orthographic, writer?: _m0.Writer): _m0.Writer;
|
|
2496
|
-
}
|
|
2497
|
-
|
|
2498
2378
|
// @public
|
|
2499
2379
|
export type OverflowType = 'hidden' | 'scroll' | 'visible';
|
|
2500
2380
|
|
|
@@ -2728,7 +2608,6 @@ export namespace PBAvatarEmoteCommand {
|
|
|
2728
2608
|
export interface PBAvatarEquippedData {
|
|
2729
2609
|
// (undocumented)
|
|
2730
2610
|
emoteUrns: string[];
|
|
2731
|
-
forceRender: string[];
|
|
2732
2611
|
// (undocumented)
|
|
2733
2612
|
wearableUrns: string[];
|
|
2734
2613
|
}
|
|
@@ -2767,7 +2646,6 @@ export interface PBAvatarModifierArea {
|
|
|
2767
2646
|
area: PBVector3 | undefined;
|
|
2768
2647
|
excludeIds: string[];
|
|
2769
2648
|
modifiers: AvatarModifierType[];
|
|
2770
|
-
useColliderRange?: boolean | undefined;
|
|
2771
2649
|
}
|
|
2772
2650
|
|
|
2773
2651
|
// @public (undocumented)
|
|
@@ -2778,51 +2656,6 @@ export namespace PBAvatarModifierArea {
|
|
|
2778
2656
|
export function encode(message: PBAvatarModifierArea, writer?: _m0.Writer): _m0.Writer;
|
|
2779
2657
|
}
|
|
2780
2658
|
|
|
2781
|
-
// @public (undocumented)
|
|
2782
|
-
export interface PBAvatarMovement {
|
|
2783
|
-
animation?: MovementAnimation | undefined;
|
|
2784
|
-
// (undocumented)
|
|
2785
|
-
groundDirection?: PBVector3 | undefined;
|
|
2786
|
-
orientation: number;
|
|
2787
|
-
tiltPitch?: number | undefined;
|
|
2788
|
-
tiltRoll?: number | undefined;
|
|
2789
|
-
// (undocumented)
|
|
2790
|
-
velocity: PBVector3 | undefined;
|
|
2791
|
-
walkSuccess?: boolean | undefined;
|
|
2792
|
-
}
|
|
2793
|
-
|
|
2794
|
-
// @public (undocumented)
|
|
2795
|
-
export namespace PBAvatarMovement {
|
|
2796
|
-
// (undocumented)
|
|
2797
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarMovement;
|
|
2798
|
-
// (undocumented)
|
|
2799
|
-
export function encode(message: PBAvatarMovement, writer?: _m0.Writer): _m0.Writer;
|
|
2800
|
-
}
|
|
2801
|
-
|
|
2802
|
-
// @public (undocumented)
|
|
2803
|
-
export interface PBAvatarMovementInfo {
|
|
2804
|
-
activeAnimationState?: AvatarAnimationState | undefined;
|
|
2805
|
-
// (undocumented)
|
|
2806
|
-
activeAvatarLocomotionSettings: PBAvatarLocomotionSettings | undefined;
|
|
2807
|
-
// (undocumented)
|
|
2808
|
-
activeInputModifier: PBInputModifier | undefined;
|
|
2809
|
-
actualVelocity: PBVector3 | undefined;
|
|
2810
|
-
externalVelocity: PBVector3 | undefined;
|
|
2811
|
-
previousStepTime: number;
|
|
2812
|
-
requestedVelocity: PBVector3 | undefined;
|
|
2813
|
-
stepTime: number;
|
|
2814
|
-
walkTarget?: PBVector3 | undefined;
|
|
2815
|
-
walkThreshold?: number | undefined;
|
|
2816
|
-
}
|
|
2817
|
-
|
|
2818
|
-
// @public (undocumented)
|
|
2819
|
-
export namespace PBAvatarMovementInfo {
|
|
2820
|
-
// (undocumented)
|
|
2821
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarMovementInfo;
|
|
2822
|
-
// (undocumented)
|
|
2823
|
-
export function encode(message: PBAvatarMovementInfo, writer?: _m0.Writer): _m0.Writer;
|
|
2824
|
-
}
|
|
2825
|
-
|
|
2826
2659
|
// @public (undocumented)
|
|
2827
2660
|
export interface PBAvatarNametag {
|
|
2828
2661
|
backgroundColor?: PBColor3 | undefined;
|
|
@@ -2846,7 +2679,6 @@ export interface PBAvatarShape {
|
|
|
2846
2679
|
expressionTriggerId?: string | undefined;
|
|
2847
2680
|
expressionTriggerTimestamp?: number | undefined;
|
|
2848
2681
|
eyeColor?: PBColor3 | undefined;
|
|
2849
|
-
forceRender: string[];
|
|
2850
2682
|
hairColor?: PBColor3 | undefined;
|
|
2851
2683
|
id: string;
|
|
2852
2684
|
name?: string | undefined;
|
|
@@ -2878,42 +2710,6 @@ export namespace PBBillboard {
|
|
|
2878
2710
|
export function encode(message: PBBillboard, writer?: _m0.Writer): _m0.Writer;
|
|
2879
2711
|
}
|
|
2880
2712
|
|
|
2881
|
-
// @public (undocumented)
|
|
2882
|
-
export interface PBCameraLayer {
|
|
2883
|
-
// (undocumented)
|
|
2884
|
-
ambientBrightnessOverride?: number | undefined;
|
|
2885
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
|
2886
|
-
ambientColorOverride?: PBColor3 | undefined;
|
|
2887
|
-
directionalLight?: boolean | undefined;
|
|
2888
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
|
2889
|
-
layer: number;
|
|
2890
|
-
showAvatars?: boolean | undefined;
|
|
2891
|
-
showFog?: boolean | undefined;
|
|
2892
|
-
showSkybox?: boolean | undefined;
|
|
2893
|
-
}
|
|
2894
|
-
|
|
2895
|
-
// @public (undocumented)
|
|
2896
|
-
export namespace PBCameraLayer {
|
|
2897
|
-
// (undocumented)
|
|
2898
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBCameraLayer;
|
|
2899
|
-
// (undocumented)
|
|
2900
|
-
export function encode(message: PBCameraLayer, writer?: _m0.Writer): _m0.Writer;
|
|
2901
|
-
}
|
|
2902
|
-
|
|
2903
|
-
// @public (undocumented)
|
|
2904
|
-
export interface PBCameraLayers {
|
|
2905
|
-
// (undocumented)
|
|
2906
|
-
layers: number[];
|
|
2907
|
-
}
|
|
2908
|
-
|
|
2909
|
-
// @public (undocumented)
|
|
2910
|
-
export namespace PBCameraLayers {
|
|
2911
|
-
// (undocumented)
|
|
2912
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBCameraLayers;
|
|
2913
|
-
// (undocumented)
|
|
2914
|
-
export function encode(message: PBCameraLayers, writer?: _m0.Writer): _m0.Writer;
|
|
2915
|
-
}
|
|
2916
|
-
|
|
2917
2713
|
// @public (undocumented)
|
|
2918
2714
|
export interface PBCameraMode {
|
|
2919
2715
|
mode: CameraType;
|
|
@@ -2931,7 +2727,6 @@ export namespace PBCameraMode {
|
|
|
2931
2727
|
export interface PBCameraModeArea {
|
|
2932
2728
|
area: PBVector3 | undefined;
|
|
2933
2729
|
mode: CameraType;
|
|
2934
|
-
useColliderRange?: boolean | undefined;
|
|
2935
2730
|
}
|
|
2936
2731
|
|
|
2937
2732
|
// @public (undocumented)
|
|
@@ -3042,21 +2837,6 @@ export namespace PBExplorerUiEventsResult_UiOpened {
|
|
|
3042
2837
|
export function encode(_: PBExplorerUiEventsResult_UiOpened, writer?: _m0.Writer): _m0.Writer;
|
|
3043
2838
|
}
|
|
3044
2839
|
|
|
3045
|
-
// @public (undocumented)
|
|
3046
|
-
export interface PBGlobalLight {
|
|
3047
|
-
ambientBrightness?: number | undefined;
|
|
3048
|
-
ambientColor?: PBColor3 | undefined;
|
|
3049
|
-
direction?: PBVector3 | undefined;
|
|
3050
|
-
}
|
|
3051
|
-
|
|
3052
|
-
// @public (undocumented)
|
|
3053
|
-
export namespace PBGlobalLight {
|
|
3054
|
-
// (undocumented)
|
|
3055
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBGlobalLight;
|
|
3056
|
-
// (undocumented)
|
|
3057
|
-
export function encode(message: PBGlobalLight, writer?: _m0.Writer): _m0.Writer;
|
|
3058
|
-
}
|
|
3059
|
-
|
|
3060
2840
|
// @public (undocumented)
|
|
3061
2841
|
export interface PBGltfContainer {
|
|
3062
2842
|
invisibleMeshesCollisionMask?: number | undefined;
|
|
@@ -3074,13 +2854,8 @@ export namespace PBGltfContainer {
|
|
|
3074
2854
|
|
|
3075
2855
|
// @public (undocumented)
|
|
3076
2856
|
export interface PBGltfContainerLoadingState {
|
|
3077
|
-
animationNames: string[];
|
|
3078
2857
|
// (undocumented)
|
|
3079
2858
|
currentState: LoadingState;
|
|
3080
|
-
materialNames: string[];
|
|
3081
|
-
meshNames: string[];
|
|
3082
|
-
nodePaths: string[];
|
|
3083
|
-
skinNames: string[];
|
|
3084
2859
|
}
|
|
3085
2860
|
|
|
3086
2861
|
// @public (undocumented)
|
|
@@ -3091,19 +2866,6 @@ export namespace PBGltfContainerLoadingState {
|
|
|
3091
2866
|
export function encode(message: PBGltfContainerLoadingState, writer?: _m0.Writer): _m0.Writer;
|
|
3092
2867
|
}
|
|
3093
2868
|
|
|
3094
|
-
// @public (undocumented)
|
|
3095
|
-
export interface PBGltfNode {
|
|
3096
|
-
path: string;
|
|
3097
|
-
}
|
|
3098
|
-
|
|
3099
|
-
// @public (undocumented)
|
|
3100
|
-
export namespace PBGltfNode {
|
|
3101
|
-
// (undocumented)
|
|
3102
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBGltfNode;
|
|
3103
|
-
// (undocumented)
|
|
3104
|
-
export function encode(message: PBGltfNode, writer?: _m0.Writer): _m0.Writer;
|
|
3105
|
-
}
|
|
3106
|
-
|
|
3107
2869
|
// @public (undocumented)
|
|
3108
2870
|
export interface PBGltfNodeModifiers {
|
|
3109
2871
|
// (undocumented)
|
|
@@ -3133,22 +2895,6 @@ export namespace PBGltfNodeModifiers_GltfNodeModifier {
|
|
|
3133
2895
|
export function encode(message: PBGltfNodeModifiers_GltfNodeModifier, writer?: _m0.Writer): _m0.Writer;
|
|
3134
2896
|
}
|
|
3135
2897
|
|
|
3136
|
-
// @public (undocumented)
|
|
3137
|
-
export interface PBGltfNodeState {
|
|
3138
|
-
// (undocumented)
|
|
3139
|
-
error?: string | undefined;
|
|
3140
|
-
// (undocumented)
|
|
3141
|
-
state: GltfNodeStateValue;
|
|
3142
|
-
}
|
|
3143
|
-
|
|
3144
|
-
// @public (undocumented)
|
|
3145
|
-
export namespace PBGltfNodeState {
|
|
3146
|
-
// (undocumented)
|
|
3147
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBGltfNodeState;
|
|
3148
|
-
// (undocumented)
|
|
3149
|
-
export function encode(message: PBGltfNodeState, writer?: _m0.Writer): _m0.Writer;
|
|
3150
|
-
}
|
|
3151
|
-
|
|
3152
2898
|
// @public (undocumented)
|
|
3153
2899
|
export interface PBInputModifier {
|
|
3154
2900
|
// (undocumented)
|
|
@@ -3261,7 +3007,6 @@ export namespace PBMainCamera {
|
|
|
3261
3007
|
|
|
3262
3008
|
// @public (undocumented)
|
|
3263
3009
|
export interface PBMaterial {
|
|
3264
|
-
gltf?: PBMaterial_GltfMaterial | undefined;
|
|
3265
3010
|
// (undocumented)
|
|
3266
3011
|
material?: {
|
|
3267
3012
|
$case: "unlit";
|
|
@@ -3280,22 +3025,6 @@ export namespace PBMaterial {
|
|
|
3280
3025
|
export function encode(message: PBMaterial, writer?: _m0.Writer): _m0.Writer;
|
|
3281
3026
|
}
|
|
3282
3027
|
|
|
3283
|
-
// @public (undocumented)
|
|
3284
|
-
export interface PBMaterial_GltfMaterial {
|
|
3285
|
-
// (undocumented)
|
|
3286
|
-
gltfSrc: string;
|
|
3287
|
-
// (undocumented)
|
|
3288
|
-
name: string;
|
|
3289
|
-
}
|
|
3290
|
-
|
|
3291
|
-
// @public (undocumented)
|
|
3292
|
-
export namespace PBMaterial_GltfMaterial {
|
|
3293
|
-
// (undocumented)
|
|
3294
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBMaterial_GltfMaterial;
|
|
3295
|
-
// (undocumented)
|
|
3296
|
-
export function encode(message: PBMaterial_GltfMaterial, writer?: _m0.Writer): _m0.Writer;
|
|
3297
|
-
}
|
|
3298
|
-
|
|
3299
3028
|
// @public (undocumented)
|
|
3300
3029
|
export interface PBMaterial_PbrMaterial {
|
|
3301
3030
|
albedoColor?: PBColor4 | undefined;
|
|
@@ -3357,9 +3086,6 @@ export interface PBMeshCollider {
|
|
|
3357
3086
|
} | {
|
|
3358
3087
|
$case: "plane";
|
|
3359
3088
|
plane: PBMeshCollider_PlaneMesh;
|
|
3360
|
-
} | {
|
|
3361
|
-
$case: "gltf";
|
|
3362
|
-
gltf: PBMeshCollider_GltfMesh;
|
|
3363
3089
|
} | undefined;
|
|
3364
3090
|
}
|
|
3365
3091
|
|
|
@@ -3397,20 +3123,6 @@ export namespace PBMeshCollider_CylinderMesh {
|
|
|
3397
3123
|
export function encode(message: PBMeshCollider_CylinderMesh, writer?: _m0.Writer): _m0.Writer;
|
|
3398
3124
|
}
|
|
3399
3125
|
|
|
3400
|
-
// @public (undocumented)
|
|
3401
|
-
export interface PBMeshCollider_GltfMesh {
|
|
3402
|
-
gltfSrc: string;
|
|
3403
|
-
name: string;
|
|
3404
|
-
}
|
|
3405
|
-
|
|
3406
|
-
// @public (undocumented)
|
|
3407
|
-
export namespace PBMeshCollider_GltfMesh {
|
|
3408
|
-
// (undocumented)
|
|
3409
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBMeshCollider_GltfMesh;
|
|
3410
|
-
// (undocumented)
|
|
3411
|
-
export function encode(message: PBMeshCollider_GltfMesh, writer?: _m0.Writer): _m0.Writer;
|
|
3412
|
-
}
|
|
3413
|
-
|
|
3414
3126
|
// @public (undocumented)
|
|
3415
3127
|
export interface PBMeshCollider_PlaneMesh {
|
|
3416
3128
|
}
|
|
@@ -3450,9 +3162,6 @@ export interface PBMeshRenderer {
|
|
|
3450
3162
|
} | {
|
|
3451
3163
|
$case: "plane";
|
|
3452
3164
|
plane: PBMeshRenderer_PlaneMesh;
|
|
3453
|
-
} | {
|
|
3454
|
-
$case: "gltf";
|
|
3455
|
-
gltf: PBMeshRenderer_GltfMesh;
|
|
3456
3165
|
} | undefined;
|
|
3457
3166
|
}
|
|
3458
3167
|
|
|
@@ -3491,20 +3200,6 @@ export namespace PBMeshRenderer_CylinderMesh {
|
|
|
3491
3200
|
export function encode(message: PBMeshRenderer_CylinderMesh, writer?: _m0.Writer): _m0.Writer;
|
|
3492
3201
|
}
|
|
3493
3202
|
|
|
3494
|
-
// @public (undocumented)
|
|
3495
|
-
export interface PBMeshRenderer_GltfMesh {
|
|
3496
|
-
gltfSrc: string;
|
|
3497
|
-
name: string;
|
|
3498
|
-
}
|
|
3499
|
-
|
|
3500
|
-
// @public (undocumented)
|
|
3501
|
-
export namespace PBMeshRenderer_GltfMesh {
|
|
3502
|
-
// (undocumented)
|
|
3503
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBMeshRenderer_GltfMesh;
|
|
3504
|
-
// (undocumented)
|
|
3505
|
-
export function encode(message: PBMeshRenderer_GltfMesh, writer?: _m0.Writer): _m0.Writer;
|
|
3506
|
-
}
|
|
3507
|
-
|
|
3508
3203
|
// @public (undocumented)
|
|
3509
3204
|
export interface PBMeshRenderer_PlaneMesh {
|
|
3510
3205
|
uvs: number[];
|
|
@@ -3933,11 +3628,9 @@ export interface PBRaycast {
|
|
|
3933
3628
|
$case: "targetEntity";
|
|
3934
3629
|
targetEntity: number;
|
|
3935
3630
|
} | undefined;
|
|
3936
|
-
includeWorld?: boolean | undefined;
|
|
3937
3631
|
maxDistance: number;
|
|
3938
3632
|
originOffset?: PBVector3 | undefined;
|
|
3939
3633
|
queryType: RaycastQueryType;
|
|
3940
|
-
shape?: RaycastShape | undefined;
|
|
3941
3634
|
timestamp?: number | undefined;
|
|
3942
3635
|
}
|
|
3943
3636
|
|
|
@@ -4004,7 +3697,6 @@ export interface PBTextShape {
|
|
|
4004
3697
|
font?: Font | undefined;
|
|
4005
3698
|
fontAutoSize?: boolean | undefined;
|
|
4006
3699
|
fontSize?: number | undefined;
|
|
4007
|
-
fontSrc?: string | undefined;
|
|
4008
3700
|
height?: number | undefined;
|
|
4009
3701
|
lineCount?: number | undefined;
|
|
4010
3702
|
lineSpacing?: number | undefined;
|
|
@@ -4033,32 +3725,6 @@ export namespace PBTextShape {
|
|
|
4033
3725
|
export function encode(message: PBTextShape, writer?: _m0.Writer): _m0.Writer;
|
|
4034
3726
|
}
|
|
4035
3727
|
|
|
4036
|
-
// @public (undocumented)
|
|
4037
|
-
export interface PBTextureCamera {
|
|
4038
|
-
clearColor?: PBColor4 | undefined;
|
|
4039
|
-
farPlane?: number | undefined;
|
|
4040
|
-
height?: number | undefined;
|
|
4041
|
-
layer?: number | undefined;
|
|
4042
|
-
// (undocumented)
|
|
4043
|
-
mode?: {
|
|
4044
|
-
$case: "perspective";
|
|
4045
|
-
perspective: Perspective;
|
|
4046
|
-
} | {
|
|
4047
|
-
$case: "orthographic";
|
|
4048
|
-
orthographic: Orthographic;
|
|
4049
|
-
} | undefined;
|
|
4050
|
-
volume?: number | undefined;
|
|
4051
|
-
width?: number | undefined;
|
|
4052
|
-
}
|
|
4053
|
-
|
|
4054
|
-
// @public (undocumented)
|
|
4055
|
-
export namespace PBTextureCamera {
|
|
4056
|
-
// (undocumented)
|
|
4057
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBTextureCamera;
|
|
4058
|
-
// (undocumented)
|
|
4059
|
-
export function encode(message: PBTextureCamera, writer?: _m0.Writer): _m0.Writer;
|
|
4060
|
-
}
|
|
4061
|
-
|
|
4062
3728
|
// @public (undocumented)
|
|
4063
3729
|
export interface PBTouchScreenControls {
|
|
4064
3730
|
hideCrosshair: boolean;
|
|
@@ -4234,23 +3900,6 @@ export namespace PBUiBackground {
|
|
|
4234
3900
|
export function encode(message: PBUiBackground, writer?: _m0.Writer): _m0.Writer;
|
|
4235
3901
|
}
|
|
4236
3902
|
|
|
4237
|
-
// @public (undocumented)
|
|
4238
|
-
export interface PBUiCanvas {
|
|
4239
|
-
color?: PBColor4 | undefined;
|
|
4240
|
-
// (undocumented)
|
|
4241
|
-
height: number;
|
|
4242
|
-
// (undocumented)
|
|
4243
|
-
width: number;
|
|
4244
|
-
}
|
|
4245
|
-
|
|
4246
|
-
// @public (undocumented)
|
|
4247
|
-
export namespace PBUiCanvas {
|
|
4248
|
-
// (undocumented)
|
|
4249
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBUiCanvas;
|
|
4250
|
-
// (undocumented)
|
|
4251
|
-
export function encode(message: PBUiCanvas, writer?: _m0.Writer): _m0.Writer;
|
|
4252
|
-
}
|
|
4253
|
-
|
|
4254
3903
|
// @public (undocumented)
|
|
4255
3904
|
export interface PBUiCanvasInformation {
|
|
4256
3905
|
devicePixelRatio: number;
|
|
@@ -4279,7 +3928,6 @@ export interface PBUiDropdown {
|
|
|
4279
3928
|
emptyLabel?: string | undefined;
|
|
4280
3929
|
font?: Font | undefined;
|
|
4281
3930
|
fontSize?: number | undefined;
|
|
4282
|
-
fontSrc?: string | undefined;
|
|
4283
3931
|
// (undocumented)
|
|
4284
3932
|
options: string[];
|
|
4285
3933
|
selectedIndex?: number | undefined;
|
|
@@ -4310,14 +3958,11 @@ export namespace PBUiDropdownResult {
|
|
|
4310
3958
|
|
|
4311
3959
|
// @public (undocumented)
|
|
4312
3960
|
export interface PBUiInput {
|
|
4313
|
-
clearOnSubmit?: boolean | undefined;
|
|
4314
3961
|
color?: PBColor4 | undefined;
|
|
4315
3962
|
// (undocumented)
|
|
4316
3963
|
disabled: boolean;
|
|
4317
3964
|
font?: Font | undefined;
|
|
4318
3965
|
fontSize?: number | undefined;
|
|
4319
|
-
fontSrc?: string | undefined;
|
|
4320
|
-
multiLine?: boolean | undefined;
|
|
4321
3966
|
// (undocumented)
|
|
4322
3967
|
placeholder: string;
|
|
4323
3968
|
placeholderColor?: PBColor4 | undefined;
|
|
@@ -4362,26 +4007,11 @@ export namespace PBUiInputResult {
|
|
|
4362
4007
|
export function encode(message: PBUiInputResult, writer?: _m0.Writer): _m0.Writer;
|
|
4363
4008
|
}
|
|
4364
4009
|
|
|
4365
|
-
// @public (undocumented)
|
|
4366
|
-
export interface PBUiScrollResult {
|
|
4367
|
-
// (undocumented)
|
|
4368
|
-
value: PBVector2 | undefined;
|
|
4369
|
-
}
|
|
4370
|
-
|
|
4371
|
-
// @public (undocumented)
|
|
4372
|
-
export namespace PBUiScrollResult {
|
|
4373
|
-
// (undocumented)
|
|
4374
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBUiScrollResult;
|
|
4375
|
-
// (undocumented)
|
|
4376
|
-
export function encode(message: PBUiScrollResult, writer?: _m0.Writer): _m0.Writer;
|
|
4377
|
-
}
|
|
4378
|
-
|
|
4379
4010
|
// @public (undocumented)
|
|
4380
4011
|
export interface PBUiText {
|
|
4381
4012
|
color?: PBColor4 | undefined;
|
|
4382
4013
|
font?: Font | undefined;
|
|
4383
4014
|
fontSize?: number | undefined;
|
|
4384
|
-
fontSrc?: string | undefined;
|
|
4385
4015
|
textAlign?: TextAlignMode | undefined;
|
|
4386
4016
|
textWrap?: TextWrap | undefined;
|
|
4387
4017
|
value: string;
|
|
@@ -4432,7 +4062,6 @@ export interface PBUiTransform {
|
|
|
4432
4062
|
borderTopWidth?: number | undefined;
|
|
4433
4063
|
borderTopWidthUnit?: YGUnit | undefined;
|
|
4434
4064
|
display: YGDisplay;
|
|
4435
|
-
elementId?: string | undefined;
|
|
4436
4065
|
// (undocumented)
|
|
4437
4066
|
flexBasis: number;
|
|
4438
4067
|
flexBasisUnit: YGUnit;
|
|
@@ -4501,8 +4130,6 @@ export interface PBUiTransform {
|
|
|
4501
4130
|
positionType: YGPositionType;
|
|
4502
4131
|
// (undocumented)
|
|
4503
4132
|
rightOf: number;
|
|
4504
|
-
scrollPosition?: ScrollPositionValue | undefined;
|
|
4505
|
-
scrollVisible?: ShowScrollBar | undefined;
|
|
4506
4133
|
// (undocumented)
|
|
4507
4134
|
width: number;
|
|
4508
4135
|
widthUnit: YGUnit;
|
|
@@ -4623,19 +4250,6 @@ export namespace PBVisibilityComponent {
|
|
|
4623
4250
|
export function encode(message: PBVisibilityComponent, writer?: _m0.Writer): _m0.Writer;
|
|
4624
4251
|
}
|
|
4625
4252
|
|
|
4626
|
-
// @public (undocumented)
|
|
4627
|
-
export interface Perspective {
|
|
4628
|
-
fieldOfView?: number | undefined;
|
|
4629
|
-
}
|
|
4630
|
-
|
|
4631
|
-
// @public (undocumented)
|
|
4632
|
-
export namespace Perspective {
|
|
4633
|
-
// (undocumented)
|
|
4634
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): Perspective;
|
|
4635
|
-
// (undocumented)
|
|
4636
|
-
export function encode(message: Perspective, writer?: _m0.Writer): _m0.Writer;
|
|
4637
|
-
}
|
|
4638
|
-
|
|
4639
4253
|
// @public
|
|
4640
4254
|
export const Physics: PhysicsSystem;
|
|
4641
4255
|
|
|
@@ -4712,18 +4326,6 @@ export interface PointerEventsSystem {
|
|
|
4712
4326
|
}, cb: EventSystemCallback): void;
|
|
4713
4327
|
// @deprecated (undocumented)
|
|
4714
4328
|
onPointerDown(entity: Entity, cb: EventSystemCallback, opts?: Partial<EventSystemOptions>): void;
|
|
4715
|
-
onPointerDrag(pointerData: {
|
|
4716
|
-
entity: Entity;
|
|
4717
|
-
opts?: Partial<EventSystemOptions>;
|
|
4718
|
-
}, cb: EventSystemCallback): void;
|
|
4719
|
-
onPointerDragEnd(pointerData: {
|
|
4720
|
-
entity: Entity;
|
|
4721
|
-
opts?: Partial<EventSystemOptions>;
|
|
4722
|
-
}, cb: EventSystemCallback): void;
|
|
4723
|
-
onPointerDragLocked(pointerData: {
|
|
4724
|
-
entity: Entity;
|
|
4725
|
-
opts?: Partial<EventSystemOptions>;
|
|
4726
|
-
}, cb: EventSystemCallback): void;
|
|
4727
4329
|
onPointerHoverEnter(pointerData: {
|
|
4728
4330
|
entity: Entity;
|
|
4729
4331
|
opts?: Partial<EventSystemOptions>;
|
|
@@ -4755,9 +4357,6 @@ export interface PointerEventsSystem {
|
|
|
4755
4357
|
opts?: Partial<EventSystemOptions>;
|
|
4756
4358
|
}, cb: EventSystemCallback): void;
|
|
4757
4359
|
removeOnPointerDown(entity: Entity): void;
|
|
4758
|
-
removeOnPointerDrag(entity: Entity): void;
|
|
4759
|
-
removeOnPointerDragEnd(entity: Entity): void;
|
|
4760
|
-
removeOnPointerDragLocked(entity: Entity): void;
|
|
4761
4360
|
removeOnPointerHoverEnter(entity: Entity): void;
|
|
4762
4361
|
removeOnPointerHoverLeave(entity: Entity): void;
|
|
4763
4362
|
removeOnPointerUp(entity: Entity): void;
|
|
@@ -4775,12 +4374,6 @@ export const enum PointerEventType {
|
|
|
4775
4374
|
// (undocumented)
|
|
4776
4375
|
PET_DOWN = 1,
|
|
4777
4376
|
// (undocumented)
|
|
4778
|
-
PET_DRAG = 7,
|
|
4779
|
-
// (undocumented)
|
|
4780
|
-
PET_DRAG_END = 8,
|
|
4781
|
-
// (undocumented)
|
|
4782
|
-
PET_DRAG_LOCKED = 6,
|
|
4783
|
-
// (undocumented)
|
|
4784
4377
|
PET_HOVER_ENTER = 2,
|
|
4785
4378
|
// (undocumented)
|
|
4786
4379
|
PET_HOVER_LEAVE = 3,
|
|
@@ -4809,13 +4402,7 @@ export const PointerLock: LastWriteWinElementSetComponentDefinition<PBPointerLoc
|
|
|
4809
4402
|
// @public (undocumented)
|
|
4810
4403
|
export const enum PointerType {
|
|
4811
4404
|
POT_MOUSE = 1,
|
|
4812
|
-
POT_NONE = 0
|
|
4813
|
-
// (undocumented)
|
|
4814
|
-
POT_PAD = 2,
|
|
4815
|
-
// (undocumented)
|
|
4816
|
-
POT_TOUCH = 3,
|
|
4817
|
-
// (undocumented)
|
|
4818
|
-
POT_WAND = 4
|
|
4405
|
+
POT_NONE = 0
|
|
4819
4406
|
}
|
|
4820
4407
|
|
|
4821
4408
|
// @public
|
|
@@ -5006,12 +4593,6 @@ export const enum RaycastQueryType {
|
|
|
5006
4593
|
// @public (undocumented)
|
|
5007
4594
|
export const RaycastResult: LastWriteWinElementSetComponentDefinition<PBRaycastResult>;
|
|
5008
4595
|
|
|
5009
|
-
// @public (undocumented)
|
|
5010
|
-
export const enum RaycastShape {
|
|
5011
|
-
RS_AVATAR = 1,
|
|
5012
|
-
RS_RAY = 0
|
|
5013
|
-
}
|
|
5014
|
-
|
|
5015
4596
|
// @public (undocumented)
|
|
5016
4597
|
export interface RaycastSystem {
|
|
5017
4598
|
globalDirectionOptions(options?: Partial<GlobalDirectionRaycastOptions>): RaycastSystemOptions;
|
|
@@ -5059,17 +4640,13 @@ export type RaycastSystemOptions = {
|
|
|
5059
4640
|
queryType: RaycastQueryType;
|
|
5060
4641
|
continuous?: boolean | undefined;
|
|
5061
4642
|
collisionMask?: number | undefined;
|
|
5062
|
-
shape?: RaycastShape | undefined;
|
|
5063
|
-
includeWorld?: boolean | undefined;
|
|
5064
4643
|
};
|
|
5065
4644
|
|
|
5066
4645
|
// @public (undocumented)
|
|
5067
4646
|
export interface ReactBasedUiSystem {
|
|
5068
4647
|
addUiRenderer(entity: Entity, ui: UiComponent, options?: UiRendererOptions): void;
|
|
5069
4648
|
destroy(): void;
|
|
5070
|
-
removeTextureRenderer(entity: Entity): void;
|
|
5071
4649
|
removeUiRenderer(entity: Entity): void;
|
|
5072
|
-
setTextureRenderer(entity: Entity, ui: UiComponent): void;
|
|
5073
4650
|
setUiRenderer(ui: UiComponent, options?: UiRendererOptions): void;
|
|
5074
4651
|
}
|
|
5075
4652
|
|
|
@@ -5164,7 +4741,7 @@ export type ReadOnlyGrowOnlyValueSetComponentDefinition<T> = Omit<GrowOnlyValueS
|
|
|
5164
4741
|
export type ReadOnlyLastWriteWinElementSetComponentDefinition<T> = Omit<LastWriteWinElementSetComponentDefinition<T>, 'create' | 'createOrReplace' | 'deleteFrom' | 'getMutable' | 'getMutableOrNull' | 'getOrCreateMutable'>;
|
|
5165
4742
|
|
|
5166
4743
|
// @public (undocumented)
|
|
5167
|
-
export type ReadonlyPrimitive = number | string |
|
|
4744
|
+
export type ReadonlyPrimitive = number | string | boolean;
|
|
5168
4745
|
|
|
5169
4746
|
// @public (undocumented)
|
|
5170
4747
|
export const RealmInfo: LastWriteWinElementSetComponentDefinition<PBRealmInfo>;
|
|
@@ -5377,29 +4954,6 @@ export namespace Schemas {
|
|
|
5377
4954
|
// @public
|
|
5378
4955
|
export function ScreenInsetArea(props: UiScreenInsetAreaProps): ReactEcs.JSX.Element;
|
|
5379
4956
|
|
|
5380
|
-
// @public (undocumented)
|
|
5381
|
-
export interface ScrollPositionValue {
|
|
5382
|
-
// (undocumented)
|
|
5383
|
-
value?: {
|
|
5384
|
-
$case: "position";
|
|
5385
|
-
position: PBVector2;
|
|
5386
|
-
} | {
|
|
5387
|
-
$case: "reference";
|
|
5388
|
-
reference: string;
|
|
5389
|
-
} | undefined;
|
|
5390
|
-
}
|
|
5391
|
-
|
|
5392
|
-
// @public (undocumented)
|
|
5393
|
-
export namespace ScrollPositionValue {
|
|
5394
|
-
// (undocumented)
|
|
5395
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): ScrollPositionValue;
|
|
5396
|
-
// (undocumented)
|
|
5397
|
-
export function encode(message: ScrollPositionValue, writer?: _m0.Writer): _m0.Writer;
|
|
5398
|
-
}
|
|
5399
|
-
|
|
5400
|
-
// @public
|
|
5401
|
-
export type ScrollVisibleType = 'horizontal' | 'vertical' | 'both' | 'hidden';
|
|
5402
|
-
|
|
5403
4957
|
// @public
|
|
5404
4958
|
export function setCompositeProvider(engine: IEngine, provider: CompositeProvider): void;
|
|
5405
4959
|
|
|
@@ -5412,18 +4966,6 @@ export interface SetMoveRotateScaleParams extends MoveRotateScaleModeParams {
|
|
|
5412
4966
|
easingFunction?: EasingFunction;
|
|
5413
4967
|
}
|
|
5414
4968
|
|
|
5415
|
-
// @public (undocumented)
|
|
5416
|
-
export const enum ShowScrollBar {
|
|
5417
|
-
// (undocumented)
|
|
5418
|
-
SSB_BOTH = 0,
|
|
5419
|
-
// (undocumented)
|
|
5420
|
-
SSB_HIDDEN = 3,
|
|
5421
|
-
// (undocumented)
|
|
5422
|
-
SSB_ONLY_HORIZONTAL = 2,
|
|
5423
|
-
// (undocumented)
|
|
5424
|
-
SSB_ONLY_VERTICAL = 1
|
|
5425
|
-
}
|
|
5426
|
-
|
|
5427
4969
|
// @public (undocumented)
|
|
5428
4970
|
export const SkyboxTime: LastWriteWinElementSetComponentDefinition<PBSkyboxTime>;
|
|
5429
4971
|
|
|
@@ -5537,9 +5079,6 @@ export namespace Texture {
|
|
|
5537
5079
|
export function encode(message: Texture, writer?: _m0.Writer): _m0.Writer;
|
|
5538
5080
|
}
|
|
5539
5081
|
|
|
5540
|
-
// @public (undocumented)
|
|
5541
|
-
export const TextureCamera: LastWriteWinElementSetComponentDefinition<PBTextureCamera>;
|
|
5542
|
-
|
|
5543
5082
|
// @public (undocumented)
|
|
5544
5083
|
export const enum TextureFilterMode {
|
|
5545
5084
|
// (undocumented)
|
|
@@ -5619,9 +5158,6 @@ export interface TextureUnion {
|
|
|
5619
5158
|
} | {
|
|
5620
5159
|
$case: "videoTexture";
|
|
5621
5160
|
videoTexture: VideoTexture;
|
|
5622
|
-
} | {
|
|
5623
|
-
$case: "uiTexture";
|
|
5624
|
-
uiTexture: UiCanvasTexture;
|
|
5625
5161
|
} | undefined;
|
|
5626
5162
|
}
|
|
5627
5163
|
|
|
@@ -5903,7 +5439,6 @@ export interface UiBackgroundProps {
|
|
|
5903
5439
|
textureMode?: TextureMode;
|
|
5904
5440
|
textureSlices?: BorderRect | undefined;
|
|
5905
5441
|
uvs?: number[];
|
|
5906
|
-
videoTexture?: UiVideoTexture;
|
|
5907
5442
|
}
|
|
5908
5443
|
|
|
5909
5444
|
// @public
|
|
@@ -5912,28 +5447,9 @@ export interface UiButtonProps extends UiLabelProps, EntityPropTypes {
|
|
|
5912
5447
|
variant?: 'primary' | 'secondary';
|
|
5913
5448
|
}
|
|
5914
5449
|
|
|
5915
|
-
// @public (undocumented)
|
|
5916
|
-
export const UiCanvas: LastWriteWinElementSetComponentDefinition<PBUiCanvas>;
|
|
5917
|
-
|
|
5918
5450
|
// @public (undocumented)
|
|
5919
5451
|
export const UiCanvasInformation: LastWriteWinElementSetComponentDefinition<PBUiCanvasInformation>;
|
|
5920
5452
|
|
|
5921
|
-
// @public (undocumented)
|
|
5922
|
-
export interface UiCanvasTexture {
|
|
5923
|
-
filterMode?: TextureFilterMode | undefined;
|
|
5924
|
-
// (undocumented)
|
|
5925
|
-
uiCanvasEntity: number;
|
|
5926
|
-
wrapMode?: TextureWrapMode | undefined;
|
|
5927
|
-
}
|
|
5928
|
-
|
|
5929
|
-
// @public (undocumented)
|
|
5930
|
-
export namespace UiCanvasTexture {
|
|
5931
|
-
// (undocumented)
|
|
5932
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): UiCanvasTexture;
|
|
5933
|
-
// (undocumented)
|
|
5934
|
-
export function encode(message: UiCanvasTexture, writer?: _m0.Writer): _m0.Writer;
|
|
5935
|
-
}
|
|
5936
|
-
|
|
5937
5453
|
// @public (undocumented)
|
|
5938
5454
|
export type UiComponent = () => ReactEcs.JSX.ReactNode;
|
|
5939
5455
|
|
|
@@ -5996,7 +5512,6 @@ export interface UiLabelProps {
|
|
|
5996
5512
|
color?: PBColor4 | undefined;
|
|
5997
5513
|
font?: UiFontType | undefined;
|
|
5998
5514
|
fontSize?: ScaleUnit | undefined;
|
|
5999
|
-
fontSrc?: string | undefined;
|
|
6000
5515
|
textAlign?: TextAlignType | undefined;
|
|
6001
5516
|
textWrap?: UiTextWrapType | undefined;
|
|
6002
5517
|
value: string;
|
|
@@ -6010,6 +5525,7 @@ export type UiRendererOptions = {
|
|
|
6010
5525
|
virtualWidth?: number;
|
|
6011
5526
|
virtualHeight?: number;
|
|
6012
5527
|
screenInset?: UiScreenInset;
|
|
5528
|
+
zIndex?: number;
|
|
6013
5529
|
};
|
|
6014
5530
|
|
|
6015
5531
|
// @public
|
|
@@ -6020,9 +5536,6 @@ export type UiScreenInsetAreaProps = Omit<EntityPropTypes, 'uiTransform'> & {
|
|
|
6020
5536
|
uiTransform?: Omit<NonNullable<EntityPropTypes['uiTransform']>, 'positionType' | 'position'>;
|
|
6021
5537
|
};
|
|
6022
5538
|
|
|
6023
|
-
// @public (undocumented)
|
|
6024
|
-
export const UiScrollResult: LastWriteWinElementSetComponentDefinition<PBUiScrollResult>;
|
|
6025
|
-
|
|
6026
5539
|
// @public (undocumented)
|
|
6027
5540
|
export const UiText: LastWriteWinElementSetComponentDefinition<PBUiText>;
|
|
6028
5541
|
|
|
@@ -6051,7 +5564,6 @@ export interface UiTransformProps {
|
|
|
6051
5564
|
// (undocumented)
|
|
6052
5565
|
borderWidth?: Partial<Position> | PositionUnit;
|
|
6053
5566
|
display?: DisplayType;
|
|
6054
|
-
elementId?: string;
|
|
6055
5567
|
flex?: number;
|
|
6056
5568
|
flexBasis?: number;
|
|
6057
5569
|
flexDirection?: FlexDirectionType;
|
|
@@ -6071,22 +5583,10 @@ export interface UiTransformProps {
|
|
|
6071
5583
|
pointerFilter?: PointerFilterType;
|
|
6072
5584
|
position?: Partial<Position> | PositionShorthand;
|
|
6073
5585
|
positionType?: PositionType;
|
|
6074
|
-
scrollPosition?: PBVector2 | string;
|
|
6075
|
-
scrollVisible?: ScrollVisibleType;
|
|
6076
5586
|
width?: PositionUnit | 'auto';
|
|
6077
5587
|
zIndex?: number;
|
|
6078
5588
|
}
|
|
6079
5589
|
|
|
6080
|
-
// @public
|
|
6081
|
-
export interface UiVideoTexture {
|
|
6082
|
-
// (undocumented)
|
|
6083
|
-
filterMode?: TextureFilterType;
|
|
6084
|
-
// (undocumented)
|
|
6085
|
-
videoPlayerEntity: Entity;
|
|
6086
|
-
// (undocumented)
|
|
6087
|
-
wrapMode?: TextureWrapType;
|
|
6088
|
-
}
|
|
6089
|
-
|
|
6090
5590
|
// @public (undocumented)
|
|
6091
5591
|
export type Unpacked<T> = T extends (infer U)[] ? U : T;
|
|
6092
5592
|
|