@dcl/playground-assets 7.24.5-29247185020.commit-e92dfe6 → 7.24.5-29264961047.commit-77493c3
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 +10524 -0
- package/dist/beta.d.ts +10491 -0
- package/dist/index.bundled.d.ts +10491 -0
- package/dist/index.d.ts +10 -0
- package/dist/index.js +47 -0
- package/dist/playground/sdk/apis.d.ts +1710 -0
- package/dist/playground/sdk/dcl-sdk.package.json +39 -0
- package/dist/playground/snippets/billboard.ts +111 -0
- package/dist/playground/snippets/cube-spawner.ts +38 -0
- package/dist/playground/snippets/info.json +1 -0
- package/dist/playground/snippets/material.ts +50 -0
- package/dist/playground/snippets/mesh.ts +63 -0
- package/dist/playground/snippets/pointer-events.ts +66 -0
- package/dist/playground/snippets/raycast-hit-many.ts +64 -0
- package/dist/playground/snippets/raycast-hit.ts +65 -0
- package/dist/playground/snippets/ui-backgrounds.tsx +170 -0
- package/dist/playground/snippets/ui-dropdown.tsx +28 -0
- package/dist/playground/snippets/ui.tsx +132 -0
- package/dist/playground-assets.d.ts +10524 -0
- package/dist/tsdoc-metadata.json +11 -0
- package/etc/playground-assets.api.json +98386 -0
- package/etc/playground-assets.api.md +494 -545
- package/package.json +4 -4
|
@@ -70,6 +70,31 @@ export const assetLoadLoadingStateSystem: AssetLoadLoadingStateSystem;
|
|
|
70
70
|
// @public (undocumented)
|
|
71
71
|
export type AssetLoadLoadingStateSystemCallback = (event: DeepReadonlyObject<PBAssetLoadLoadingState>) => void;
|
|
72
72
|
|
|
73
|
+
// Warning: (ae-missing-release-tag) "AudioAnalysis" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
74
|
+
//
|
|
75
|
+
// @public (undocumented)
|
|
76
|
+
export const AudioAnalysis: AudioAnalysisComponentDefinitionExtended;
|
|
77
|
+
|
|
78
|
+
// Warning: (ae-missing-release-tag) "AudioAnalysisComponentDefinitionExtended" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
79
|
+
//
|
|
80
|
+
// @public (undocumented)
|
|
81
|
+
export interface AudioAnalysisComponentDefinitionExtended extends LastWriteWinElementSetComponentDefinition<PBAudioAnalysis> {
|
|
82
|
+
createAudioAnalysis(entity: Entity, mode?: PBAudioAnalysisMode, // default is PBAudioAnalysisMode.MODE_LOGARITHMIC
|
|
83
|
+
amplitudeGain?: number, bandsGain?: number): void;
|
|
84
|
+
createOrReplaceAudioAnalysis(entity: Entity, mode?: PBAudioAnalysisMode, // default is PBAudioAnalysisMode.MODE_LOGARITHMIC
|
|
85
|
+
amplitudeGain?: number, bandsGain?: number): void;
|
|
86
|
+
readIntoView(entity: Entity, out: AudioAnalysisView): void;
|
|
87
|
+
tryReadIntoView(entity: Entity, out: AudioAnalysisView): boolean;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
// Warning: (ae-missing-release-tag) "AudioAnalysisView" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
91
|
+
//
|
|
92
|
+
// @public
|
|
93
|
+
export type AudioAnalysisView = {
|
|
94
|
+
amplitude: number;
|
|
95
|
+
bands: number[];
|
|
96
|
+
};
|
|
97
|
+
|
|
73
98
|
// @public (undocumented)
|
|
74
99
|
export const AudioEvent: GrowOnlyValueSetComponentDefinition<PBAudioEvent>;
|
|
75
100
|
|
|
@@ -156,29 +181,12 @@ export const AvatarAttach: LastWriteWinElementSetComponentDefinition<PBAvatarAtt
|
|
|
156
181
|
// @public (undocumented)
|
|
157
182
|
export const AvatarBase: LastWriteWinElementSetComponentDefinition<PBAvatarBase>;
|
|
158
183
|
|
|
159
|
-
// @public (undocumented)
|
|
160
|
-
export const enum AvatarControlType {
|
|
161
|
-
CCT_NONE = 0,
|
|
162
|
-
CCT_RELATIVE = 1,
|
|
163
|
-
CCT_TANK = 2
|
|
164
|
-
}
|
|
165
|
-
|
|
166
184
|
// @public (undocumented)
|
|
167
185
|
export const AvatarEmoteCommand: GrowOnlyValueSetComponentDefinition<PBAvatarEmoteCommand>;
|
|
168
186
|
|
|
169
187
|
// @public (undocumented)
|
|
170
188
|
export const AvatarEquippedData: LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>;
|
|
171
189
|
|
|
172
|
-
// @public (undocumented)
|
|
173
|
-
export type AvatarEquippedDataComponentDefinitionExtended = LastWriteWinElementSetComponentDefinition<AvatarEquippedDataType>;
|
|
174
|
-
|
|
175
|
-
// 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)
|
|
176
|
-
//
|
|
177
|
-
// @public (undocumented)
|
|
178
|
-
export type AvatarEquippedDataType = Omit<PBAvatarEquippedData, 'forceRender'> & {
|
|
179
|
-
forceRender?: string[] | undefined;
|
|
180
|
-
};
|
|
181
|
-
|
|
182
190
|
// @public (undocumented)
|
|
183
191
|
export const AvatarLocomotionSettings: LastWriteWinElementSetComponentDefinition<PBAvatarLocomotionSettings>;
|
|
184
192
|
|
|
@@ -188,50 +196,13 @@ export const AvatarModifierArea: LastWriteWinElementSetComponentDefinition<PBAva
|
|
|
188
196
|
// @public (undocumented)
|
|
189
197
|
export const enum AvatarModifierType {
|
|
190
198
|
AMT_DISABLE_PASSPORTS = 1,
|
|
191
|
-
AMT_HIDE_AVATARS = 0
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
// @public (undocumented)
|
|
195
|
-
export const AvatarMovement: LastWriteWinElementSetComponentDefinition<PBAvatarMovement>;
|
|
196
|
-
|
|
197
|
-
// @public (undocumented)
|
|
198
|
-
export const AvatarMovementInfo: LastWriteWinElementSetComponentDefinition<PBAvatarMovementInfo>;
|
|
199
|
-
|
|
200
|
-
// @public (undocumented)
|
|
201
|
-
export interface AvatarMovementSettings {
|
|
202
|
-
allowWeightedMovement?: boolean | undefined;
|
|
203
|
-
// (undocumented)
|
|
204
|
-
controlMode?: AvatarControlType | undefined;
|
|
205
|
-
friction?: number | undefined;
|
|
206
|
-
gravity?: number | undefined;
|
|
207
|
-
jumpHeight?: number | undefined;
|
|
208
|
-
maxFallSpeed?: number | undefined;
|
|
209
|
-
runSpeed?: number | undefined;
|
|
210
|
-
turnSpeed?: number | undefined;
|
|
211
|
-
walkSpeed?: number | undefined;
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
// @public (undocumented)
|
|
215
|
-
export namespace AvatarMovementSettings {
|
|
216
|
-
// (undocumented)
|
|
217
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): AvatarMovementSettings;
|
|
218
|
-
// (undocumented)
|
|
219
|
-
export function encode(message: AvatarMovementSettings, writer?: _m0.Writer): _m0.Writer;
|
|
199
|
+
AMT_HIDE_AVATARS = 0,
|
|
200
|
+
AMT_HIDE_NAMETAGS = 2
|
|
220
201
|
}
|
|
221
202
|
|
|
222
203
|
// @public (undocumented)
|
|
223
204
|
export const AvatarShape: LastWriteWinElementSetComponentDefinition<PBAvatarShape>;
|
|
224
205
|
|
|
225
|
-
// @public (undocumented)
|
|
226
|
-
export type AvatarShapeComponentDefinitionExtended = LastWriteWinElementSetComponentDefinition<AvatarShapeType>;
|
|
227
|
-
|
|
228
|
-
// 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)
|
|
229
|
-
//
|
|
230
|
-
// @public (undocumented)
|
|
231
|
-
export type AvatarShapeType = Omit<PBAvatarShape, 'forceRender'> & {
|
|
232
|
-
forceRender?: string[] | undefined;
|
|
233
|
-
};
|
|
234
|
-
|
|
235
206
|
// @public (undocumented)
|
|
236
207
|
export interface AvatarTexture {
|
|
237
208
|
filterMode?: TextureFilterMode | undefined;
|
|
@@ -434,15 +405,9 @@ export interface ByteBuffer {
|
|
|
434
405
|
writeUtf8String(value: string, writeLength?: boolean): void;
|
|
435
406
|
}
|
|
436
407
|
|
|
437
|
-
// @public
|
|
408
|
+
// @public
|
|
438
409
|
export type Callback = () => void;
|
|
439
410
|
|
|
440
|
-
// @public (undocumented)
|
|
441
|
-
export const CameraLayer: LastWriteWinElementSetComponentDefinition<PBCameraLayer>;
|
|
442
|
-
|
|
443
|
-
// @public (undocumented)
|
|
444
|
-
export const CameraLayers: LastWriteWinElementSetComponentDefinition<PBCameraLayers>;
|
|
445
|
-
|
|
446
411
|
// @public (undocumented)
|
|
447
412
|
export const CameraMode: LastWriteWinElementSetComponentDefinition<PBCameraMode>;
|
|
448
413
|
|
|
@@ -491,29 +456,6 @@ export const enum CameraType {
|
|
|
491
456
|
// @public (undocumented)
|
|
492
457
|
export type Children = ReactEcs.JSX.ReactNode;
|
|
493
458
|
|
|
494
|
-
// @public (undocumented)
|
|
495
|
-
export interface CinematicSettings {
|
|
496
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
|
497
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
|
498
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
|
499
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
|
500
|
-
allowManualRotation?: boolean | undefined;
|
|
501
|
-
cameraEntity: number;
|
|
502
|
-
pitchRange?: number | undefined;
|
|
503
|
-
rollRange?: number | undefined;
|
|
504
|
-
yawRange?: number | undefined;
|
|
505
|
-
zoomMax?: number | undefined;
|
|
506
|
-
zoomMin?: number | undefined;
|
|
507
|
-
}
|
|
508
|
-
|
|
509
|
-
// @public (undocumented)
|
|
510
|
-
export namespace CinematicSettings {
|
|
511
|
-
// (undocumented)
|
|
512
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): CinematicSettings;
|
|
513
|
-
// (undocumented)
|
|
514
|
-
export function encode(message: CinematicSettings, writer?: _m0.Writer): _m0.Writer;
|
|
515
|
-
}
|
|
516
|
-
|
|
517
459
|
// @public (undocumented)
|
|
518
460
|
export const enum ColliderLayer {
|
|
519
461
|
// (undocumented)
|
|
@@ -532,13 +474,12 @@ export const enum ColliderLayer {
|
|
|
532
474
|
CL_CUSTOM7 = 16384,
|
|
533
475
|
// (undocumented)
|
|
534
476
|
CL_CUSTOM8 = 32768,
|
|
477
|
+
CL_MAIN_PLAYER = 8,
|
|
535
478
|
CL_NONE = 0,
|
|
536
479
|
CL_PHYSICS = 2,
|
|
537
480
|
CL_PLAYER = 4,
|
|
538
481
|
CL_POINTER = 1,
|
|
539
482
|
// (undocumented)
|
|
540
|
-
CL_RESERVED2 = 8,
|
|
541
|
-
// (undocumented)
|
|
542
483
|
CL_RESERVED3 = 16,
|
|
543
484
|
// (undocumented)
|
|
544
485
|
CL_RESERVED4 = 32,
|
|
@@ -697,6 +638,22 @@ export type Color4Type = {
|
|
|
697
638
|
a: number;
|
|
698
639
|
};
|
|
699
640
|
|
|
641
|
+
// @public (undocumented)
|
|
642
|
+
export interface ColorRange {
|
|
643
|
+
// (undocumented)
|
|
644
|
+
end: PBColor4 | undefined;
|
|
645
|
+
// (undocumented)
|
|
646
|
+
start: PBColor4 | undefined;
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
// @public (undocumented)
|
|
650
|
+
export namespace ColorRange {
|
|
651
|
+
// (undocumented)
|
|
652
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): ColorRange;
|
|
653
|
+
// (undocumented)
|
|
654
|
+
export function encode(message: ColorRange, writer?: _m0.Writer): _m0.Writer;
|
|
655
|
+
}
|
|
656
|
+
|
|
700
657
|
// @public (undocumented)
|
|
701
658
|
export interface ComponentData {
|
|
702
659
|
// (undocumented)
|
|
@@ -731,6 +688,7 @@ export const componentDefinitionByName: {
|
|
|
731
688
|
"core::Animator": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAnimator>>;
|
|
732
689
|
"core::AssetLoad": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAssetLoad>>;
|
|
733
690
|
"core::AssetLoadLoadingState": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBAssetLoadLoadingState>>;
|
|
691
|
+
"core::AudioAnalysis": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioAnalysis>>;
|
|
734
692
|
"core::AudioEvent": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBAudioEvent>>;
|
|
735
693
|
"core::AudioSource": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioSource>>;
|
|
736
694
|
"core::AudioStream": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioStream>>;
|
|
@@ -740,21 +698,14 @@ export const componentDefinitionByName: {
|
|
|
740
698
|
"core::AvatarEquippedData": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>>;
|
|
741
699
|
"core::AvatarLocomotionSettings": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarLocomotionSettings>>;
|
|
742
700
|
"core::AvatarModifierArea": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>>;
|
|
743
|
-
"core::AvatarMovement": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarMovement>>;
|
|
744
|
-
"core::AvatarMovementInfo": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarMovementInfo>>;
|
|
745
701
|
"core::AvatarShape": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarShape>>;
|
|
746
702
|
"core::Billboard": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBBillboard>>;
|
|
747
|
-
"core::CameraLayer": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBCameraLayer>>;
|
|
748
|
-
"core::CameraLayers": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBCameraLayers>>;
|
|
749
703
|
"core::CameraMode": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBCameraMode>>;
|
|
750
704
|
"core::CameraModeArea": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBCameraModeArea>>;
|
|
751
705
|
"core::EngineInfo": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBEngineInfo>>;
|
|
752
|
-
"core::GlobalLight": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGlobalLight>>;
|
|
753
706
|
"core::GltfContainer": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfContainer>>;
|
|
754
707
|
"core::GltfContainerLoadingState": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfContainerLoadingState>>;
|
|
755
|
-
"core::GltfNode": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfNode>>;
|
|
756
708
|
"core::GltfNodeModifiers": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfNodeModifiers>>;
|
|
757
|
-
"core::GltfNodeState": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfNodeState>>;
|
|
758
709
|
"core::InputModifier": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBInputModifier>>;
|
|
759
710
|
"core::LightSource": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBLightSource>>;
|
|
760
711
|
"core::MainCamera": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMainCamera>>;
|
|
@@ -762,6 +713,9 @@ export const componentDefinitionByName: {
|
|
|
762
713
|
"core::MeshCollider": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMeshCollider>>;
|
|
763
714
|
"core::MeshRenderer": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMeshRenderer>>;
|
|
764
715
|
"core::NftShape": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBNftShape>>;
|
|
716
|
+
"core::ParticleSystem": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBParticleSystem>>;
|
|
717
|
+
"core::PhysicsCombinedForce": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBPhysicsCombinedForce>>;
|
|
718
|
+
"core::PhysicsCombinedImpulse": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBPhysicsCombinedImpulse>>;
|
|
765
719
|
"core::PlayerIdentityData": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBPlayerIdentityData>>;
|
|
766
720
|
"core::PointerEvents": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBPointerEvents>>;
|
|
767
721
|
"core::PointerEventsResult": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBPointerEventsResult>>;
|
|
@@ -772,20 +726,17 @@ export const componentDefinitionByName: {
|
|
|
772
726
|
"core::RealmInfo": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBRealmInfo>>;
|
|
773
727
|
"core::SkyboxTime": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBSkyboxTime>>;
|
|
774
728
|
"core::TextShape": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTextShape>>;
|
|
775
|
-
"core::TextureCamera": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTextureCamera>>;
|
|
776
729
|
"core::TriggerArea": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTriggerArea>>;
|
|
777
730
|
"core::TriggerAreaResult": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBTriggerAreaResult>>;
|
|
778
731
|
"core::Tween": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTween>>;
|
|
779
732
|
"core::TweenSequence": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTweenSequence>>;
|
|
780
733
|
"core::TweenState": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTweenState>>;
|
|
781
734
|
"core::UiBackground": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiBackground>>;
|
|
782
|
-
"core::UiCanvas": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiCanvas>>;
|
|
783
735
|
"core::UiCanvasInformation": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiCanvasInformation>>;
|
|
784
736
|
"core::UiDropdown": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiDropdown>>;
|
|
785
737
|
"core::UiDropdownResult": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiDropdownResult>>;
|
|
786
738
|
"core::UiInput": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiInput>>;
|
|
787
739
|
"core::UiInputResult": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiInputResult>>;
|
|
788
|
-
"core::UiScrollResult": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiScrollResult>>;
|
|
789
740
|
"core::UiText": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiText>>;
|
|
790
741
|
"core::UiTransform": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiTransform>>;
|
|
791
742
|
"core::VideoEvent": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBVideoEvent>>;
|
|
@@ -813,7 +764,7 @@ export namespace Composite {
|
|
|
813
764
|
export function fromBinary(buffer: Uint8Array): Composite.Definition;
|
|
814
765
|
// (undocumented)
|
|
815
766
|
export function fromJson(object: any): Composite.Definition;
|
|
816
|
-
export function instance(engine: IEngine, compositeData: Composite.Resource, compositeProvider: CompositeProvider, options?: InstanceCompositeOptions):
|
|
767
|
+
export function instance(engine: IEngine, compositeData: Composite.Resource, compositeProvider: CompositeProvider, options?: InstanceCompositeOptions): Entity;
|
|
817
768
|
// (undocumented)
|
|
818
769
|
export type Provider = CompositeProvider;
|
|
819
770
|
export function resolveAndNormalizePath(src: string, cwd?: string): string;
|
|
@@ -890,6 +841,11 @@ export namespace CompositeDefinition {
|
|
|
890
841
|
// @public (undocumented)
|
|
891
842
|
export type CompositeProvider = {
|
|
892
843
|
getCompositeOrNull(src: string): CompositeResource | null;
|
|
844
|
+
loadComposite?: (src: string) => Promise<CompositeResource>;
|
|
845
|
+
schemas?: Iterable<{
|
|
846
|
+
name: string;
|
|
847
|
+
jsonSchema: any;
|
|
848
|
+
}>;
|
|
893
849
|
};
|
|
894
850
|
|
|
895
851
|
// @public (undocumented)
|
|
@@ -1223,18 +1179,10 @@ export type EntityComponents = {
|
|
|
1223
1179
|
uiBackground: PBUiBackground;
|
|
1224
1180
|
uiInput: PBUiInput;
|
|
1225
1181
|
uiDropdown: PBUiDropdown;
|
|
1226
|
-
onMouseDown:
|
|
1227
|
-
onMouseUp:
|
|
1228
|
-
onMouseEnter:
|
|
1229
|
-
onMouseLeave:
|
|
1230
|
-
onMouseDrag: EventSystemCallback;
|
|
1231
|
-
onMouseDragLocked: EventSystemCallback;
|
|
1232
|
-
onMouseDragEnd: EventSystemCallback;
|
|
1233
|
-
onInputDown: MultiCallback;
|
|
1234
|
-
onInputUp: MultiCallback;
|
|
1235
|
-
onInputDrag: MultiCallback;
|
|
1236
|
-
onInputDragLocked: MultiCallback;
|
|
1237
|
-
onInputDragEnd: MultiCallback;
|
|
1182
|
+
onMouseDown: Callback;
|
|
1183
|
+
onMouseUp: Callback;
|
|
1184
|
+
onMouseEnter: Callback;
|
|
1185
|
+
onMouseLeave: Callback;
|
|
1238
1186
|
};
|
|
1239
1187
|
|
|
1240
1188
|
// @public (undocumented)
|
|
@@ -1285,11 +1233,7 @@ export type EventSystemOptions = {
|
|
|
1285
1233
|
showFeedback?: boolean;
|
|
1286
1234
|
showHighlight?: boolean;
|
|
1287
1235
|
maxPlayerDistance?: number;
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
// @public (undocumented)
|
|
1291
|
-
export type EventSystemOptionsCallback = EventSystemOptions & {
|
|
1292
|
-
cb: EventSystemCallback;
|
|
1236
|
+
priority?: number;
|
|
1293
1237
|
};
|
|
1294
1238
|
|
|
1295
1239
|
// @public
|
|
@@ -1336,6 +1280,22 @@ export type FlexWrapType = 'wrap' | 'nowrap' | 'wrap-reverse';
|
|
|
1336
1280
|
// @public (undocumented)
|
|
1337
1281
|
export type FloatArray = number[];
|
|
1338
1282
|
|
|
1283
|
+
// @public (undocumented)
|
|
1284
|
+
export interface FloatRange {
|
|
1285
|
+
// (undocumented)
|
|
1286
|
+
end: number;
|
|
1287
|
+
// (undocumented)
|
|
1288
|
+
start: number;
|
|
1289
|
+
}
|
|
1290
|
+
|
|
1291
|
+
// @public (undocumented)
|
|
1292
|
+
export namespace FloatRange {
|
|
1293
|
+
// (undocumented)
|
|
1294
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): FloatRange;
|
|
1295
|
+
// (undocumented)
|
|
1296
|
+
export function encode(message: FloatRange, writer?: _m0.Writer): _m0.Writer;
|
|
1297
|
+
}
|
|
1298
|
+
|
|
1339
1299
|
// @public (undocumented)
|
|
1340
1300
|
export const enum Font {
|
|
1341
1301
|
// (undocumented)
|
|
@@ -1351,6 +1311,9 @@ export function getComponentEntityTree<T>(engine: Pick<IEngine, 'getEntitiesWith
|
|
|
1351
1311
|
parent?: Entity;
|
|
1352
1312
|
}>): Generator<Entity>;
|
|
1353
1313
|
|
|
1314
|
+
// @public
|
|
1315
|
+
export function getCompositeProvider(): CompositeProvider | null;
|
|
1316
|
+
|
|
1354
1317
|
// @public @deprecated (undocumented)
|
|
1355
1318
|
export function getCompositeRootComponent(engine: IEngine): LastWriteWinElementSetComponentDefinition<CompositeRootType>;
|
|
1356
1319
|
|
|
@@ -1383,9 +1346,6 @@ export type GlobalDirectionRaycastSystemOptions = {
|
|
|
1383
1346
|
direction?: PBVector3;
|
|
1384
1347
|
};
|
|
1385
1348
|
|
|
1386
|
-
// @public (undocumented)
|
|
1387
|
-
export const GlobalLight: LastWriteWinElementSetComponentDefinition<PBGlobalLight>;
|
|
1388
|
-
|
|
1389
1349
|
// 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)
|
|
1390
1350
|
//
|
|
1391
1351
|
// @public (undocumented)
|
|
@@ -1404,25 +1364,9 @@ export const GltfContainer: LastWriteWinElementSetComponentDefinition<PBGltfCont
|
|
|
1404
1364
|
// @public (undocumented)
|
|
1405
1365
|
export const GltfContainerLoadingState: LastWriteWinElementSetComponentDefinition<PBGltfContainerLoadingState>;
|
|
1406
1366
|
|
|
1407
|
-
// @public (undocumented)
|
|
1408
|
-
export const GltfNode: LastWriteWinElementSetComponentDefinition<PBGltfNode>;
|
|
1409
|
-
|
|
1410
1367
|
// @public (undocumented)
|
|
1411
1368
|
export const GltfNodeModifiers: LastWriteWinElementSetComponentDefinition<PBGltfNodeModifiers>;
|
|
1412
1369
|
|
|
1413
|
-
// @public (undocumented)
|
|
1414
|
-
export const GltfNodeState: LastWriteWinElementSetComponentDefinition<PBGltfNodeState>;
|
|
1415
|
-
|
|
1416
|
-
// @public (undocumented)
|
|
1417
|
-
export const enum GltfNodeStateValue {
|
|
1418
|
-
// (undocumented)
|
|
1419
|
-
GNSV_FAILED = 1,
|
|
1420
|
-
// (undocumented)
|
|
1421
|
-
GNSV_PENDING = 0,
|
|
1422
|
-
// (undocumented)
|
|
1423
|
-
GNSV_READY = 2
|
|
1424
|
-
}
|
|
1425
|
-
|
|
1426
1370
|
// @public (undocumented)
|
|
1427
1371
|
export interface GrowOnlyValueSetComponentDefinition<T> extends BaseComponent<T> {
|
|
1428
1372
|
addValue(entity: Entity, val: DeepReadonly<T>): DeepReadonlySet<T>;
|
|
@@ -1547,7 +1491,6 @@ export type IInputSystem = {
|
|
|
1547
1491
|
isTriggered: (inputAction: InputAction, pointerEventType: PointerEventType, entity?: Entity) => boolean;
|
|
1548
1492
|
isPressed: (inputAction: InputAction) => boolean;
|
|
1549
1493
|
getInputCommand: (inputAction: InputAction, pointerEventType: PointerEventType, entity?: Entity) => PBPointerEventsResult | null;
|
|
1550
|
-
getInputCommands: () => Generator<PBPointerEventsResult>;
|
|
1551
1494
|
};
|
|
1552
1495
|
|
|
1553
1496
|
// @public
|
|
@@ -1632,6 +1575,7 @@ export const enum InputAction {
|
|
|
1632
1575
|
IA_JUMP = 8,
|
|
1633
1576
|
// (undocumented)
|
|
1634
1577
|
IA_LEFT = 7,
|
|
1578
|
+
IA_MODIFIER = 14,
|
|
1635
1579
|
// (undocumented)
|
|
1636
1580
|
IA_POINTER = 0,
|
|
1637
1581
|
// (undocumented)
|
|
@@ -1676,6 +1620,19 @@ export type InstanceCompositeOptions = {
|
|
|
1676
1620
|
alreadyRequestedSrc?: Set<string>;
|
|
1677
1621
|
};
|
|
1678
1622
|
|
|
1623
|
+
// Warning: (tsdoc-undefined-tag) The TSDoc tag "@category" is not defined in this configuration
|
|
1624
|
+
//
|
|
1625
|
+
// @public
|
|
1626
|
+
export function InteractableArea(props: UiInteractableAreaProps): ReactEcs.JSX.Element;
|
|
1627
|
+
|
|
1628
|
+
// @public (undocumented)
|
|
1629
|
+
export const enum InteractionType {
|
|
1630
|
+
// (undocumented)
|
|
1631
|
+
CURSOR = 0,
|
|
1632
|
+
// (undocumented)
|
|
1633
|
+
PROXIMITY = 1
|
|
1634
|
+
}
|
|
1635
|
+
|
|
1679
1636
|
// @public (undocumented)
|
|
1680
1637
|
export interface ISchema<T = any> {
|
|
1681
1638
|
// (undocumented)
|
|
@@ -1750,6 +1707,13 @@ export type JustifyType = 'flex-start' | 'center' | 'flex-end' | 'space-between'
|
|
|
1750
1707
|
// @public
|
|
1751
1708
|
export type Key = number | string;
|
|
1752
1709
|
|
|
1710
|
+
// @public
|
|
1711
|
+
export enum KnockbackFalloff {
|
|
1712
|
+
CONSTANT = 0,
|
|
1713
|
+
INVERSE_SQUARE = 2,
|
|
1714
|
+
LINEAR = 1
|
|
1715
|
+
}
|
|
1716
|
+
|
|
1753
1717
|
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
|
1754
1718
|
// Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
|
|
1755
1719
|
// Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
|
|
@@ -1797,18 +1761,10 @@ export interface LightSourceHelper {
|
|
|
1797
1761
|
|
|
1798
1762
|
// @public
|
|
1799
1763
|
export type Listeners = {
|
|
1800
|
-
onMouseDown?:
|
|
1801
|
-
onMouseUp?:
|
|
1802
|
-
onMouseEnter?:
|
|
1803
|
-
onMouseLeave?:
|
|
1804
|
-
onMouseDrag?: EventSystemCallback;
|
|
1805
|
-
onMouseDragLocked?: EventSystemCallback;
|
|
1806
|
-
onMouseDragEnd?: EventSystemCallback;
|
|
1807
|
-
onInputDown?: MultiCallback;
|
|
1808
|
-
onInputUp?: MultiCallback;
|
|
1809
|
-
onInputDrag?: MultiCallback;
|
|
1810
|
-
onInputDragLocked?: MultiCallback;
|
|
1811
|
-
onInputDragEnd?: MultiCallback;
|
|
1764
|
+
onMouseDown?: Callback;
|
|
1765
|
+
onMouseUp?: Callback;
|
|
1766
|
+
onMouseEnter?: Callback;
|
|
1767
|
+
onMouseLeave?: Callback;
|
|
1812
1768
|
};
|
|
1813
1769
|
|
|
1814
1770
|
// @public (undocumented)
|
|
@@ -2052,7 +2008,6 @@ export const MeshCollider: MeshColliderComponentDefinitionExtended;
|
|
|
2052
2008
|
export interface MeshColliderComponentDefinitionExtended extends LastWriteWinElementSetComponentDefinition<PBMeshCollider> {
|
|
2053
2009
|
setBox(entity: Entity, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
|
2054
2010
|
setCylinder(entity: Entity, radiusBottom?: number, radiusTop?: number, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
|
2055
|
-
setGltfMesh(entity: Entity, source: string, meshName: string, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
|
2056
2011
|
setPlane(entity: Entity, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
|
2057
2012
|
setSphere(entity: Entity, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
|
2058
2013
|
}
|
|
@@ -2066,7 +2021,6 @@ export const MeshRenderer: MeshRendererComponentDefinitionExtended;
|
|
|
2066
2021
|
export interface MeshRendererComponentDefinitionExtended extends LastWriteWinElementSetComponentDefinition<PBMeshRenderer> {
|
|
2067
2022
|
setBox(entity: Entity, uvs?: number[]): void;
|
|
2068
2023
|
setCylinder(entity: Entity, radiusBottom?: number, radiusTop?: number): void;
|
|
2069
|
-
setGltfMesh(entity: Entity, source: string, meshName: string): void;
|
|
2070
2024
|
setPlane(entity: Entity, uvs?: number[]): void;
|
|
2071
2025
|
setSphere(entity: Entity): void;
|
|
2072
2026
|
}
|
|
@@ -2114,19 +2068,45 @@ export namespace MoveContinuous {
|
|
|
2114
2068
|
export function encode(message: MoveContinuous, writer?: _m0.Writer): _m0.Writer;
|
|
2115
2069
|
}
|
|
2116
2070
|
|
|
2117
|
-
//
|
|
2118
|
-
|
|
2119
|
-
//
|
|
2120
|
-
|
|
2121
|
-
//
|
|
2122
|
-
|
|
2123
|
-
//
|
|
2124
|
-
|
|
2125
|
-
//
|
|
2126
|
-
|
|
2127
|
-
//
|
|
2071
|
+
// @public (undocumented)
|
|
2072
|
+
export interface MoveRotateScale {
|
|
2073
|
+
// (undocumented)
|
|
2074
|
+
positionEnd: PBVector3 | undefined;
|
|
2075
|
+
// (undocumented)
|
|
2076
|
+
positionStart: PBVector3 | undefined;
|
|
2077
|
+
// (undocumented)
|
|
2078
|
+
rotationEnd: PBQuaternion | undefined;
|
|
2079
|
+
// (undocumented)
|
|
2080
|
+
rotationStart: PBQuaternion | undefined;
|
|
2081
|
+
// (undocumented)
|
|
2082
|
+
scaleEnd: PBVector3 | undefined;
|
|
2083
|
+
// (undocumented)
|
|
2084
|
+
scaleStart: PBVector3 | undefined;
|
|
2085
|
+
}
|
|
2086
|
+
|
|
2087
|
+
// @public (undocumented)
|
|
2088
|
+
export namespace MoveRotateScale {
|
|
2089
|
+
// (undocumented)
|
|
2090
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): MoveRotateScale;
|
|
2091
|
+
// (undocumented)
|
|
2092
|
+
export function encode(message: MoveRotateScale, writer?: _m0.Writer): _m0.Writer;
|
|
2093
|
+
}
|
|
2094
|
+
|
|
2128
2095
|
// @public
|
|
2129
|
-
export
|
|
2096
|
+
export interface MoveRotateScaleModeParams {
|
|
2097
|
+
position?: {
|
|
2098
|
+
start: PBVector3;
|
|
2099
|
+
end: PBVector3;
|
|
2100
|
+
};
|
|
2101
|
+
rotation?: {
|
|
2102
|
+
start: PBQuaternion;
|
|
2103
|
+
end: PBQuaternion;
|
|
2104
|
+
};
|
|
2105
|
+
scale?: {
|
|
2106
|
+
start: PBVector3;
|
|
2107
|
+
end: PBVector3;
|
|
2108
|
+
};
|
|
2109
|
+
}
|
|
2130
2110
|
|
|
2131
2111
|
// 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)
|
|
2132
2112
|
//
|
|
@@ -2334,22 +2314,27 @@ export const onVideoEvent: Observable<{
|
|
|
2334
2314
|
totalVideoLength: number;
|
|
2335
2315
|
}>;
|
|
2336
2316
|
|
|
2317
|
+
// @public
|
|
2318
|
+
export type OverflowType = 'hidden' | 'scroll' | 'visible';
|
|
2319
|
+
|
|
2320
|
+
// Warning: (ae-missing-release-tag) "ParticleSystem" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2321
|
+
//
|
|
2322
|
+
// @public (undocumented)
|
|
2323
|
+
export const ParticleSystem: ParticleSystemComponentDefinitionExtended;
|
|
2324
|
+
|
|
2337
2325
|
// @public (undocumented)
|
|
2338
|
-
export interface
|
|
2339
|
-
|
|
2326
|
+
export interface ParticleSystemComponentDefinitionExtended extends LastWriteWinElementSetComponentDefinition<PBParticleSystem> {
|
|
2327
|
+
Shape: ParticleSystemHelper;
|
|
2340
2328
|
}
|
|
2341
2329
|
|
|
2342
2330
|
// @public (undocumented)
|
|
2343
|
-
export
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2331
|
+
export interface ParticleSystemHelper {
|
|
2332
|
+
Box: (box?: PBParticleSystem_Box) => PBParticleSystem['shape'];
|
|
2333
|
+
Cone: (cone?: PBParticleSystem_Cone) => PBParticleSystem['shape'];
|
|
2334
|
+
Point: (point?: PBParticleSystem_Point) => PBParticleSystem['shape'];
|
|
2335
|
+
Sphere: (sphere?: PBParticleSystem_Sphere) => PBParticleSystem['shape'];
|
|
2348
2336
|
}
|
|
2349
2337
|
|
|
2350
|
-
// @public
|
|
2351
|
-
export type OverflowType = 'hidden' | 'scroll' | 'visible';
|
|
2352
|
-
|
|
2353
2338
|
// @public (undocumented)
|
|
2354
2339
|
export interface PBAnimationState {
|
|
2355
2340
|
clip: string;
|
|
@@ -2410,6 +2395,46 @@ export namespace PBAssetLoadLoadingState {
|
|
|
2410
2395
|
export function encode(message: PBAssetLoadLoadingState, writer?: _m0.Writer): _m0.Writer;
|
|
2411
2396
|
}
|
|
2412
2397
|
|
|
2398
|
+
// @public (undocumented)
|
|
2399
|
+
export interface PBAudioAnalysis {
|
|
2400
|
+
amplitude: number;
|
|
2401
|
+
amplitudeGain?: number | undefined;
|
|
2402
|
+
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
|
2403
|
+
band0: number;
|
|
2404
|
+
// (undocumented)
|
|
2405
|
+
band1: number;
|
|
2406
|
+
// (undocumented)
|
|
2407
|
+
band2: number;
|
|
2408
|
+
// (undocumented)
|
|
2409
|
+
band3: number;
|
|
2410
|
+
// (undocumented)
|
|
2411
|
+
band4: number;
|
|
2412
|
+
// (undocumented)
|
|
2413
|
+
band5: number;
|
|
2414
|
+
// (undocumented)
|
|
2415
|
+
band6: number;
|
|
2416
|
+
// (undocumented)
|
|
2417
|
+
band7: number;
|
|
2418
|
+
bandsGain?: number | undefined;
|
|
2419
|
+
mode: PBAudioAnalysisMode;
|
|
2420
|
+
}
|
|
2421
|
+
|
|
2422
|
+
// @public (undocumented)
|
|
2423
|
+
export namespace PBAudioAnalysis {
|
|
2424
|
+
// (undocumented)
|
|
2425
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAudioAnalysis;
|
|
2426
|
+
// (undocumented)
|
|
2427
|
+
export function encode(message: PBAudioAnalysis, writer?: _m0.Writer): _m0.Writer;
|
|
2428
|
+
}
|
|
2429
|
+
|
|
2430
|
+
// @public (undocumented)
|
|
2431
|
+
export const enum PBAudioAnalysisMode {
|
|
2432
|
+
// (undocumented)
|
|
2433
|
+
MODE_LOGARITHMIC = 1,
|
|
2434
|
+
// (undocumented)
|
|
2435
|
+
MODE_RAW = 0
|
|
2436
|
+
}
|
|
2437
|
+
|
|
2413
2438
|
// @public (undocumented)
|
|
2414
2439
|
export interface PBAudioEvent {
|
|
2415
2440
|
// (undocumented)
|
|
@@ -2519,7 +2544,6 @@ export namespace PBAvatarEmoteCommand {
|
|
|
2519
2544
|
export interface PBAvatarEquippedData {
|
|
2520
2545
|
// (undocumented)
|
|
2521
2546
|
emoteUrns: string[];
|
|
2522
|
-
forceRender: string[];
|
|
2523
2547
|
// (undocumented)
|
|
2524
2548
|
wearableUrns: string[];
|
|
2525
2549
|
}
|
|
@@ -2534,6 +2558,9 @@ export namespace PBAvatarEquippedData {
|
|
|
2534
2558
|
|
|
2535
2559
|
// @public (undocumented)
|
|
2536
2560
|
export interface PBAvatarLocomotionSettings {
|
|
2561
|
+
doubleJumpHeight?: number | undefined;
|
|
2562
|
+
glidingFallingSpeed?: number | undefined;
|
|
2563
|
+
glidingSpeed?: number | undefined;
|
|
2537
2564
|
hardLandingCooldown?: number | undefined;
|
|
2538
2565
|
jogSpeed?: number | undefined;
|
|
2539
2566
|
jumpHeight?: number | undefined;
|
|
@@ -2555,9 +2582,6 @@ export interface PBAvatarModifierArea {
|
|
|
2555
2582
|
area: PBVector3 | undefined;
|
|
2556
2583
|
excludeIds: string[];
|
|
2557
2584
|
modifiers: AvatarModifierType[];
|
|
2558
|
-
// (undocumented)
|
|
2559
|
-
movementSettings?: AvatarMovementSettings | undefined;
|
|
2560
|
-
useColliderRange?: boolean | undefined;
|
|
2561
2585
|
}
|
|
2562
2586
|
|
|
2563
2587
|
// @public (undocumented)
|
|
@@ -2568,40 +2592,6 @@ export namespace PBAvatarModifierArea {
|
|
|
2568
2592
|
export function encode(message: PBAvatarModifierArea, writer?: _m0.Writer): _m0.Writer;
|
|
2569
2593
|
}
|
|
2570
2594
|
|
|
2571
|
-
// @public (undocumented)
|
|
2572
|
-
export interface PBAvatarMovement {
|
|
2573
|
-
// (undocumented)
|
|
2574
|
-
groundDirection?: PBVector3 | undefined;
|
|
2575
|
-
orientation: number;
|
|
2576
|
-
// (undocumented)
|
|
2577
|
-
velocity: PBVector3 | undefined;
|
|
2578
|
-
}
|
|
2579
|
-
|
|
2580
|
-
// @public (undocumented)
|
|
2581
|
-
export namespace PBAvatarMovement {
|
|
2582
|
-
// (undocumented)
|
|
2583
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarMovement;
|
|
2584
|
-
// (undocumented)
|
|
2585
|
-
export function encode(message: PBAvatarMovement, writer?: _m0.Writer): _m0.Writer;
|
|
2586
|
-
}
|
|
2587
|
-
|
|
2588
|
-
// @public (undocumented)
|
|
2589
|
-
export interface PBAvatarMovementInfo {
|
|
2590
|
-
actualVelocity: PBVector3 | undefined;
|
|
2591
|
-
externalVelocity: PBVector3 | undefined;
|
|
2592
|
-
previousStepTime: number;
|
|
2593
|
-
requestedVelocity: PBVector3 | undefined;
|
|
2594
|
-
stepTime: number;
|
|
2595
|
-
}
|
|
2596
|
-
|
|
2597
|
-
// @public (undocumented)
|
|
2598
|
-
export namespace PBAvatarMovementInfo {
|
|
2599
|
-
// (undocumented)
|
|
2600
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarMovementInfo;
|
|
2601
|
-
// (undocumented)
|
|
2602
|
-
export function encode(message: PBAvatarMovementInfo, writer?: _m0.Writer): _m0.Writer;
|
|
2603
|
-
}
|
|
2604
|
-
|
|
2605
2595
|
// @public (undocumented)
|
|
2606
2596
|
export interface PBAvatarShape {
|
|
2607
2597
|
bodyShape?: string | undefined;
|
|
@@ -2609,7 +2599,6 @@ export interface PBAvatarShape {
|
|
|
2609
2599
|
expressionTriggerId?: string | undefined;
|
|
2610
2600
|
expressionTriggerTimestamp?: number | undefined;
|
|
2611
2601
|
eyeColor?: PBColor3 | undefined;
|
|
2612
|
-
forceRender: string[];
|
|
2613
2602
|
hairColor?: PBColor3 | undefined;
|
|
2614
2603
|
id: string;
|
|
2615
2604
|
name?: string | undefined;
|
|
@@ -2630,6 +2619,7 @@ export namespace PBAvatarShape {
|
|
|
2630
2619
|
// @public (undocumented)
|
|
2631
2620
|
export interface PBBillboard {
|
|
2632
2621
|
billboardMode?: BillboardMode | undefined;
|
|
2622
|
+
targetEntity?: number | undefined;
|
|
2633
2623
|
}
|
|
2634
2624
|
|
|
2635
2625
|
// @public (undocumented)
|
|
@@ -2640,42 +2630,6 @@ export namespace PBBillboard {
|
|
|
2640
2630
|
export function encode(message: PBBillboard, writer?: _m0.Writer): _m0.Writer;
|
|
2641
2631
|
}
|
|
2642
2632
|
|
|
2643
|
-
// @public (undocumented)
|
|
2644
|
-
export interface PBCameraLayer {
|
|
2645
|
-
// (undocumented)
|
|
2646
|
-
ambientBrightnessOverride?: number | undefined;
|
|
2647
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
|
2648
|
-
ambientColorOverride?: PBColor3 | undefined;
|
|
2649
|
-
directionalLight?: boolean | undefined;
|
|
2650
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
|
2651
|
-
layer: number;
|
|
2652
|
-
showAvatars?: boolean | undefined;
|
|
2653
|
-
showFog?: boolean | undefined;
|
|
2654
|
-
showSkybox?: boolean | undefined;
|
|
2655
|
-
}
|
|
2656
|
-
|
|
2657
|
-
// @public (undocumented)
|
|
2658
|
-
export namespace PBCameraLayer {
|
|
2659
|
-
// (undocumented)
|
|
2660
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBCameraLayer;
|
|
2661
|
-
// (undocumented)
|
|
2662
|
-
export function encode(message: PBCameraLayer, writer?: _m0.Writer): _m0.Writer;
|
|
2663
|
-
}
|
|
2664
|
-
|
|
2665
|
-
// @public (undocumented)
|
|
2666
|
-
export interface PBCameraLayers {
|
|
2667
|
-
// (undocumented)
|
|
2668
|
-
layers: number[];
|
|
2669
|
-
}
|
|
2670
|
-
|
|
2671
|
-
// @public (undocumented)
|
|
2672
|
-
export namespace PBCameraLayers {
|
|
2673
|
-
// (undocumented)
|
|
2674
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBCameraLayers;
|
|
2675
|
-
// (undocumented)
|
|
2676
|
-
export function encode(message: PBCameraLayers, writer?: _m0.Writer): _m0.Writer;
|
|
2677
|
-
}
|
|
2678
|
-
|
|
2679
2633
|
// @public (undocumented)
|
|
2680
2634
|
export interface PBCameraMode {
|
|
2681
2635
|
mode: CameraType;
|
|
@@ -2692,10 +2646,7 @@ export namespace PBCameraMode {
|
|
|
2692
2646
|
// @public (undocumented)
|
|
2693
2647
|
export interface PBCameraModeArea {
|
|
2694
2648
|
area: PBVector3 | undefined;
|
|
2695
|
-
// (undocumented)
|
|
2696
|
-
cinematicSettings?: CinematicSettings | undefined;
|
|
2697
2649
|
mode: CameraType;
|
|
2698
|
-
useColliderRange?: boolean | undefined;
|
|
2699
2650
|
}
|
|
2700
2651
|
|
|
2701
2652
|
// @public (undocumented)
|
|
@@ -2759,21 +2710,6 @@ export namespace PBEngineInfo {
|
|
|
2759
2710
|
export function encode(message: PBEngineInfo, writer?: _m0.Writer): _m0.Writer;
|
|
2760
2711
|
}
|
|
2761
2712
|
|
|
2762
|
-
// @public (undocumented)
|
|
2763
|
-
export interface PBGlobalLight {
|
|
2764
|
-
ambientBrightness?: number | undefined;
|
|
2765
|
-
ambientColor?: PBColor3 | undefined;
|
|
2766
|
-
direction?: PBVector3 | undefined;
|
|
2767
|
-
}
|
|
2768
|
-
|
|
2769
|
-
// @public (undocumented)
|
|
2770
|
-
export namespace PBGlobalLight {
|
|
2771
|
-
// (undocumented)
|
|
2772
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBGlobalLight;
|
|
2773
|
-
// (undocumented)
|
|
2774
|
-
export function encode(message: PBGlobalLight, writer?: _m0.Writer): _m0.Writer;
|
|
2775
|
-
}
|
|
2776
|
-
|
|
2777
2713
|
// @public (undocumented)
|
|
2778
2714
|
export interface PBGltfContainer {
|
|
2779
2715
|
invisibleMeshesCollisionMask?: number | undefined;
|
|
@@ -2791,13 +2727,8 @@ export namespace PBGltfContainer {
|
|
|
2791
2727
|
|
|
2792
2728
|
// @public (undocumented)
|
|
2793
2729
|
export interface PBGltfContainerLoadingState {
|
|
2794
|
-
animationNames: string[];
|
|
2795
2730
|
// (undocumented)
|
|
2796
2731
|
currentState: LoadingState;
|
|
2797
|
-
materialNames: string[];
|
|
2798
|
-
meshNames: string[];
|
|
2799
|
-
nodePaths: string[];
|
|
2800
|
-
skinNames: string[];
|
|
2801
2732
|
}
|
|
2802
2733
|
|
|
2803
2734
|
// @public (undocumented)
|
|
@@ -2808,19 +2739,6 @@ export namespace PBGltfContainerLoadingState {
|
|
|
2808
2739
|
export function encode(message: PBGltfContainerLoadingState, writer?: _m0.Writer): _m0.Writer;
|
|
2809
2740
|
}
|
|
2810
2741
|
|
|
2811
|
-
// @public (undocumented)
|
|
2812
|
-
export interface PBGltfNode {
|
|
2813
|
-
path: string;
|
|
2814
|
-
}
|
|
2815
|
-
|
|
2816
|
-
// @public (undocumented)
|
|
2817
|
-
export namespace PBGltfNode {
|
|
2818
|
-
// (undocumented)
|
|
2819
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBGltfNode;
|
|
2820
|
-
// (undocumented)
|
|
2821
|
-
export function encode(message: PBGltfNode, writer?: _m0.Writer): _m0.Writer;
|
|
2822
|
-
}
|
|
2823
|
-
|
|
2824
2742
|
// @public (undocumented)
|
|
2825
2743
|
export interface PBGltfNodeModifiers {
|
|
2826
2744
|
// (undocumented)
|
|
@@ -2850,22 +2768,6 @@ export namespace PBGltfNodeModifiers_GltfNodeModifier {
|
|
|
2850
2768
|
export function encode(message: PBGltfNodeModifiers_GltfNodeModifier, writer?: _m0.Writer): _m0.Writer;
|
|
2851
2769
|
}
|
|
2852
2770
|
|
|
2853
|
-
// @public (undocumented)
|
|
2854
|
-
export interface PBGltfNodeState {
|
|
2855
|
-
// (undocumented)
|
|
2856
|
-
error?: string | undefined;
|
|
2857
|
-
// (undocumented)
|
|
2858
|
-
state: GltfNodeStateValue;
|
|
2859
|
-
}
|
|
2860
|
-
|
|
2861
|
-
// @public (undocumented)
|
|
2862
|
-
export namespace PBGltfNodeState {
|
|
2863
|
-
// (undocumented)
|
|
2864
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBGltfNodeState;
|
|
2865
|
-
// (undocumented)
|
|
2866
|
-
export function encode(message: PBGltfNodeState, writer?: _m0.Writer): _m0.Writer;
|
|
2867
|
-
}
|
|
2868
|
-
|
|
2869
2771
|
// @public (undocumented)
|
|
2870
2772
|
export interface PBInputModifier {
|
|
2871
2773
|
// (undocumented)
|
|
@@ -2888,8 +2790,12 @@ export interface PBInputModifier_StandardInput {
|
|
|
2888
2790
|
// (undocumented)
|
|
2889
2791
|
disableAll?: boolean | undefined;
|
|
2890
2792
|
// (undocumented)
|
|
2793
|
+
disableDoubleJump?: boolean | undefined;
|
|
2794
|
+
// (undocumented)
|
|
2891
2795
|
disableEmote?: boolean | undefined;
|
|
2892
2796
|
// (undocumented)
|
|
2797
|
+
disableGliding?: boolean | undefined;
|
|
2798
|
+
// (undocumented)
|
|
2893
2799
|
disableJog?: boolean | undefined;
|
|
2894
2800
|
// (undocumented)
|
|
2895
2801
|
disableJump?: boolean | undefined;
|
|
@@ -2974,7 +2880,6 @@ export namespace PBMainCamera {
|
|
|
2974
2880
|
|
|
2975
2881
|
// @public (undocumented)
|
|
2976
2882
|
export interface PBMaterial {
|
|
2977
|
-
gltf?: PBMaterial_GltfMaterial | undefined;
|
|
2978
2883
|
// (undocumented)
|
|
2979
2884
|
material?: {
|
|
2980
2885
|
$case: "unlit";
|
|
@@ -2993,22 +2898,6 @@ export namespace PBMaterial {
|
|
|
2993
2898
|
export function encode(message: PBMaterial, writer?: _m0.Writer): _m0.Writer;
|
|
2994
2899
|
}
|
|
2995
2900
|
|
|
2996
|
-
// @public (undocumented)
|
|
2997
|
-
export interface PBMaterial_GltfMaterial {
|
|
2998
|
-
// (undocumented)
|
|
2999
|
-
gltfSrc: string;
|
|
3000
|
-
// (undocumented)
|
|
3001
|
-
name: string;
|
|
3002
|
-
}
|
|
3003
|
-
|
|
3004
|
-
// @public (undocumented)
|
|
3005
|
-
export namespace PBMaterial_GltfMaterial {
|
|
3006
|
-
// (undocumented)
|
|
3007
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBMaterial_GltfMaterial;
|
|
3008
|
-
// (undocumented)
|
|
3009
|
-
export function encode(message: PBMaterial_GltfMaterial, writer?: _m0.Writer): _m0.Writer;
|
|
3010
|
-
}
|
|
3011
|
-
|
|
3012
2901
|
// @public (undocumented)
|
|
3013
2902
|
export interface PBMaterial_PbrMaterial {
|
|
3014
2903
|
albedoColor?: PBColor4 | undefined;
|
|
@@ -3070,9 +2959,6 @@ export interface PBMeshCollider {
|
|
|
3070
2959
|
} | {
|
|
3071
2960
|
$case: "plane";
|
|
3072
2961
|
plane: PBMeshCollider_PlaneMesh;
|
|
3073
|
-
} | {
|
|
3074
|
-
$case: "gltf";
|
|
3075
|
-
gltf: PBMeshCollider_GltfMesh;
|
|
3076
2962
|
} | undefined;
|
|
3077
2963
|
}
|
|
3078
2964
|
|
|
@@ -3110,20 +2996,6 @@ export namespace PBMeshCollider_CylinderMesh {
|
|
|
3110
2996
|
export function encode(message: PBMeshCollider_CylinderMesh, writer?: _m0.Writer): _m0.Writer;
|
|
3111
2997
|
}
|
|
3112
2998
|
|
|
3113
|
-
// @public (undocumented)
|
|
3114
|
-
export interface PBMeshCollider_GltfMesh {
|
|
3115
|
-
gltfSrc: string;
|
|
3116
|
-
name: string;
|
|
3117
|
-
}
|
|
3118
|
-
|
|
3119
|
-
// @public (undocumented)
|
|
3120
|
-
export namespace PBMeshCollider_GltfMesh {
|
|
3121
|
-
// (undocumented)
|
|
3122
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBMeshCollider_GltfMesh;
|
|
3123
|
-
// (undocumented)
|
|
3124
|
-
export function encode(message: PBMeshCollider_GltfMesh, writer?: _m0.Writer): _m0.Writer;
|
|
3125
|
-
}
|
|
3126
|
-
|
|
3127
2999
|
// @public (undocumented)
|
|
3128
3000
|
export interface PBMeshCollider_PlaneMesh {
|
|
3129
3001
|
}
|
|
@@ -3163,9 +3035,6 @@ export interface PBMeshRenderer {
|
|
|
3163
3035
|
} | {
|
|
3164
3036
|
$case: "plane";
|
|
3165
3037
|
plane: PBMeshRenderer_PlaneMesh;
|
|
3166
|
-
} | {
|
|
3167
|
-
$case: "gltf";
|
|
3168
|
-
gltf: PBMeshRenderer_GltfMesh;
|
|
3169
3038
|
} | undefined;
|
|
3170
3039
|
}
|
|
3171
3040
|
|
|
@@ -3204,20 +3073,6 @@ export namespace PBMeshRenderer_CylinderMesh {
|
|
|
3204
3073
|
export function encode(message: PBMeshRenderer_CylinderMesh, writer?: _m0.Writer): _m0.Writer;
|
|
3205
3074
|
}
|
|
3206
3075
|
|
|
3207
|
-
// @public (undocumented)
|
|
3208
|
-
export interface PBMeshRenderer_GltfMesh {
|
|
3209
|
-
gltfSrc: string;
|
|
3210
|
-
name: string;
|
|
3211
|
-
}
|
|
3212
|
-
|
|
3213
|
-
// @public (undocumented)
|
|
3214
|
-
export namespace PBMeshRenderer_GltfMesh {
|
|
3215
|
-
// (undocumented)
|
|
3216
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBMeshRenderer_GltfMesh;
|
|
3217
|
-
// (undocumented)
|
|
3218
|
-
export function encode(message: PBMeshRenderer_GltfMesh, writer?: _m0.Writer): _m0.Writer;
|
|
3219
|
-
}
|
|
3220
|
-
|
|
3221
3076
|
// @public (undocumented)
|
|
3222
3077
|
export interface PBMeshRenderer_PlaneMesh {
|
|
3223
3078
|
uvs: number[];
|
|
@@ -3258,6 +3113,225 @@ export namespace PBNftShape {
|
|
|
3258
3113
|
export function encode(message: PBNftShape, writer?: _m0.Writer): _m0.Writer;
|
|
3259
3114
|
}
|
|
3260
3115
|
|
|
3116
|
+
// @public (undocumented)
|
|
3117
|
+
export interface PBParticleSystem {
|
|
3118
|
+
active?: boolean | undefined;
|
|
3119
|
+
additionalForce?: PBVector3 | undefined;
|
|
3120
|
+
billboard?: boolean | undefined;
|
|
3121
|
+
blendMode?: PBParticleSystem_BlendMode | undefined;
|
|
3122
|
+
bursts?: PBParticleSystem_BurstConfiguration | undefined;
|
|
3123
|
+
// Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
|
|
3124
|
+
// Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
|
|
3125
|
+
colorOverTime?: ColorRange | undefined;
|
|
3126
|
+
faceTravelDirection?: boolean | undefined;
|
|
3127
|
+
gravity?: number | undefined;
|
|
3128
|
+
initialColor?: ColorRange | undefined;
|
|
3129
|
+
initialRotation?: PBQuaternion | undefined;
|
|
3130
|
+
initialSize?: FloatRange | undefined;
|
|
3131
|
+
initialVelocitySpeed?: FloatRange | undefined;
|
|
3132
|
+
lifetime?: number | undefined;
|
|
3133
|
+
limitVelocity?: PBParticleSystem_LimitVelocity | undefined;
|
|
3134
|
+
loop?: boolean | undefined;
|
|
3135
|
+
maxParticles?: number | undefined;
|
|
3136
|
+
playbackState?: PBParticleSystem_PlaybackState | undefined;
|
|
3137
|
+
prewarm?: boolean | undefined;
|
|
3138
|
+
rate?: number | undefined;
|
|
3139
|
+
rotationOverTime?: PBQuaternion | undefined;
|
|
3140
|
+
// (undocumented)
|
|
3141
|
+
shape?: {
|
|
3142
|
+
$case: "point";
|
|
3143
|
+
point: PBParticleSystem_Point;
|
|
3144
|
+
} | {
|
|
3145
|
+
$case: "sphere";
|
|
3146
|
+
sphere: PBParticleSystem_Sphere;
|
|
3147
|
+
} | {
|
|
3148
|
+
$case: "cone";
|
|
3149
|
+
cone: PBParticleSystem_Cone;
|
|
3150
|
+
} | {
|
|
3151
|
+
$case: "box";
|
|
3152
|
+
box: PBParticleSystem_Box;
|
|
3153
|
+
} | undefined;
|
|
3154
|
+
simulationSpace?: PBParticleSystem_SimulationSpace | undefined;
|
|
3155
|
+
// Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
|
|
3156
|
+
// Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
|
|
3157
|
+
sizeOverTime?: FloatRange | undefined;
|
|
3158
|
+
spriteSheet?: PBParticleSystem_SpriteSheetAnimation | undefined;
|
|
3159
|
+
texture?: Texture | undefined;
|
|
3160
|
+
}
|
|
3161
|
+
|
|
3162
|
+
// @public (undocumented)
|
|
3163
|
+
export namespace PBParticleSystem {
|
|
3164
|
+
// (undocumented)
|
|
3165
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBParticleSystem;
|
|
3166
|
+
// (undocumented)
|
|
3167
|
+
export function encode(message: PBParticleSystem, writer?: _m0.Writer): _m0.Writer;
|
|
3168
|
+
}
|
|
3169
|
+
|
|
3170
|
+
// @public (undocumented)
|
|
3171
|
+
const enum PBParticleSystem_BlendMode {
|
|
3172
|
+
PSB_ADD = 1,
|
|
3173
|
+
PSB_ALPHA = 0,
|
|
3174
|
+
PSB_MULTIPLY = 2
|
|
3175
|
+
}
|
|
3176
|
+
export { PBParticleSystem_BlendMode }
|
|
3177
|
+
export { PBParticleSystem_BlendMode as ParticleSystemBlendMode }
|
|
3178
|
+
|
|
3179
|
+
// @public (undocumented)
|
|
3180
|
+
export interface PBParticleSystem_Box {
|
|
3181
|
+
// Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
|
|
3182
|
+
// Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
|
|
3183
|
+
size?: PBVector3 | undefined;
|
|
3184
|
+
}
|
|
3185
|
+
|
|
3186
|
+
// @public (undocumented)
|
|
3187
|
+
export namespace PBParticleSystem_Box {
|
|
3188
|
+
// (undocumented)
|
|
3189
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBParticleSystem_Box;
|
|
3190
|
+
// (undocumented)
|
|
3191
|
+
export function encode(message: PBParticleSystem_Box, writer?: _m0.Writer): _m0.Writer;
|
|
3192
|
+
}
|
|
3193
|
+
|
|
3194
|
+
// @public (undocumented)
|
|
3195
|
+
export interface PBParticleSystem_Burst {
|
|
3196
|
+
count: number;
|
|
3197
|
+
cycles?: number | undefined;
|
|
3198
|
+
interval?: number | undefined;
|
|
3199
|
+
probability?: number | undefined;
|
|
3200
|
+
time: number;
|
|
3201
|
+
}
|
|
3202
|
+
|
|
3203
|
+
// @public (undocumented)
|
|
3204
|
+
export namespace PBParticleSystem_Burst {
|
|
3205
|
+
// (undocumented)
|
|
3206
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBParticleSystem_Burst;
|
|
3207
|
+
// (undocumented)
|
|
3208
|
+
export function encode(message: PBParticleSystem_Burst, writer?: _m0.Writer): _m0.Writer;
|
|
3209
|
+
}
|
|
3210
|
+
|
|
3211
|
+
// @public (undocumented)
|
|
3212
|
+
export interface PBParticleSystem_BurstConfiguration {
|
|
3213
|
+
// (undocumented)
|
|
3214
|
+
values: PBParticleSystem_Burst[];
|
|
3215
|
+
}
|
|
3216
|
+
|
|
3217
|
+
// @public (undocumented)
|
|
3218
|
+
export namespace PBParticleSystem_BurstConfiguration {
|
|
3219
|
+
// (undocumented)
|
|
3220
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBParticleSystem_BurstConfiguration;
|
|
3221
|
+
// (undocumented)
|
|
3222
|
+
export function encode(message: PBParticleSystem_BurstConfiguration, writer?: _m0.Writer): _m0.Writer;
|
|
3223
|
+
}
|
|
3224
|
+
|
|
3225
|
+
// @public (undocumented)
|
|
3226
|
+
export interface PBParticleSystem_Cone {
|
|
3227
|
+
angle?: number | undefined;
|
|
3228
|
+
radius?: number | undefined;
|
|
3229
|
+
}
|
|
3230
|
+
|
|
3231
|
+
// @public (undocumented)
|
|
3232
|
+
export namespace PBParticleSystem_Cone {
|
|
3233
|
+
// (undocumented)
|
|
3234
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBParticleSystem_Cone;
|
|
3235
|
+
// (undocumented)
|
|
3236
|
+
export function encode(message: PBParticleSystem_Cone, writer?: _m0.Writer): _m0.Writer;
|
|
3237
|
+
}
|
|
3238
|
+
|
|
3239
|
+
// @public (undocumented)
|
|
3240
|
+
export interface PBParticleSystem_LimitVelocity {
|
|
3241
|
+
dampen?: number | undefined;
|
|
3242
|
+
speed: number;
|
|
3243
|
+
}
|
|
3244
|
+
|
|
3245
|
+
// @public (undocumented)
|
|
3246
|
+
export namespace PBParticleSystem_LimitVelocity {
|
|
3247
|
+
// (undocumented)
|
|
3248
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBParticleSystem_LimitVelocity;
|
|
3249
|
+
// (undocumented)
|
|
3250
|
+
export function encode(message: PBParticleSystem_LimitVelocity, writer?: _m0.Writer): _m0.Writer;
|
|
3251
|
+
}
|
|
3252
|
+
|
|
3253
|
+
// @public (undocumented)
|
|
3254
|
+
const enum PBParticleSystem_PlaybackState {
|
|
3255
|
+
PS_PAUSED = 1,
|
|
3256
|
+
PS_PLAYING = 0,
|
|
3257
|
+
PS_STOPPED = 2
|
|
3258
|
+
}
|
|
3259
|
+
export { PBParticleSystem_PlaybackState }
|
|
3260
|
+
export { PBParticleSystem_PlaybackState as ParticleSystemPlaybackState }
|
|
3261
|
+
|
|
3262
|
+
// @public (undocumented)
|
|
3263
|
+
export interface PBParticleSystem_Point {
|
|
3264
|
+
}
|
|
3265
|
+
|
|
3266
|
+
// @public (undocumented)
|
|
3267
|
+
export namespace PBParticleSystem_Point {
|
|
3268
|
+
// (undocumented)
|
|
3269
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBParticleSystem_Point;
|
|
3270
|
+
// (undocumented)
|
|
3271
|
+
export function encode(_: PBParticleSystem_Point, writer?: _m0.Writer): _m0.Writer;
|
|
3272
|
+
}
|
|
3273
|
+
|
|
3274
|
+
// @public (undocumented)
|
|
3275
|
+
export const enum PBParticleSystem_SimulationSpace {
|
|
3276
|
+
PSS_LOCAL = 0,
|
|
3277
|
+
PSS_WORLD = 1
|
|
3278
|
+
}
|
|
3279
|
+
|
|
3280
|
+
// @public (undocumented)
|
|
3281
|
+
export interface PBParticleSystem_Sphere {
|
|
3282
|
+
radius?: number | undefined;
|
|
3283
|
+
}
|
|
3284
|
+
|
|
3285
|
+
// @public (undocumented)
|
|
3286
|
+
export namespace PBParticleSystem_Sphere {
|
|
3287
|
+
// (undocumented)
|
|
3288
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBParticleSystem_Sphere;
|
|
3289
|
+
// (undocumented)
|
|
3290
|
+
export function encode(message: PBParticleSystem_Sphere, writer?: _m0.Writer): _m0.Writer;
|
|
3291
|
+
}
|
|
3292
|
+
|
|
3293
|
+
// @public (undocumented)
|
|
3294
|
+
export interface PBParticleSystem_SpriteSheetAnimation {
|
|
3295
|
+
framesPerSecond?: number | undefined;
|
|
3296
|
+
tilesX: number;
|
|
3297
|
+
tilesY: number;
|
|
3298
|
+
}
|
|
3299
|
+
|
|
3300
|
+
// @public (undocumented)
|
|
3301
|
+
export namespace PBParticleSystem_SpriteSheetAnimation {
|
|
3302
|
+
// (undocumented)
|
|
3303
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBParticleSystem_SpriteSheetAnimation;
|
|
3304
|
+
// (undocumented)
|
|
3305
|
+
export function encode(message: PBParticleSystem_SpriteSheetAnimation, writer?: _m0.Writer): _m0.Writer;
|
|
3306
|
+
}
|
|
3307
|
+
|
|
3308
|
+
// @public (undocumented)
|
|
3309
|
+
export interface PBPhysicsCombinedForce {
|
|
3310
|
+
vector: PBVector3 | undefined;
|
|
3311
|
+
}
|
|
3312
|
+
|
|
3313
|
+
// @public (undocumented)
|
|
3314
|
+
export namespace PBPhysicsCombinedForce {
|
|
3315
|
+
// (undocumented)
|
|
3316
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBPhysicsCombinedForce;
|
|
3317
|
+
// (undocumented)
|
|
3318
|
+
export function encode(message: PBPhysicsCombinedForce, writer?: _m0.Writer): _m0.Writer;
|
|
3319
|
+
}
|
|
3320
|
+
|
|
3321
|
+
// @public (undocumented)
|
|
3322
|
+
export interface PBPhysicsCombinedImpulse {
|
|
3323
|
+
eventId: number;
|
|
3324
|
+
vector: PBVector3 | undefined;
|
|
3325
|
+
}
|
|
3326
|
+
|
|
3327
|
+
// @public (undocumented)
|
|
3328
|
+
export namespace PBPhysicsCombinedImpulse {
|
|
3329
|
+
// (undocumented)
|
|
3330
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBPhysicsCombinedImpulse;
|
|
3331
|
+
// (undocumented)
|
|
3332
|
+
export function encode(message: PBPhysicsCombinedImpulse, writer?: _m0.Writer): _m0.Writer;
|
|
3333
|
+
}
|
|
3334
|
+
|
|
3261
3335
|
// @public (undocumented)
|
|
3262
3336
|
export interface PBPlayerIdentityData {
|
|
3263
3337
|
address: string;
|
|
@@ -3290,6 +3364,7 @@ export namespace PBPointerEvents {
|
|
|
3290
3364
|
export interface PBPointerEvents_Entry {
|
|
3291
3365
|
eventInfo: PBPointerEvents_Info | undefined;
|
|
3292
3366
|
eventType: PointerEventType;
|
|
3367
|
+
interactionType?: InteractionType | undefined;
|
|
3293
3368
|
}
|
|
3294
3369
|
|
|
3295
3370
|
// @public (undocumented)
|
|
@@ -3306,6 +3381,7 @@ export interface PBPointerEvents_Info {
|
|
|
3306
3381
|
hoverText?: string | undefined;
|
|
3307
3382
|
maxDistance?: number | undefined;
|
|
3308
3383
|
maxPlayerDistance?: number | undefined;
|
|
3384
|
+
priority?: number | undefined;
|
|
3309
3385
|
showFeedback?: boolean | undefined;
|
|
3310
3386
|
showHighlight?: boolean | undefined;
|
|
3311
3387
|
}
|
|
@@ -3423,11 +3499,9 @@ export interface PBRaycast {
|
|
|
3423
3499
|
$case: "targetEntity";
|
|
3424
3500
|
targetEntity: number;
|
|
3425
3501
|
} | undefined;
|
|
3426
|
-
includeWorld?: boolean | undefined;
|
|
3427
3502
|
maxDistance: number;
|
|
3428
3503
|
originOffset?: PBVector3 | undefined;
|
|
3429
3504
|
queryType: RaycastQueryType;
|
|
3430
|
-
shape?: RaycastShape | undefined;
|
|
3431
3505
|
timestamp?: number | undefined;
|
|
3432
3506
|
}
|
|
3433
3507
|
|
|
@@ -3522,32 +3596,6 @@ export namespace PBTextShape {
|
|
|
3522
3596
|
export function encode(message: PBTextShape, writer?: _m0.Writer): _m0.Writer;
|
|
3523
3597
|
}
|
|
3524
3598
|
|
|
3525
|
-
// @public (undocumented)
|
|
3526
|
-
export interface PBTextureCamera {
|
|
3527
|
-
clearColor?: PBColor4 | undefined;
|
|
3528
|
-
farPlane?: number | undefined;
|
|
3529
|
-
height?: number | undefined;
|
|
3530
|
-
layer?: number | undefined;
|
|
3531
|
-
// (undocumented)
|
|
3532
|
-
mode?: {
|
|
3533
|
-
$case: "perspective";
|
|
3534
|
-
perspective: Perspective;
|
|
3535
|
-
} | {
|
|
3536
|
-
$case: "orthographic";
|
|
3537
|
-
orthographic: Orthographic;
|
|
3538
|
-
} | undefined;
|
|
3539
|
-
volume?: number | undefined;
|
|
3540
|
-
width?: number | undefined;
|
|
3541
|
-
}
|
|
3542
|
-
|
|
3543
|
-
// @public (undocumented)
|
|
3544
|
-
export namespace PBTextureCamera {
|
|
3545
|
-
// (undocumented)
|
|
3546
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBTextureCamera;
|
|
3547
|
-
// (undocumented)
|
|
3548
|
-
export function encode(message: PBTextureCamera, writer?: _m0.Writer): _m0.Writer;
|
|
3549
|
-
}
|
|
3550
|
-
|
|
3551
3599
|
// @public (undocumented)
|
|
3552
3600
|
export interface PBTriggerArea {
|
|
3553
3601
|
collisionMask?: number | undefined;
|
|
@@ -3626,6 +3674,9 @@ export interface PBTween {
|
|
|
3626
3674
|
} | {
|
|
3627
3675
|
$case: "textureMoveContinuous";
|
|
3628
3676
|
textureMoveContinuous: TextureMoveContinuous;
|
|
3677
|
+
} | {
|
|
3678
|
+
$case: "moveRotateScale";
|
|
3679
|
+
moveRotateScale: MoveRotateScale;
|
|
3629
3680
|
} | undefined;
|
|
3630
3681
|
playing?: boolean | undefined;
|
|
3631
3682
|
}
|
|
@@ -3688,28 +3739,12 @@ export namespace PBUiBackground {
|
|
|
3688
3739
|
export function encode(message: PBUiBackground, writer?: _m0.Writer): _m0.Writer;
|
|
3689
3740
|
}
|
|
3690
3741
|
|
|
3691
|
-
// @public (undocumented)
|
|
3692
|
-
export interface PBUiCanvas {
|
|
3693
|
-
color?: PBColor4 | undefined;
|
|
3694
|
-
// (undocumented)
|
|
3695
|
-
height: number;
|
|
3696
|
-
// (undocumented)
|
|
3697
|
-
width: number;
|
|
3698
|
-
}
|
|
3699
|
-
|
|
3700
|
-
// @public (undocumented)
|
|
3701
|
-
export namespace PBUiCanvas {
|
|
3702
|
-
// (undocumented)
|
|
3703
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBUiCanvas;
|
|
3704
|
-
// (undocumented)
|
|
3705
|
-
export function encode(message: PBUiCanvas, writer?: _m0.Writer): _m0.Writer;
|
|
3706
|
-
}
|
|
3707
|
-
|
|
3708
3742
|
// @public (undocumented)
|
|
3709
3743
|
export interface PBUiCanvasInformation {
|
|
3710
3744
|
devicePixelRatio: number;
|
|
3711
3745
|
height: number;
|
|
3712
3746
|
interactableArea: BorderRect | undefined;
|
|
3747
|
+
screenInsetArea?: BorderRect | undefined;
|
|
3713
3748
|
width: number;
|
|
3714
3749
|
}
|
|
3715
3750
|
|
|
@@ -3798,27 +3833,11 @@ export namespace PBUiInputResult {
|
|
|
3798
3833
|
export function encode(message: PBUiInputResult, writer?: _m0.Writer): _m0.Writer;
|
|
3799
3834
|
}
|
|
3800
3835
|
|
|
3801
|
-
// @public (undocumented)
|
|
3802
|
-
export interface PBUiScrollResult {
|
|
3803
|
-
// (undocumented)
|
|
3804
|
-
value: PBVector2 | undefined;
|
|
3805
|
-
}
|
|
3806
|
-
|
|
3807
|
-
// @public (undocumented)
|
|
3808
|
-
export namespace PBUiScrollResult {
|
|
3809
|
-
// (undocumented)
|
|
3810
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBUiScrollResult;
|
|
3811
|
-
// (undocumented)
|
|
3812
|
-
export function encode(message: PBUiScrollResult, writer?: _m0.Writer): _m0.Writer;
|
|
3813
|
-
}
|
|
3814
|
-
|
|
3815
3836
|
// @public (undocumented)
|
|
3816
3837
|
export interface PBUiText {
|
|
3817
3838
|
color?: PBColor4 | undefined;
|
|
3818
3839
|
font?: Font | undefined;
|
|
3819
3840
|
fontSize?: number | undefined;
|
|
3820
|
-
outlineColor?: PBColor4 | undefined;
|
|
3821
|
-
outlineWidth?: number | undefined;
|
|
3822
3841
|
textAlign?: TextAlignMode | undefined;
|
|
3823
3842
|
textWrap?: TextWrap | undefined;
|
|
3824
3843
|
value: string;
|
|
@@ -3869,7 +3888,6 @@ export interface PBUiTransform {
|
|
|
3869
3888
|
borderTopWidth?: number | undefined;
|
|
3870
3889
|
borderTopWidthUnit?: YGUnit | undefined;
|
|
3871
3890
|
display: YGDisplay;
|
|
3872
|
-
elementId?: string | undefined;
|
|
3873
3891
|
// (undocumented)
|
|
3874
3892
|
flexBasis: number;
|
|
3875
3893
|
flexBasisUnit: YGUnit;
|
|
@@ -3938,8 +3956,6 @@ export interface PBUiTransform {
|
|
|
3938
3956
|
positionType: YGPositionType;
|
|
3939
3957
|
// (undocumented)
|
|
3940
3958
|
rightOf: number;
|
|
3941
|
-
scrollPosition?: ScrollPositionValue | undefined;
|
|
3942
|
-
scrollVisible?: ShowScrollBar | undefined;
|
|
3943
3959
|
// (undocumented)
|
|
3944
3960
|
width: number;
|
|
3945
3961
|
widthUnit: YGUnit;
|
|
@@ -4059,17 +4075,29 @@ export namespace PBVisibilityComponent {
|
|
|
4059
4075
|
export function encode(message: PBVisibilityComponent, writer?: _m0.Writer): _m0.Writer;
|
|
4060
4076
|
}
|
|
4061
4077
|
|
|
4078
|
+
// @public
|
|
4079
|
+
export const Physics: PhysicsSystem;
|
|
4080
|
+
|
|
4062
4081
|
// @public (undocumented)
|
|
4063
|
-
export
|
|
4064
|
-
fieldOfView?: number | undefined;
|
|
4065
|
-
}
|
|
4082
|
+
export const PhysicsCombinedForce: LastWriteWinElementSetComponentDefinition<PBPhysicsCombinedForce>;
|
|
4066
4083
|
|
|
4067
4084
|
// @public (undocumented)
|
|
4068
|
-
export
|
|
4085
|
+
export const PhysicsCombinedImpulse: LastWriteWinElementSetComponentDefinition<PBPhysicsCombinedImpulse>;
|
|
4086
|
+
|
|
4087
|
+
// @public (undocumented)
|
|
4088
|
+
export interface PhysicsSystem {
|
|
4089
|
+
applyForceToPlayer(source: Entity, vector: Vector3Type): void;
|
|
4069
4090
|
// (undocumented)
|
|
4070
|
-
|
|
4091
|
+
applyForceToPlayer(source: Entity, direction: Vector3Type, magnitude: number): void;
|
|
4092
|
+
applyForceToPlayerForDuration(source: Entity, duration: number, vector: Vector3Type): void;
|
|
4071
4093
|
// (undocumented)
|
|
4072
|
-
|
|
4094
|
+
applyForceToPlayerForDuration(source: Entity, duration: number, direction: Vector3Type, magnitude: number): void;
|
|
4095
|
+
applyImpulseToPlayer(vector: Vector3Type): void;
|
|
4096
|
+
// (undocumented)
|
|
4097
|
+
applyImpulseToPlayer(direction: Vector3Type, magnitude: number): void;
|
|
4098
|
+
applyKnockbackToPlayer(fromPosition: Vector3Type, magnitude: number, radius?: number, falloff?: KnockbackFalloff): void;
|
|
4099
|
+
applyRepulsionForceToPlayer(source: Entity, fromPosition: Vector3Type, magnitude: number, radius?: number, falloff?: KnockbackFalloff): void;
|
|
4100
|
+
removeForceFromPlayer(source: Entity): void;
|
|
4073
4101
|
}
|
|
4074
4102
|
|
|
4075
4103
|
// @public
|
|
@@ -4117,65 +4145,50 @@ export const PointerEventsResult: GrowOnlyValueSetComponentDefinition<PBPointerE
|
|
|
4117
4145
|
|
|
4118
4146
|
// @public (undocumented)
|
|
4119
4147
|
export interface PointerEventsSystem {
|
|
4120
|
-
onPointerDown(pointerData: {
|
|
4121
|
-
entity: Entity;
|
|
4122
|
-
optsList: EventSystemOptionsCallback[];
|
|
4123
|
-
}): void;
|
|
4124
4148
|
onPointerDown(pointerData: {
|
|
4125
4149
|
entity: Entity;
|
|
4126
4150
|
opts?: Partial<EventSystemOptions>;
|
|
4127
4151
|
}, cb: EventSystemCallback): void;
|
|
4128
4152
|
// @deprecated (undocumented)
|
|
4129
4153
|
onPointerDown(entity: Entity, cb: EventSystemCallback, opts?: Partial<EventSystemOptions>): void;
|
|
4130
|
-
|
|
4131
|
-
entity: Entity;
|
|
4132
|
-
optsList: EventSystemOptionsCallback[];
|
|
4133
|
-
}): void;
|
|
4134
|
-
onPointerDrag(pointerData: {
|
|
4154
|
+
onPointerHoverEnter(pointerData: {
|
|
4135
4155
|
entity: Entity;
|
|
4136
4156
|
opts?: Partial<EventSystemOptions>;
|
|
4137
4157
|
}, cb: EventSystemCallback): void;
|
|
4138
|
-
|
|
4139
|
-
entity: Entity;
|
|
4140
|
-
optsList: EventSystemOptionsCallback[];
|
|
4141
|
-
}): void;
|
|
4142
|
-
onPointerDragEnd(pointerData: {
|
|
4158
|
+
onPointerHoverLeave(pointerData: {
|
|
4143
4159
|
entity: Entity;
|
|
4144
4160
|
opts?: Partial<EventSystemOptions>;
|
|
4145
4161
|
}, cb: EventSystemCallback): void;
|
|
4146
|
-
|
|
4147
|
-
entity: Entity;
|
|
4148
|
-
optsList: EventSystemOptionsCallback[];
|
|
4149
|
-
}): void;
|
|
4150
|
-
onPointerDragLocked(pointerData: {
|
|
4162
|
+
onPointerUp(pointerData: {
|
|
4151
4163
|
entity: Entity;
|
|
4152
4164
|
opts?: Partial<EventSystemOptions>;
|
|
4153
4165
|
}, cb: EventSystemCallback): void;
|
|
4154
|
-
|
|
4166
|
+
// @deprecated (undocumented)
|
|
4167
|
+
onPointerUp(entity: Entity, cb: EventSystemCallback, opts?: Partial<EventSystemOptions>): void;
|
|
4168
|
+
onProximityDown(pointerData: {
|
|
4155
4169
|
entity: Entity;
|
|
4156
4170
|
opts?: Partial<EventSystemOptions>;
|
|
4157
4171
|
}, cb: EventSystemCallback): void;
|
|
4158
|
-
|
|
4172
|
+
onProximityEnter(pointerData: {
|
|
4159
4173
|
entity: Entity;
|
|
4160
4174
|
opts?: Partial<EventSystemOptions>;
|
|
4161
4175
|
}, cb: EventSystemCallback): void;
|
|
4162
|
-
|
|
4176
|
+
onProximityLeave(pointerData: {
|
|
4163
4177
|
entity: Entity;
|
|
4164
|
-
|
|
4165
|
-
}): void;
|
|
4166
|
-
|
|
4178
|
+
opts?: Partial<EventSystemOptions>;
|
|
4179
|
+
}, cb: EventSystemCallback): void;
|
|
4180
|
+
onProximityUp(pointerData: {
|
|
4167
4181
|
entity: Entity;
|
|
4168
4182
|
opts?: Partial<EventSystemOptions>;
|
|
4169
4183
|
}, cb: EventSystemCallback): void;
|
|
4170
|
-
// @deprecated (undocumented)
|
|
4171
|
-
onPointerUp(entity: Entity, cb: EventSystemCallback, opts?: Partial<EventSystemOptions>): void;
|
|
4172
4184
|
removeOnPointerDown(entity: Entity): void;
|
|
4173
|
-
removeOnPointerDrag(entity: Entity): void;
|
|
4174
|
-
removeOnPointerDragEnd(entity: Entity): void;
|
|
4175
|
-
removeOnPointerDragLocked(entity: Entity): void;
|
|
4176
4185
|
removeOnPointerHoverEnter(entity: Entity): void;
|
|
4177
4186
|
removeOnPointerHoverLeave(entity: Entity): void;
|
|
4178
4187
|
removeOnPointerUp(entity: Entity): void;
|
|
4188
|
+
removeOnProximityDown(entity: Entity): void;
|
|
4189
|
+
removeOnProximityEnter(entity: Entity): void;
|
|
4190
|
+
removeOnProximityLeave(entity: Entity): void;
|
|
4191
|
+
removeOnProximityUp(entity: Entity): void;
|
|
4179
4192
|
}
|
|
4180
4193
|
|
|
4181
4194
|
// @public
|
|
@@ -4186,16 +4199,14 @@ export const enum PointerEventType {
|
|
|
4186
4199
|
// (undocumented)
|
|
4187
4200
|
PET_DOWN = 1,
|
|
4188
4201
|
// (undocumented)
|
|
4189
|
-
PET_DRAG = 5,
|
|
4190
|
-
// (undocumented)
|
|
4191
|
-
PET_DRAG_END = 6,
|
|
4192
|
-
// (undocumented)
|
|
4193
|
-
PET_DRAG_LOCKED = 4,
|
|
4194
|
-
// (undocumented)
|
|
4195
4202
|
PET_HOVER_ENTER = 2,
|
|
4196
4203
|
// (undocumented)
|
|
4197
4204
|
PET_HOVER_LEAVE = 3,
|
|
4198
4205
|
// (undocumented)
|
|
4206
|
+
PET_PROXIMITY_ENTER = 4,
|
|
4207
|
+
// (undocumented)
|
|
4208
|
+
PET_PROXIMITY_LEAVE = 5,
|
|
4209
|
+
// (undocumented)
|
|
4199
4210
|
PET_UP = 0
|
|
4200
4211
|
}
|
|
4201
4212
|
|
|
@@ -4216,13 +4227,7 @@ export const PointerLock: LastWriteWinElementSetComponentDefinition<PBPointerLoc
|
|
|
4216
4227
|
// @public (undocumented)
|
|
4217
4228
|
export const enum PointerType {
|
|
4218
4229
|
POT_MOUSE = 1,
|
|
4219
|
-
POT_NONE = 0
|
|
4220
|
-
// (undocumented)
|
|
4221
|
-
POT_PAD = 2,
|
|
4222
|
-
// (undocumented)
|
|
4223
|
-
POT_TOUCH = 3,
|
|
4224
|
-
// (undocumented)
|
|
4225
|
-
POT_WAND = 4
|
|
4230
|
+
POT_NONE = 0
|
|
4226
4231
|
}
|
|
4227
4232
|
|
|
4228
4233
|
// @public
|
|
@@ -4413,12 +4418,6 @@ export const enum RaycastQueryType {
|
|
|
4413
4418
|
// @public (undocumented)
|
|
4414
4419
|
export const RaycastResult: LastWriteWinElementSetComponentDefinition<PBRaycastResult>;
|
|
4415
4420
|
|
|
4416
|
-
// @public (undocumented)
|
|
4417
|
-
export const enum RaycastShape {
|
|
4418
|
-
RS_AVATAR = 1,
|
|
4419
|
-
RS_RAY = 0
|
|
4420
|
-
}
|
|
4421
|
-
|
|
4422
4421
|
// @public (undocumented)
|
|
4423
4422
|
export interface RaycastSystem {
|
|
4424
4423
|
globalDirectionOptions(options?: Partial<GlobalDirectionRaycastOptions>): RaycastSystemOptions;
|
|
@@ -4473,8 +4472,6 @@ export interface ReactBasedUiSystem {
|
|
|
4473
4472
|
addUiRenderer(entity: Entity, ui: UiComponent, options?: UiRendererOptions): void;
|
|
4474
4473
|
destroy(): void;
|
|
4475
4474
|
removeUiRenderer(entity: Entity): void;
|
|
4476
|
-
// @deprecated
|
|
4477
|
-
setTextureRenderer(entity: Entity, ui: UiComponent): void;
|
|
4478
4475
|
setUiRenderer(ui: UiComponent, options?: UiRendererOptions): void;
|
|
4479
4476
|
}
|
|
4480
4477
|
|
|
@@ -4510,7 +4507,7 @@ export namespace ReactEcs {
|
|
|
4510
4507
|
useEffect: EffectHook;
|
|
4511
4508
|
const // (undocumented)
|
|
4512
4509
|
useState: StateHook;
|
|
4513
|
-
|
|
4510
|
+
export {};
|
|
4514
4511
|
}
|
|
4515
4512
|
|
|
4516
4513
|
// Warning: (tsdoc-at-sign-in-word) The "@" character looks like part of a TSDoc tag; use a backslash to escape it
|
|
@@ -4640,6 +4637,9 @@ export namespace RotateContinuous {
|
|
|
4640
4637
|
export function encode(message: RotateContinuous, writer?: _m0.Writer): _m0.Writer;
|
|
4641
4638
|
}
|
|
4642
4639
|
|
|
4640
|
+
// @public
|
|
4641
|
+
export function rotateVectorByQuaternion(v: Vector3Type, q: QuaternionType): Vector3Type;
|
|
4642
|
+
|
|
4643
4643
|
// Warning: (ae-missing-release-tag) "RPCSendableMessage" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
4644
4644
|
//
|
|
4645
4645
|
// @public (undocumented)
|
|
@@ -4774,42 +4774,21 @@ export namespace Schemas {
|
|
|
4774
4774
|
}) => void;
|
|
4775
4775
|
}
|
|
4776
4776
|
|
|
4777
|
-
//
|
|
4778
|
-
|
|
4779
|
-
|
|
4780
|
-
|
|
4781
|
-
$case: "position";
|
|
4782
|
-
position: PBVector2;
|
|
4783
|
-
} | {
|
|
4784
|
-
$case: "reference";
|
|
4785
|
-
reference: string;
|
|
4786
|
-
} | undefined;
|
|
4787
|
-
}
|
|
4788
|
-
|
|
4789
|
-
// @public (undocumented)
|
|
4790
|
-
export namespace ScrollPositionValue {
|
|
4791
|
-
// (undocumented)
|
|
4792
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): ScrollPositionValue;
|
|
4793
|
-
// (undocumented)
|
|
4794
|
-
export function encode(message: ScrollPositionValue, writer?: _m0.Writer): _m0.Writer;
|
|
4795
|
-
}
|
|
4777
|
+
// Warning: (tsdoc-undefined-tag) The TSDoc tag "@category" is not defined in this configuration
|
|
4778
|
+
//
|
|
4779
|
+
// @public
|
|
4780
|
+
export function ScreenInsetArea(props: UiScreenInsetAreaProps): ReactEcs.JSX.Element;
|
|
4796
4781
|
|
|
4797
4782
|
// @public
|
|
4798
|
-
export
|
|
4783
|
+
export function setCompositeProvider(engine: IEngine, provider: CompositeProvider): void;
|
|
4799
4784
|
|
|
4800
4785
|
// @public
|
|
4801
4786
|
export function setGlobalPolyfill<T>(key: string, value: T): void;
|
|
4802
4787
|
|
|
4803
|
-
// @public
|
|
4804
|
-
export
|
|
4805
|
-
|
|
4806
|
-
|
|
4807
|
-
// (undocumented)
|
|
4808
|
-
SSB_HIDDEN = 3,
|
|
4809
|
-
// (undocumented)
|
|
4810
|
-
SSB_ONLY_HORIZONTAL = 2,
|
|
4811
|
-
// (undocumented)
|
|
4812
|
-
SSB_ONLY_VERTICAL = 1
|
|
4788
|
+
// @public
|
|
4789
|
+
export interface SetMoveRotateScaleParams extends MoveRotateScaleModeParams {
|
|
4790
|
+
duration: number;
|
|
4791
|
+
easingFunction?: EasingFunction;
|
|
4813
4792
|
}
|
|
4814
4793
|
|
|
4815
4794
|
// @public (undocumented)
|
|
@@ -4925,9 +4904,6 @@ export namespace Texture {
|
|
|
4925
4904
|
export function encode(message: Texture, writer?: _m0.Writer): _m0.Writer;
|
|
4926
4905
|
}
|
|
4927
4906
|
|
|
4928
|
-
// @public (undocumented)
|
|
4929
|
-
export const TextureCamera: LastWriteWinElementSetComponentDefinition<PBTextureCamera>;
|
|
4930
|
-
|
|
4931
4907
|
// @public (undocumented)
|
|
4932
4908
|
export const enum TextureFilterMode {
|
|
4933
4909
|
// (undocumented)
|
|
@@ -5007,9 +4983,6 @@ export interface TextureUnion {
|
|
|
5007
4983
|
} | {
|
|
5008
4984
|
$case: "videoTexture";
|
|
5009
4985
|
videoTexture: VideoTexture;
|
|
5010
|
-
} | {
|
|
5011
|
-
$case: "uiTexture";
|
|
5012
|
-
uiTexture: UiCanvasTexture;
|
|
5013
4986
|
} | undefined;
|
|
5014
4987
|
}
|
|
5015
4988
|
|
|
@@ -5088,6 +5061,7 @@ export interface TransformComponentExtended extends TransformComponent {
|
|
|
5088
5061
|
create(entity: Entity, val?: TransformTypeWithOptionals): TransformType;
|
|
5089
5062
|
// (undocumented)
|
|
5090
5063
|
createOrReplace(entity: Entity, val?: TransformTypeWithOptionals): TransformType;
|
|
5064
|
+
localToWorldDirection(entity: Entity, localDirection: Vector3Type): Vector3Type;
|
|
5091
5065
|
}
|
|
5092
5066
|
|
|
5093
5067
|
// @public (undocumented)
|
|
@@ -5189,6 +5163,7 @@ export interface TweenComponentDefinitionExtended extends LastWriteWinElementSet
|
|
|
5189
5163
|
Mode: TweenHelper;
|
|
5190
5164
|
setMove(entity: Entity, start: PBVector3, end: PBVector3, duration: number, easingFunction?: EasingFunction): void;
|
|
5191
5165
|
setMoveContinuous(entity: Entity, direction: PBVector3, speed: number, duration?: number): void;
|
|
5166
|
+
setMoveRotateScale(entity: Entity, params: SetMoveRotateScaleParams): void;
|
|
5192
5167
|
setRotate(entity: Entity, start: PBQuaternion, end: PBQuaternion, duration: number, easingFunction?: EasingFunction): void;
|
|
5193
5168
|
setRotateContinuous(entity: Entity, direction: PBQuaternion, speed: number, duration?: number): void;
|
|
5194
5169
|
setScale(entity: Entity, start: PBVector3, end: PBVector3, duration: number, easingFunction?: EasingFunction): void;
|
|
@@ -5203,6 +5178,8 @@ export interface TweenHelper {
|
|
|
5203
5178
|
// (undocumented)
|
|
5204
5179
|
MoveContinuous: (move: MoveContinuous) => PBTween['mode'];
|
|
5205
5180
|
// (undocumented)
|
|
5181
|
+
MoveRotateScale: (params: MoveRotateScaleModeParams) => PBTween['mode'];
|
|
5182
|
+
// (undocumented)
|
|
5206
5183
|
Rotate: (rotate: Rotate) => PBTween['mode'];
|
|
5207
5184
|
// (undocumented)
|
|
5208
5185
|
RotateContinuous: (rotate: RotateContinuous) => PBTween['mode'];
|
|
@@ -5270,7 +5247,6 @@ export interface UiBackgroundProps {
|
|
|
5270
5247
|
textureMode?: TextureMode;
|
|
5271
5248
|
textureSlices?: BorderRect | undefined;
|
|
5272
5249
|
uvs?: number[];
|
|
5273
|
-
videoTexture?: UiVideoTexture;
|
|
5274
5250
|
}
|
|
5275
5251
|
|
|
5276
5252
|
// @public
|
|
@@ -5279,28 +5255,9 @@ export interface UiButtonProps extends UiLabelProps, EntityPropTypes {
|
|
|
5279
5255
|
variant?: 'primary' | 'secondary';
|
|
5280
5256
|
}
|
|
5281
5257
|
|
|
5282
|
-
// @public (undocumented)
|
|
5283
|
-
export const UiCanvas: LastWriteWinElementSetComponentDefinition<PBUiCanvas>;
|
|
5284
|
-
|
|
5285
5258
|
// @public (undocumented)
|
|
5286
5259
|
export const UiCanvasInformation: LastWriteWinElementSetComponentDefinition<PBUiCanvasInformation>;
|
|
5287
5260
|
|
|
5288
|
-
// @public (undocumented)
|
|
5289
|
-
export interface UiCanvasTexture {
|
|
5290
|
-
filterMode?: TextureFilterMode | undefined;
|
|
5291
|
-
// (undocumented)
|
|
5292
|
-
uiCanvasEntity: number;
|
|
5293
|
-
wrapMode?: TextureWrapMode | undefined;
|
|
5294
|
-
}
|
|
5295
|
-
|
|
5296
|
-
// @public (undocumented)
|
|
5297
|
-
export namespace UiCanvasTexture {
|
|
5298
|
-
// (undocumented)
|
|
5299
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): UiCanvasTexture;
|
|
5300
|
-
// (undocumented)
|
|
5301
|
-
export function encode(message: UiCanvasTexture, writer?: _m0.Writer): _m0.Writer;
|
|
5302
|
-
}
|
|
5303
|
-
|
|
5304
5261
|
// @public (undocumented)
|
|
5305
5262
|
export type UiComponent = () => ReactEcs.JSX.ReactNode;
|
|
5306
5263
|
|
|
@@ -5350,13 +5307,16 @@ export interface UiInputProps extends Omit<PBUiInput, 'font' | 'textAlign' | 'fo
|
|
|
5350
5307
|
// @public (undocumented)
|
|
5351
5308
|
export const UiInputResult: LastWriteWinElementSetComponentDefinition<PBUiInputResult>;
|
|
5352
5309
|
|
|
5310
|
+
// @public
|
|
5311
|
+
export type UiInteractableAreaProps = Omit<EntityPropTypes, 'uiTransform'> & {
|
|
5312
|
+
uiTransform?: Omit<NonNullable<EntityPropTypes['uiTransform']>, 'positionType' | 'position'>;
|
|
5313
|
+
};
|
|
5314
|
+
|
|
5353
5315
|
// @public
|
|
5354
5316
|
export interface UiLabelProps {
|
|
5355
5317
|
color?: PBColor4 | undefined;
|
|
5356
5318
|
font?: UiFontType | undefined;
|
|
5357
5319
|
fontSize?: ScaleUnit | undefined;
|
|
5358
|
-
outlineColor?: PBColor4 | undefined;
|
|
5359
|
-
outlineWidth?: number | undefined;
|
|
5360
5320
|
textAlign?: TextAlignType | undefined;
|
|
5361
5321
|
textWrap?: UiTextWrapType | undefined;
|
|
5362
5322
|
value: string;
|
|
@@ -5371,8 +5331,10 @@ export type UiRendererOptions = {
|
|
|
5371
5331
|
virtualHeight: number;
|
|
5372
5332
|
};
|
|
5373
5333
|
|
|
5374
|
-
// @public
|
|
5375
|
-
export
|
|
5334
|
+
// @public
|
|
5335
|
+
export type UiScreenInsetAreaProps = Omit<EntityPropTypes, 'uiTransform'> & {
|
|
5336
|
+
uiTransform?: Omit<NonNullable<EntityPropTypes['uiTransform']>, 'positionType' | 'position'>;
|
|
5337
|
+
};
|
|
5376
5338
|
|
|
5377
5339
|
// @public (undocumented)
|
|
5378
5340
|
export const UiText: LastWriteWinElementSetComponentDefinition<PBUiText>;
|
|
@@ -5402,7 +5364,6 @@ export interface UiTransformProps {
|
|
|
5402
5364
|
// (undocumented)
|
|
5403
5365
|
borderWidth?: Partial<Position> | PositionUnit;
|
|
5404
5366
|
display?: DisplayType;
|
|
5405
|
-
elementId?: string;
|
|
5406
5367
|
flex?: number;
|
|
5407
5368
|
flexBasis?: number;
|
|
5408
5369
|
flexDirection?: FlexDirectionType;
|
|
@@ -5422,22 +5383,10 @@ export interface UiTransformProps {
|
|
|
5422
5383
|
pointerFilter?: PointerFilterType;
|
|
5423
5384
|
position?: Partial<Position> | PositionShorthand;
|
|
5424
5385
|
positionType?: PositionType;
|
|
5425
|
-
scrollPosition?: PBVector2 | string;
|
|
5426
|
-
scrollVisible?: ScrollVisibleType;
|
|
5427
5386
|
width?: PositionUnit | 'auto';
|
|
5428
5387
|
zIndex?: number;
|
|
5429
5388
|
}
|
|
5430
5389
|
|
|
5431
|
-
// @public
|
|
5432
|
-
export interface UiVideoTexture {
|
|
5433
|
-
// (undocumented)
|
|
5434
|
-
filterMode?: TextureFilterType;
|
|
5435
|
-
// (undocumented)
|
|
5436
|
-
videoPlayerEntity: Entity;
|
|
5437
|
-
// (undocumented)
|
|
5438
|
-
wrapMode?: TextureWrapType;
|
|
5439
|
-
}
|
|
5440
|
-
|
|
5441
5390
|
// @public (undocumented)
|
|
5442
5391
|
export type Unpacked<T> = T extends (infer U)[] ? U : T;
|
|
5443
5392
|
|