@dcl/playground-assets 7.12.3-19272644543.commit-c9229e1 → 7.13.0
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 +19 -774
- package/dist/beta.d.ts +19 -774
- package/dist/index.bundled.d.ts +19 -774
- package/dist/index.js +7 -7
- package/dist/index.js.map +4 -4
- package/dist/playground/sdk/apis.d.ts +0 -17
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +19 -774
- package/dist/tsdoc-metadata.json +1 -1
- package/etc/playground-assets.api.json +4200 -11667
- package/etc/playground-assets.api.md +10 -513
- package/package.json +4 -4
|
@@ -136,29 +136,12 @@ export const AvatarAttach: LastWriteWinElementSetComponentDefinition<PBAvatarAtt
|
|
|
136
136
|
// @public (undocumented)
|
|
137
137
|
export const AvatarBase: LastWriteWinElementSetComponentDefinition<PBAvatarBase>;
|
|
138
138
|
|
|
139
|
-
// @public (undocumented)
|
|
140
|
-
export const enum AvatarControlType {
|
|
141
|
-
CCT_NONE = 0,
|
|
142
|
-
CCT_RELATIVE = 1,
|
|
143
|
-
CCT_TANK = 2
|
|
144
|
-
}
|
|
145
|
-
|
|
146
139
|
// @public (undocumented)
|
|
147
140
|
export const AvatarEmoteCommand: GrowOnlyValueSetComponentDefinition<PBAvatarEmoteCommand>;
|
|
148
141
|
|
|
149
142
|
// @public (undocumented)
|
|
150
143
|
export const AvatarEquippedData: LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>;
|
|
151
144
|
|
|
152
|
-
// @public (undocumented)
|
|
153
|
-
export type AvatarEquippedDataComponentDefinitionExtended = LastWriteWinElementSetComponentDefinition<AvatarEquippedDataType>;
|
|
154
|
-
|
|
155
|
-
// 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)
|
|
156
|
-
//
|
|
157
|
-
// @public (undocumented)
|
|
158
|
-
export type AvatarEquippedDataType = Omit<PBAvatarEquippedData, 'forceRender'> & {
|
|
159
|
-
forceRender?: string[] | undefined;
|
|
160
|
-
};
|
|
161
|
-
|
|
162
145
|
// @public (undocumented)
|
|
163
146
|
export const AvatarModifierArea: LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>;
|
|
164
147
|
|
|
@@ -168,41 +151,9 @@ export const enum AvatarModifierType {
|
|
|
168
151
|
AMT_HIDE_AVATARS = 0
|
|
169
152
|
}
|
|
170
153
|
|
|
171
|
-
// @public (undocumented)
|
|
172
|
-
export interface AvatarMovementSettings {
|
|
173
|
-
allowWeightedMovement?: boolean | undefined;
|
|
174
|
-
// (undocumented)
|
|
175
|
-
controlMode?: AvatarControlType | undefined;
|
|
176
|
-
friction?: number | undefined;
|
|
177
|
-
gravity?: number | undefined;
|
|
178
|
-
jumpHeight?: number | undefined;
|
|
179
|
-
maxFallSpeed?: number | undefined;
|
|
180
|
-
runSpeed?: number | undefined;
|
|
181
|
-
turnSpeed?: number | undefined;
|
|
182
|
-
walkSpeed?: number | undefined;
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
// @public (undocumented)
|
|
186
|
-
export namespace AvatarMovementSettings {
|
|
187
|
-
// (undocumented)
|
|
188
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): AvatarMovementSettings;
|
|
189
|
-
// (undocumented)
|
|
190
|
-
export function encode(message: AvatarMovementSettings, writer?: _m0.Writer): _m0.Writer;
|
|
191
|
-
}
|
|
192
|
-
|
|
193
154
|
// @public (undocumented)
|
|
194
155
|
export const AvatarShape: LastWriteWinElementSetComponentDefinition<PBAvatarShape>;
|
|
195
156
|
|
|
196
|
-
// @public (undocumented)
|
|
197
|
-
export type AvatarShapeComponentDefinitionExtended = LastWriteWinElementSetComponentDefinition<AvatarShapeType>;
|
|
198
|
-
|
|
199
|
-
// 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)
|
|
200
|
-
//
|
|
201
|
-
// @public (undocumented)
|
|
202
|
-
export type AvatarShapeType = Omit<PBAvatarShape, 'forceRender'> & {
|
|
203
|
-
forceRender?: string[] | undefined;
|
|
204
|
-
};
|
|
205
|
-
|
|
206
157
|
// @public (undocumented)
|
|
207
158
|
export interface AvatarTexture {
|
|
208
159
|
filterMode?: TextureFilterMode | undefined;
|
|
@@ -405,15 +356,9 @@ export interface ByteBuffer {
|
|
|
405
356
|
writeUtf8String(value: string, writeLength?: boolean): void;
|
|
406
357
|
}
|
|
407
358
|
|
|
408
|
-
// @public
|
|
359
|
+
// @public
|
|
409
360
|
export type Callback = () => void;
|
|
410
361
|
|
|
411
|
-
// @public (undocumented)
|
|
412
|
-
export const CameraLayer: LastWriteWinElementSetComponentDefinition<PBCameraLayer>;
|
|
413
|
-
|
|
414
|
-
// @public (undocumented)
|
|
415
|
-
export const CameraLayers: LastWriteWinElementSetComponentDefinition<PBCameraLayers>;
|
|
416
|
-
|
|
417
362
|
// @public (undocumented)
|
|
418
363
|
export const CameraMode: LastWriteWinElementSetComponentDefinition<PBCameraMode>;
|
|
419
364
|
|
|
@@ -462,29 +407,6 @@ export const enum CameraType {
|
|
|
462
407
|
// @public (undocumented)
|
|
463
408
|
export type Children = ReactEcs.JSX.ReactNode;
|
|
464
409
|
|
|
465
|
-
// @public (undocumented)
|
|
466
|
-
export interface CinematicSettings {
|
|
467
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
|
468
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
|
469
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
|
470
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
|
471
|
-
allowManualRotation?: boolean | undefined;
|
|
472
|
-
cameraEntity: number;
|
|
473
|
-
pitchRange?: number | undefined;
|
|
474
|
-
rollRange?: number | undefined;
|
|
475
|
-
yawRange?: number | undefined;
|
|
476
|
-
zoomMax?: number | undefined;
|
|
477
|
-
zoomMin?: number | undefined;
|
|
478
|
-
}
|
|
479
|
-
|
|
480
|
-
// @public (undocumented)
|
|
481
|
-
export namespace CinematicSettings {
|
|
482
|
-
// (undocumented)
|
|
483
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): CinematicSettings;
|
|
484
|
-
// (undocumented)
|
|
485
|
-
export function encode(message: CinematicSettings, writer?: _m0.Writer): _m0.Writer;
|
|
486
|
-
}
|
|
487
|
-
|
|
488
410
|
// @public (undocumented)
|
|
489
411
|
export const enum ColliderLayer {
|
|
490
412
|
// (undocumented)
|
|
@@ -710,17 +632,12 @@ export const componentDefinitionByName: {
|
|
|
710
632
|
"core::AvatarModifierArea": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>>;
|
|
711
633
|
"core::AvatarShape": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarShape>>;
|
|
712
634
|
"core::Billboard": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBBillboard>>;
|
|
713
|
-
"core::CameraLayer": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBCameraLayer>>;
|
|
714
|
-
"core::CameraLayers": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBCameraLayers>>;
|
|
715
635
|
"core::CameraMode": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBCameraMode>>;
|
|
716
636
|
"core::CameraModeArea": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBCameraModeArea>>;
|
|
717
637
|
"core::EngineInfo": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBEngineInfo>>;
|
|
718
|
-
"core::GlobalLight": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGlobalLight>>;
|
|
719
638
|
"core::GltfContainer": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfContainer>>;
|
|
720
639
|
"core::GltfContainerLoadingState": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfContainerLoadingState>>;
|
|
721
|
-
"core::GltfNode": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfNode>>;
|
|
722
640
|
"core::GltfNodeModifiers": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfNodeModifiers>>;
|
|
723
|
-
"core::GltfNodeState": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfNodeState>>;
|
|
724
641
|
"core::InputModifier": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBInputModifier>>;
|
|
725
642
|
"core::LightSource": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBLightSource>>;
|
|
726
643
|
"core::MainCamera": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMainCamera>>;
|
|
@@ -738,20 +655,17 @@ export const componentDefinitionByName: {
|
|
|
738
655
|
"core::RealmInfo": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBRealmInfo>>;
|
|
739
656
|
"core::SkyboxTime": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBSkyboxTime>>;
|
|
740
657
|
"core::TextShape": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTextShape>>;
|
|
741
|
-
"core::TextureCamera": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTextureCamera>>;
|
|
742
658
|
"core::TriggerArea": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTriggerArea>>;
|
|
743
659
|
"core::TriggerAreaResult": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBTriggerAreaResult>>;
|
|
744
660
|
"core::Tween": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTween>>;
|
|
745
661
|
"core::TweenSequence": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTweenSequence>>;
|
|
746
662
|
"core::TweenState": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTweenState>>;
|
|
747
663
|
"core::UiBackground": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiBackground>>;
|
|
748
|
-
"core::UiCanvas": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiCanvas>>;
|
|
749
664
|
"core::UiCanvasInformation": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiCanvasInformation>>;
|
|
750
665
|
"core::UiDropdown": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiDropdown>>;
|
|
751
666
|
"core::UiDropdownResult": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiDropdownResult>>;
|
|
752
667
|
"core::UiInput": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiInput>>;
|
|
753
668
|
"core::UiInputResult": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiInputResult>>;
|
|
754
|
-
"core::UiScrollResult": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiScrollResult>>;
|
|
755
669
|
"core::UiText": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiText>>;
|
|
756
670
|
"core::UiTransform": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiTransform>>;
|
|
757
671
|
"core::VideoEvent": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBVideoEvent>>;
|
|
@@ -1186,18 +1100,10 @@ export type EntityComponents = {
|
|
|
1186
1100
|
uiBackground: PBUiBackground;
|
|
1187
1101
|
uiInput: PBUiInput;
|
|
1188
1102
|
uiDropdown: PBUiDropdown;
|
|
1189
|
-
onMouseDown:
|
|
1190
|
-
onMouseUp:
|
|
1191
|
-
onMouseEnter:
|
|
1192
|
-
onMouseLeave:
|
|
1193
|
-
onMouseDrag: EventSystemCallback;
|
|
1194
|
-
onMouseDragLocked: EventSystemCallback;
|
|
1195
|
-
onMouseDragEnd: EventSystemCallback;
|
|
1196
|
-
onInputDown: MultiCallback;
|
|
1197
|
-
onInputUp: MultiCallback;
|
|
1198
|
-
onInputDrag: MultiCallback;
|
|
1199
|
-
onInputDragLocked: MultiCallback;
|
|
1200
|
-
onInputDragEnd: MultiCallback;
|
|
1103
|
+
onMouseDown: Callback;
|
|
1104
|
+
onMouseUp: Callback;
|
|
1105
|
+
onMouseEnter: Callback;
|
|
1106
|
+
onMouseLeave: Callback;
|
|
1201
1107
|
};
|
|
1202
1108
|
|
|
1203
1109
|
// @public (undocumented)
|
|
@@ -1249,11 +1155,6 @@ export type EventSystemOptions = {
|
|
|
1249
1155
|
showHighlight?: boolean;
|
|
1250
1156
|
};
|
|
1251
1157
|
|
|
1252
|
-
// @public (undocumented)
|
|
1253
|
-
export type EventSystemOptionsCallback = EventSystemOptions & {
|
|
1254
|
-
cb: EventSystemCallback;
|
|
1255
|
-
};
|
|
1256
|
-
|
|
1257
1158
|
// @public
|
|
1258
1159
|
export type ExcludeUndefined<T> = {
|
|
1259
1160
|
[P in keyof T]: undefined extends T[P] ? never : P;
|
|
@@ -1306,9 +1207,6 @@ export type GlobalDirectionRaycastSystemOptions = {
|
|
|
1306
1207
|
direction?: PBVector3;
|
|
1307
1208
|
};
|
|
1308
1209
|
|
|
1309
|
-
// @public (undocumented)
|
|
1310
|
-
export const GlobalLight: LastWriteWinElementSetComponentDefinition<PBGlobalLight>;
|
|
1311
|
-
|
|
1312
1210
|
// 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)
|
|
1313
1211
|
//
|
|
1314
1212
|
// @public (undocumented)
|
|
@@ -1327,25 +1225,9 @@ export const GltfContainer: LastWriteWinElementSetComponentDefinition<PBGltfCont
|
|
|
1327
1225
|
// @public (undocumented)
|
|
1328
1226
|
export const GltfContainerLoadingState: LastWriteWinElementSetComponentDefinition<PBGltfContainerLoadingState>;
|
|
1329
1227
|
|
|
1330
|
-
// @public (undocumented)
|
|
1331
|
-
export const GltfNode: LastWriteWinElementSetComponentDefinition<PBGltfNode>;
|
|
1332
|
-
|
|
1333
1228
|
// @public (undocumented)
|
|
1334
1229
|
export const GltfNodeModifiers: LastWriteWinElementSetComponentDefinition<PBGltfNodeModifiers>;
|
|
1335
1230
|
|
|
1336
|
-
// @public (undocumented)
|
|
1337
|
-
export const GltfNodeState: LastWriteWinElementSetComponentDefinition<PBGltfNodeState>;
|
|
1338
|
-
|
|
1339
|
-
// @public (undocumented)
|
|
1340
|
-
export const enum GltfNodeStateValue {
|
|
1341
|
-
// (undocumented)
|
|
1342
|
-
GNSV_FAILED = 1,
|
|
1343
|
-
// (undocumented)
|
|
1344
|
-
GNSV_PENDING = 0,
|
|
1345
|
-
// (undocumented)
|
|
1346
|
-
GNSV_READY = 2
|
|
1347
|
-
}
|
|
1348
|
-
|
|
1349
1231
|
// @public (undocumented)
|
|
1350
1232
|
export interface GrowOnlyValueSetComponentDefinition<T> extends BaseComponent<T> {
|
|
1351
1233
|
addValue(entity: Entity, val: DeepReadonly<T>): DeepReadonlySet<T>;
|
|
@@ -1470,7 +1352,6 @@ export type IInputSystem = {
|
|
|
1470
1352
|
isTriggered: (inputAction: InputAction, pointerEventType: PointerEventType, entity?: Entity) => boolean;
|
|
1471
1353
|
isPressed: (inputAction: InputAction) => boolean;
|
|
1472
1354
|
getInputCommand: (inputAction: InputAction, pointerEventType: PointerEventType, entity?: Entity) => PBPointerEventsResult | null;
|
|
1473
|
-
getInputCommands: () => Generator<PBPointerEventsResult>;
|
|
1474
1355
|
};
|
|
1475
1356
|
|
|
1476
1357
|
// @public
|
|
@@ -1720,18 +1601,10 @@ export interface LightSourceHelper {
|
|
|
1720
1601
|
|
|
1721
1602
|
// @public
|
|
1722
1603
|
export type Listeners = {
|
|
1723
|
-
onMouseDown?:
|
|
1724
|
-
onMouseUp?:
|
|
1725
|
-
onMouseEnter?:
|
|
1726
|
-
onMouseLeave?:
|
|
1727
|
-
onMouseDrag?: EventSystemCallback;
|
|
1728
|
-
onMouseDragLocked?: EventSystemCallback;
|
|
1729
|
-
onMouseDragEnd?: EventSystemCallback;
|
|
1730
|
-
onInputDown?: MultiCallback;
|
|
1731
|
-
onInputUp?: MultiCallback;
|
|
1732
|
-
onInputDrag?: MultiCallback;
|
|
1733
|
-
onInputDragLocked?: MultiCallback;
|
|
1734
|
-
onInputDragEnd?: MultiCallback;
|
|
1604
|
+
onMouseDown?: Callback;
|
|
1605
|
+
onMouseUp?: Callback;
|
|
1606
|
+
onMouseEnter?: Callback;
|
|
1607
|
+
onMouseLeave?: Callback;
|
|
1735
1608
|
};
|
|
1736
1609
|
|
|
1737
1610
|
// @public (undocumented)
|
|
@@ -1971,7 +1844,6 @@ export const MeshCollider: MeshColliderComponentDefinitionExtended;
|
|
|
1971
1844
|
export interface MeshColliderComponentDefinitionExtended extends LastWriteWinElementSetComponentDefinition<PBMeshCollider> {
|
|
1972
1845
|
setBox(entity: Entity, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
|
1973
1846
|
setCylinder(entity: Entity, radiusBottom?: number, radiusTop?: number, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
|
1974
|
-
setGltfMesh(entity: Entity, source: string, meshName: string, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
|
1975
1847
|
setPlane(entity: Entity, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
|
1976
1848
|
setSphere(entity: Entity, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
|
1977
1849
|
}
|
|
@@ -1985,7 +1857,6 @@ export const MeshRenderer: MeshRendererComponentDefinitionExtended;
|
|
|
1985
1857
|
export interface MeshRendererComponentDefinitionExtended extends LastWriteWinElementSetComponentDefinition<PBMeshRenderer> {
|
|
1986
1858
|
setBox(entity: Entity, uvs?: number[]): void;
|
|
1987
1859
|
setCylinder(entity: Entity, radiusBottom?: number, radiusTop?: number): void;
|
|
1988
|
-
setGltfMesh(entity: Entity, source: string, meshName: string): void;
|
|
1989
1860
|
setPlane(entity: Entity, uvs?: number[]): void;
|
|
1990
1861
|
setSphere(entity: Entity): void;
|
|
1991
1862
|
}
|
|
@@ -2033,20 +1904,6 @@ export namespace MoveContinuous {
|
|
|
2033
1904
|
export function encode(message: MoveContinuous, writer?: _m0.Writer): _m0.Writer;
|
|
2034
1905
|
}
|
|
2035
1906
|
|
|
2036
|
-
// Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
|
|
2037
|
-
// Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
|
|
2038
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
|
2039
|
-
// Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
|
|
2040
|
-
// Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
|
|
2041
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
|
2042
|
-
// Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
|
|
2043
|
-
// Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
|
|
2044
|
-
// Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
|
|
2045
|
-
// Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
|
|
2046
|
-
//
|
|
2047
|
-
// @public
|
|
2048
|
-
export type MultiCallback = Partial<Record<InputAction, EventSystemCallback>>;
|
|
2049
|
-
|
|
2050
1907
|
// 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)
|
|
2051
1908
|
//
|
|
2052
1909
|
// @public (undocumented)
|
|
@@ -2253,19 +2110,6 @@ export const onVideoEvent: Observable<{
|
|
|
2253
2110
|
totalVideoLength: number;
|
|
2254
2111
|
}>;
|
|
2255
2112
|
|
|
2256
|
-
// @public (undocumented)
|
|
2257
|
-
export interface Orthographic {
|
|
2258
|
-
verticalRange?: number | undefined;
|
|
2259
|
-
}
|
|
2260
|
-
|
|
2261
|
-
// @public (undocumented)
|
|
2262
|
-
export namespace Orthographic {
|
|
2263
|
-
// (undocumented)
|
|
2264
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): Orthographic;
|
|
2265
|
-
// (undocumented)
|
|
2266
|
-
export function encode(message: Orthographic, writer?: _m0.Writer): _m0.Writer;
|
|
2267
|
-
}
|
|
2268
|
-
|
|
2269
2113
|
// @public
|
|
2270
2114
|
export type OverflowType = 'hidden' | 'scroll' | 'visible';
|
|
2271
2115
|
|
|
@@ -2406,7 +2250,6 @@ export namespace PBAvatarEmoteCommand {
|
|
|
2406
2250
|
export interface PBAvatarEquippedData {
|
|
2407
2251
|
// (undocumented)
|
|
2408
2252
|
emoteUrns: string[];
|
|
2409
|
-
forceRender: string[];
|
|
2410
2253
|
// (undocumented)
|
|
2411
2254
|
wearableUrns: string[];
|
|
2412
2255
|
}
|
|
@@ -2424,9 +2267,6 @@ export interface PBAvatarModifierArea {
|
|
|
2424
2267
|
area: PBVector3 | undefined;
|
|
2425
2268
|
excludeIds: string[];
|
|
2426
2269
|
modifiers: AvatarModifierType[];
|
|
2427
|
-
// (undocumented)
|
|
2428
|
-
movementSettings?: AvatarMovementSettings | undefined;
|
|
2429
|
-
useColliderRange?: boolean | undefined;
|
|
2430
2270
|
}
|
|
2431
2271
|
|
|
2432
2272
|
// @public (undocumented)
|
|
@@ -2444,7 +2284,6 @@ export interface PBAvatarShape {
|
|
|
2444
2284
|
expressionTriggerId?: string | undefined;
|
|
2445
2285
|
expressionTriggerTimestamp?: number | undefined;
|
|
2446
2286
|
eyeColor?: PBColor3 | undefined;
|
|
2447
|
-
forceRender: string[];
|
|
2448
2287
|
hairColor?: PBColor3 | undefined;
|
|
2449
2288
|
id: string;
|
|
2450
2289
|
name?: string | undefined;
|
|
@@ -2475,42 +2314,6 @@ export namespace PBBillboard {
|
|
|
2475
2314
|
export function encode(message: PBBillboard, writer?: _m0.Writer): _m0.Writer;
|
|
2476
2315
|
}
|
|
2477
2316
|
|
|
2478
|
-
// @public (undocumented)
|
|
2479
|
-
export interface PBCameraLayer {
|
|
2480
|
-
// (undocumented)
|
|
2481
|
-
ambientBrightnessOverride?: number | undefined;
|
|
2482
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
|
2483
|
-
ambientColorOverride?: PBColor3 | undefined;
|
|
2484
|
-
directionalLight?: boolean | undefined;
|
|
2485
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
|
2486
|
-
layer: number;
|
|
2487
|
-
showAvatars?: boolean | undefined;
|
|
2488
|
-
showFog?: boolean | undefined;
|
|
2489
|
-
showSkybox?: boolean | undefined;
|
|
2490
|
-
}
|
|
2491
|
-
|
|
2492
|
-
// @public (undocumented)
|
|
2493
|
-
export namespace PBCameraLayer {
|
|
2494
|
-
// (undocumented)
|
|
2495
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBCameraLayer;
|
|
2496
|
-
// (undocumented)
|
|
2497
|
-
export function encode(message: PBCameraLayer, writer?: _m0.Writer): _m0.Writer;
|
|
2498
|
-
}
|
|
2499
|
-
|
|
2500
|
-
// @public (undocumented)
|
|
2501
|
-
export interface PBCameraLayers {
|
|
2502
|
-
// (undocumented)
|
|
2503
|
-
layers: number[];
|
|
2504
|
-
}
|
|
2505
|
-
|
|
2506
|
-
// @public (undocumented)
|
|
2507
|
-
export namespace PBCameraLayers {
|
|
2508
|
-
// (undocumented)
|
|
2509
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBCameraLayers;
|
|
2510
|
-
// (undocumented)
|
|
2511
|
-
export function encode(message: PBCameraLayers, writer?: _m0.Writer): _m0.Writer;
|
|
2512
|
-
}
|
|
2513
|
-
|
|
2514
2317
|
// @public (undocumented)
|
|
2515
2318
|
export interface PBCameraMode {
|
|
2516
2319
|
mode: CameraType;
|
|
@@ -2527,10 +2330,7 @@ export namespace PBCameraMode {
|
|
|
2527
2330
|
// @public (undocumented)
|
|
2528
2331
|
export interface PBCameraModeArea {
|
|
2529
2332
|
area: PBVector3 | undefined;
|
|
2530
|
-
// (undocumented)
|
|
2531
|
-
cinematicSettings?: CinematicSettings | undefined;
|
|
2532
2333
|
mode: CameraType;
|
|
2533
|
-
useColliderRange?: boolean | undefined;
|
|
2534
2334
|
}
|
|
2535
2335
|
|
|
2536
2336
|
// @public (undocumented)
|
|
@@ -2594,21 +2394,6 @@ export namespace PBEngineInfo {
|
|
|
2594
2394
|
export function encode(message: PBEngineInfo, writer?: _m0.Writer): _m0.Writer;
|
|
2595
2395
|
}
|
|
2596
2396
|
|
|
2597
|
-
// @public (undocumented)
|
|
2598
|
-
export interface PBGlobalLight {
|
|
2599
|
-
ambientBrightness?: number | undefined;
|
|
2600
|
-
ambientColor?: PBColor3 | undefined;
|
|
2601
|
-
direction?: PBVector3 | undefined;
|
|
2602
|
-
}
|
|
2603
|
-
|
|
2604
|
-
// @public (undocumented)
|
|
2605
|
-
export namespace PBGlobalLight {
|
|
2606
|
-
// (undocumented)
|
|
2607
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBGlobalLight;
|
|
2608
|
-
// (undocumented)
|
|
2609
|
-
export function encode(message: PBGlobalLight, writer?: _m0.Writer): _m0.Writer;
|
|
2610
|
-
}
|
|
2611
|
-
|
|
2612
2397
|
// @public (undocumented)
|
|
2613
2398
|
export interface PBGltfContainer {
|
|
2614
2399
|
invisibleMeshesCollisionMask?: number | undefined;
|
|
@@ -2626,13 +2411,8 @@ export namespace PBGltfContainer {
|
|
|
2626
2411
|
|
|
2627
2412
|
// @public (undocumented)
|
|
2628
2413
|
export interface PBGltfContainerLoadingState {
|
|
2629
|
-
animationNames: string[];
|
|
2630
2414
|
// (undocumented)
|
|
2631
2415
|
currentState: LoadingState;
|
|
2632
|
-
materialNames: string[];
|
|
2633
|
-
meshNames: string[];
|
|
2634
|
-
nodePaths: string[];
|
|
2635
|
-
skinNames: string[];
|
|
2636
2416
|
}
|
|
2637
2417
|
|
|
2638
2418
|
// @public (undocumented)
|
|
@@ -2643,19 +2423,6 @@ export namespace PBGltfContainerLoadingState {
|
|
|
2643
2423
|
export function encode(message: PBGltfContainerLoadingState, writer?: _m0.Writer): _m0.Writer;
|
|
2644
2424
|
}
|
|
2645
2425
|
|
|
2646
|
-
// @public (undocumented)
|
|
2647
|
-
export interface PBGltfNode {
|
|
2648
|
-
path: string;
|
|
2649
|
-
}
|
|
2650
|
-
|
|
2651
|
-
// @public (undocumented)
|
|
2652
|
-
export namespace PBGltfNode {
|
|
2653
|
-
// (undocumented)
|
|
2654
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBGltfNode;
|
|
2655
|
-
// (undocumented)
|
|
2656
|
-
export function encode(message: PBGltfNode, writer?: _m0.Writer): _m0.Writer;
|
|
2657
|
-
}
|
|
2658
|
-
|
|
2659
2426
|
// @public (undocumented)
|
|
2660
2427
|
export interface PBGltfNodeModifiers {
|
|
2661
2428
|
// (undocumented)
|
|
@@ -2685,22 +2452,6 @@ export namespace PBGltfNodeModifiers_GltfNodeModifier {
|
|
|
2685
2452
|
export function encode(message: PBGltfNodeModifiers_GltfNodeModifier, writer?: _m0.Writer): _m0.Writer;
|
|
2686
2453
|
}
|
|
2687
2454
|
|
|
2688
|
-
// @public (undocumented)
|
|
2689
|
-
export interface PBGltfNodeState {
|
|
2690
|
-
// (undocumented)
|
|
2691
|
-
error?: string | undefined;
|
|
2692
|
-
// (undocumented)
|
|
2693
|
-
state: GltfNodeStateValue;
|
|
2694
|
-
}
|
|
2695
|
-
|
|
2696
|
-
// @public (undocumented)
|
|
2697
|
-
export namespace PBGltfNodeState {
|
|
2698
|
-
// (undocumented)
|
|
2699
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBGltfNodeState;
|
|
2700
|
-
// (undocumented)
|
|
2701
|
-
export function encode(message: PBGltfNodeState, writer?: _m0.Writer): _m0.Writer;
|
|
2702
|
-
}
|
|
2703
|
-
|
|
2704
2455
|
// @public (undocumented)
|
|
2705
2456
|
export interface PBInputModifier {
|
|
2706
2457
|
// (undocumented)
|
|
@@ -2809,7 +2560,6 @@ export namespace PBMainCamera {
|
|
|
2809
2560
|
|
|
2810
2561
|
// @public (undocumented)
|
|
2811
2562
|
export interface PBMaterial {
|
|
2812
|
-
gltf?: PBMaterial_GltfMaterial | undefined;
|
|
2813
2563
|
// (undocumented)
|
|
2814
2564
|
material?: {
|
|
2815
2565
|
$case: "unlit";
|
|
@@ -2828,22 +2578,6 @@ export namespace PBMaterial {
|
|
|
2828
2578
|
export function encode(message: PBMaterial, writer?: _m0.Writer): _m0.Writer;
|
|
2829
2579
|
}
|
|
2830
2580
|
|
|
2831
|
-
// @public (undocumented)
|
|
2832
|
-
export interface PBMaterial_GltfMaterial {
|
|
2833
|
-
// (undocumented)
|
|
2834
|
-
gltfSrc: string;
|
|
2835
|
-
// (undocumented)
|
|
2836
|
-
name: string;
|
|
2837
|
-
}
|
|
2838
|
-
|
|
2839
|
-
// @public (undocumented)
|
|
2840
|
-
export namespace PBMaterial_GltfMaterial {
|
|
2841
|
-
// (undocumented)
|
|
2842
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBMaterial_GltfMaterial;
|
|
2843
|
-
// (undocumented)
|
|
2844
|
-
export function encode(message: PBMaterial_GltfMaterial, writer?: _m0.Writer): _m0.Writer;
|
|
2845
|
-
}
|
|
2846
|
-
|
|
2847
2581
|
// @public (undocumented)
|
|
2848
2582
|
export interface PBMaterial_PbrMaterial {
|
|
2849
2583
|
albedoColor?: PBColor4 | undefined;
|
|
@@ -2905,9 +2639,6 @@ export interface PBMeshCollider {
|
|
|
2905
2639
|
} | {
|
|
2906
2640
|
$case: "plane";
|
|
2907
2641
|
plane: PBMeshCollider_PlaneMesh;
|
|
2908
|
-
} | {
|
|
2909
|
-
$case: "gltf";
|
|
2910
|
-
gltf: PBMeshCollider_GltfMesh;
|
|
2911
2642
|
} | undefined;
|
|
2912
2643
|
}
|
|
2913
2644
|
|
|
@@ -2945,20 +2676,6 @@ export namespace PBMeshCollider_CylinderMesh {
|
|
|
2945
2676
|
export function encode(message: PBMeshCollider_CylinderMesh, writer?: _m0.Writer): _m0.Writer;
|
|
2946
2677
|
}
|
|
2947
2678
|
|
|
2948
|
-
// @public (undocumented)
|
|
2949
|
-
export interface PBMeshCollider_GltfMesh {
|
|
2950
|
-
gltfSrc: string;
|
|
2951
|
-
name: string;
|
|
2952
|
-
}
|
|
2953
|
-
|
|
2954
|
-
// @public (undocumented)
|
|
2955
|
-
export namespace PBMeshCollider_GltfMesh {
|
|
2956
|
-
// (undocumented)
|
|
2957
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBMeshCollider_GltfMesh;
|
|
2958
|
-
// (undocumented)
|
|
2959
|
-
export function encode(message: PBMeshCollider_GltfMesh, writer?: _m0.Writer): _m0.Writer;
|
|
2960
|
-
}
|
|
2961
|
-
|
|
2962
2679
|
// @public (undocumented)
|
|
2963
2680
|
export interface PBMeshCollider_PlaneMesh {
|
|
2964
2681
|
}
|
|
@@ -2998,9 +2715,6 @@ export interface PBMeshRenderer {
|
|
|
2998
2715
|
} | {
|
|
2999
2716
|
$case: "plane";
|
|
3000
2717
|
plane: PBMeshRenderer_PlaneMesh;
|
|
3001
|
-
} | {
|
|
3002
|
-
$case: "gltf";
|
|
3003
|
-
gltf: PBMeshRenderer_GltfMesh;
|
|
3004
2718
|
} | undefined;
|
|
3005
2719
|
}
|
|
3006
2720
|
|
|
@@ -3039,20 +2753,6 @@ export namespace PBMeshRenderer_CylinderMesh {
|
|
|
3039
2753
|
export function encode(message: PBMeshRenderer_CylinderMesh, writer?: _m0.Writer): _m0.Writer;
|
|
3040
2754
|
}
|
|
3041
2755
|
|
|
3042
|
-
// @public (undocumented)
|
|
3043
|
-
export interface PBMeshRenderer_GltfMesh {
|
|
3044
|
-
gltfSrc: string;
|
|
3045
|
-
name: string;
|
|
3046
|
-
}
|
|
3047
|
-
|
|
3048
|
-
// @public (undocumented)
|
|
3049
|
-
export namespace PBMeshRenderer_GltfMesh {
|
|
3050
|
-
// (undocumented)
|
|
3051
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBMeshRenderer_GltfMesh;
|
|
3052
|
-
// (undocumented)
|
|
3053
|
-
export function encode(message: PBMeshRenderer_GltfMesh, writer?: _m0.Writer): _m0.Writer;
|
|
3054
|
-
}
|
|
3055
|
-
|
|
3056
2756
|
// @public (undocumented)
|
|
3057
2757
|
export interface PBMeshRenderer_PlaneMesh {
|
|
3058
2758
|
uvs: number[];
|
|
@@ -3354,32 +3054,6 @@ export namespace PBTextShape {
|
|
|
3354
3054
|
export function encode(message: PBTextShape, writer?: _m0.Writer): _m0.Writer;
|
|
3355
3055
|
}
|
|
3356
3056
|
|
|
3357
|
-
// @public (undocumented)
|
|
3358
|
-
export interface PBTextureCamera {
|
|
3359
|
-
clearColor?: PBColor4 | undefined;
|
|
3360
|
-
farPlane?: number | undefined;
|
|
3361
|
-
height?: number | undefined;
|
|
3362
|
-
layer?: number | undefined;
|
|
3363
|
-
// (undocumented)
|
|
3364
|
-
mode?: {
|
|
3365
|
-
$case: "perspective";
|
|
3366
|
-
perspective: Perspective;
|
|
3367
|
-
} | {
|
|
3368
|
-
$case: "orthographic";
|
|
3369
|
-
orthographic: Orthographic;
|
|
3370
|
-
} | undefined;
|
|
3371
|
-
volume?: number | undefined;
|
|
3372
|
-
width?: number | undefined;
|
|
3373
|
-
}
|
|
3374
|
-
|
|
3375
|
-
// @public (undocumented)
|
|
3376
|
-
export namespace PBTextureCamera {
|
|
3377
|
-
// (undocumented)
|
|
3378
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBTextureCamera;
|
|
3379
|
-
// (undocumented)
|
|
3380
|
-
export function encode(message: PBTextureCamera, writer?: _m0.Writer): _m0.Writer;
|
|
3381
|
-
}
|
|
3382
|
-
|
|
3383
3057
|
// @public (undocumented)
|
|
3384
3058
|
export interface PBTriggerArea {
|
|
3385
3059
|
collisionMask?: number | undefined;
|
|
@@ -3520,23 +3194,6 @@ export namespace PBUiBackground {
|
|
|
3520
3194
|
export function encode(message: PBUiBackground, writer?: _m0.Writer): _m0.Writer;
|
|
3521
3195
|
}
|
|
3522
3196
|
|
|
3523
|
-
// @public (undocumented)
|
|
3524
|
-
export interface PBUiCanvas {
|
|
3525
|
-
color?: PBColor4 | undefined;
|
|
3526
|
-
// (undocumented)
|
|
3527
|
-
height: number;
|
|
3528
|
-
// (undocumented)
|
|
3529
|
-
width: number;
|
|
3530
|
-
}
|
|
3531
|
-
|
|
3532
|
-
// @public (undocumented)
|
|
3533
|
-
export namespace PBUiCanvas {
|
|
3534
|
-
// (undocumented)
|
|
3535
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBUiCanvas;
|
|
3536
|
-
// (undocumented)
|
|
3537
|
-
export function encode(message: PBUiCanvas, writer?: _m0.Writer): _m0.Writer;
|
|
3538
|
-
}
|
|
3539
|
-
|
|
3540
3197
|
// @public (undocumented)
|
|
3541
3198
|
export interface PBUiCanvasInformation {
|
|
3542
3199
|
devicePixelRatio: number;
|
|
@@ -3630,27 +3287,11 @@ export namespace PBUiInputResult {
|
|
|
3630
3287
|
export function encode(message: PBUiInputResult, writer?: _m0.Writer): _m0.Writer;
|
|
3631
3288
|
}
|
|
3632
3289
|
|
|
3633
|
-
// @public (undocumented)
|
|
3634
|
-
export interface PBUiScrollResult {
|
|
3635
|
-
// (undocumented)
|
|
3636
|
-
value: PBVector2 | undefined;
|
|
3637
|
-
}
|
|
3638
|
-
|
|
3639
|
-
// @public (undocumented)
|
|
3640
|
-
export namespace PBUiScrollResult {
|
|
3641
|
-
// (undocumented)
|
|
3642
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBUiScrollResult;
|
|
3643
|
-
// (undocumented)
|
|
3644
|
-
export function encode(message: PBUiScrollResult, writer?: _m0.Writer): _m0.Writer;
|
|
3645
|
-
}
|
|
3646
|
-
|
|
3647
3290
|
// @public (undocumented)
|
|
3648
3291
|
export interface PBUiText {
|
|
3649
3292
|
color?: PBColor4 | undefined;
|
|
3650
3293
|
font?: Font | undefined;
|
|
3651
3294
|
fontSize?: number | undefined;
|
|
3652
|
-
outlineColor?: PBColor4 | undefined;
|
|
3653
|
-
outlineWidth?: number | undefined;
|
|
3654
3295
|
textAlign?: TextAlignMode | undefined;
|
|
3655
3296
|
textWrap?: TextWrap | undefined;
|
|
3656
3297
|
value: string;
|
|
@@ -3701,7 +3342,6 @@ export interface PBUiTransform {
|
|
|
3701
3342
|
borderTopWidth?: number | undefined;
|
|
3702
3343
|
borderTopWidthUnit?: YGUnit | undefined;
|
|
3703
3344
|
display: YGDisplay;
|
|
3704
|
-
elementId?: string | undefined;
|
|
3705
3345
|
// (undocumented)
|
|
3706
3346
|
flexBasis: number;
|
|
3707
3347
|
flexBasisUnit: YGUnit;
|
|
@@ -3770,8 +3410,6 @@ export interface PBUiTransform {
|
|
|
3770
3410
|
positionType: YGPositionType;
|
|
3771
3411
|
// (undocumented)
|
|
3772
3412
|
rightOf: number;
|
|
3773
|
-
scrollPosition?: ScrollPositionValue | undefined;
|
|
3774
|
-
scrollVisible?: ShowScrollBar | undefined;
|
|
3775
3413
|
// (undocumented)
|
|
3776
3414
|
width: number;
|
|
3777
3415
|
widthUnit: YGUnit;
|
|
@@ -3887,19 +3525,6 @@ export namespace PBVisibilityComponent {
|
|
|
3887
3525
|
export function encode(message: PBVisibilityComponent, writer?: _m0.Writer): _m0.Writer;
|
|
3888
3526
|
}
|
|
3889
3527
|
|
|
3890
|
-
// @public (undocumented)
|
|
3891
|
-
export interface Perspective {
|
|
3892
|
-
fieldOfView?: number | undefined;
|
|
3893
|
-
}
|
|
3894
|
-
|
|
3895
|
-
// @public (undocumented)
|
|
3896
|
-
export namespace Perspective {
|
|
3897
|
-
// (undocumented)
|
|
3898
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): Perspective;
|
|
3899
|
-
// (undocumented)
|
|
3900
|
-
export function encode(message: Perspective, writer?: _m0.Writer): _m0.Writer;
|
|
3901
|
-
}
|
|
3902
|
-
|
|
3903
3528
|
// @public
|
|
3904
3529
|
export namespace Plane {
|
|
3905
3530
|
// (undocumented)
|
|
@@ -3945,40 +3570,12 @@ export const PointerEventsResult: GrowOnlyValueSetComponentDefinition<PBPointerE
|
|
|
3945
3570
|
|
|
3946
3571
|
// @public (undocumented)
|
|
3947
3572
|
export interface PointerEventsSystem {
|
|
3948
|
-
onPointerDown(pointerData: {
|
|
3949
|
-
entity: Entity;
|
|
3950
|
-
optsList: EventSystemOptionsCallback[];
|
|
3951
|
-
}): void;
|
|
3952
3573
|
onPointerDown(pointerData: {
|
|
3953
3574
|
entity: Entity;
|
|
3954
3575
|
opts?: Partial<EventSystemOptions>;
|
|
3955
3576
|
}, cb: EventSystemCallback): void;
|
|
3956
3577
|
// @deprecated (undocumented)
|
|
3957
3578
|
onPointerDown(entity: Entity, cb: EventSystemCallback, opts?: Partial<EventSystemOptions>): void;
|
|
3958
|
-
onPointerDrag(pointerData: {
|
|
3959
|
-
entity: Entity;
|
|
3960
|
-
optsList: EventSystemOptionsCallback[];
|
|
3961
|
-
}): void;
|
|
3962
|
-
onPointerDrag(pointerData: {
|
|
3963
|
-
entity: Entity;
|
|
3964
|
-
opts?: Partial<EventSystemOptions>;
|
|
3965
|
-
}, cb: EventSystemCallback): void;
|
|
3966
|
-
onPointerDragEnd(pointerData: {
|
|
3967
|
-
entity: Entity;
|
|
3968
|
-
optsList: EventSystemOptionsCallback[];
|
|
3969
|
-
}): void;
|
|
3970
|
-
onPointerDragEnd(pointerData: {
|
|
3971
|
-
entity: Entity;
|
|
3972
|
-
opts?: Partial<EventSystemOptions>;
|
|
3973
|
-
}, cb: EventSystemCallback): void;
|
|
3974
|
-
onPointerDragLocked(pointerData: {
|
|
3975
|
-
entity: Entity;
|
|
3976
|
-
optsList: EventSystemOptionsCallback[];
|
|
3977
|
-
}): void;
|
|
3978
|
-
onPointerDragLocked(pointerData: {
|
|
3979
|
-
entity: Entity;
|
|
3980
|
-
opts?: Partial<EventSystemOptions>;
|
|
3981
|
-
}, cb: EventSystemCallback): void;
|
|
3982
3579
|
onPointerHoverEnter(pointerData: {
|
|
3983
3580
|
entity: Entity;
|
|
3984
3581
|
opts?: Partial<EventSystemOptions>;
|
|
@@ -3987,10 +3584,6 @@ export interface PointerEventsSystem {
|
|
|
3987
3584
|
entity: Entity;
|
|
3988
3585
|
opts?: Partial<EventSystemOptions>;
|
|
3989
3586
|
}, cb: EventSystemCallback): void;
|
|
3990
|
-
onPointerUp(pointerData: {
|
|
3991
|
-
entity: Entity;
|
|
3992
|
-
optsList: EventSystemOptionsCallback[];
|
|
3993
|
-
}): void;
|
|
3994
3587
|
onPointerUp(pointerData: {
|
|
3995
3588
|
entity: Entity;
|
|
3996
3589
|
opts?: Partial<EventSystemOptions>;
|
|
@@ -3998,9 +3591,6 @@ export interface PointerEventsSystem {
|
|
|
3998
3591
|
// @deprecated (undocumented)
|
|
3999
3592
|
onPointerUp(entity: Entity, cb: EventSystemCallback, opts?: Partial<EventSystemOptions>): void;
|
|
4000
3593
|
removeOnPointerDown(entity: Entity): void;
|
|
4001
|
-
removeOnPointerDrag(entity: Entity): void;
|
|
4002
|
-
removeOnPointerDragEnd(entity: Entity): void;
|
|
4003
|
-
removeOnPointerDragLocked(entity: Entity): void;
|
|
4004
3594
|
removeOnPointerHoverEnter(entity: Entity): void;
|
|
4005
3595
|
removeOnPointerHoverLeave(entity: Entity): void;
|
|
4006
3596
|
removeOnPointerUp(entity: Entity): void;
|
|
@@ -4014,12 +3604,6 @@ export const enum PointerEventType {
|
|
|
4014
3604
|
// (undocumented)
|
|
4015
3605
|
PET_DOWN = 1,
|
|
4016
3606
|
// (undocumented)
|
|
4017
|
-
PET_DRAG = 5,
|
|
4018
|
-
// (undocumented)
|
|
4019
|
-
PET_DRAG_END = 6,
|
|
4020
|
-
// (undocumented)
|
|
4021
|
-
PET_DRAG_LOCKED = 4,
|
|
4022
|
-
// (undocumented)
|
|
4023
3607
|
PET_HOVER_ENTER = 2,
|
|
4024
3608
|
// (undocumented)
|
|
4025
3609
|
PET_HOVER_LEAVE = 3,
|
|
@@ -4044,13 +3628,7 @@ export const PointerLock: LastWriteWinElementSetComponentDefinition<PBPointerLoc
|
|
|
4044
3628
|
// @public (undocumented)
|
|
4045
3629
|
export const enum PointerType {
|
|
4046
3630
|
POT_MOUSE = 1,
|
|
4047
|
-
POT_NONE = 0
|
|
4048
|
-
// (undocumented)
|
|
4049
|
-
POT_PAD = 2,
|
|
4050
|
-
// (undocumented)
|
|
4051
|
-
POT_TOUCH = 3,
|
|
4052
|
-
// (undocumented)
|
|
4053
|
-
POT_WAND = 4
|
|
3631
|
+
POT_NONE = 0
|
|
4054
3632
|
}
|
|
4055
3633
|
|
|
4056
3634
|
// @public
|
|
@@ -4295,8 +3873,6 @@ export interface ReactBasedUiSystem {
|
|
|
4295
3873
|
// (undocumented)
|
|
4296
3874
|
destroy(): void;
|
|
4297
3875
|
// (undocumented)
|
|
4298
|
-
setTextureRenderer(entity: Entity, ui: UiComponent): void;
|
|
4299
|
-
// (undocumented)
|
|
4300
3876
|
setUiRenderer(ui: UiComponent): void;
|
|
4301
3877
|
}
|
|
4302
3878
|
|
|
@@ -4569,41 +4145,6 @@ export namespace Schemas {
|
|
|
4569
4145
|
}) => void;
|
|
4570
4146
|
}
|
|
4571
4147
|
|
|
4572
|
-
// @public (undocumented)
|
|
4573
|
-
export interface ScrollPositionValue {
|
|
4574
|
-
// (undocumented)
|
|
4575
|
-
value?: {
|
|
4576
|
-
$case: "position";
|
|
4577
|
-
position: PBVector2;
|
|
4578
|
-
} | {
|
|
4579
|
-
$case: "reference";
|
|
4580
|
-
reference: string;
|
|
4581
|
-
} | undefined;
|
|
4582
|
-
}
|
|
4583
|
-
|
|
4584
|
-
// @public (undocumented)
|
|
4585
|
-
export namespace ScrollPositionValue {
|
|
4586
|
-
// (undocumented)
|
|
4587
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): ScrollPositionValue;
|
|
4588
|
-
// (undocumented)
|
|
4589
|
-
export function encode(message: ScrollPositionValue, writer?: _m0.Writer): _m0.Writer;
|
|
4590
|
-
}
|
|
4591
|
-
|
|
4592
|
-
// @public
|
|
4593
|
-
export type ScrollVisibleType = 'horizontal' | 'vertical' | 'both' | 'hidden';
|
|
4594
|
-
|
|
4595
|
-
// @public (undocumented)
|
|
4596
|
-
export const enum ShowScrollBar {
|
|
4597
|
-
// (undocumented)
|
|
4598
|
-
SSB_BOTH = 0,
|
|
4599
|
-
// (undocumented)
|
|
4600
|
-
SSB_HIDDEN = 3,
|
|
4601
|
-
// (undocumented)
|
|
4602
|
-
SSB_ONLY_HORIZONTAL = 2,
|
|
4603
|
-
// (undocumented)
|
|
4604
|
-
SSB_ONLY_VERTICAL = 1
|
|
4605
|
-
}
|
|
4606
|
-
|
|
4607
4148
|
// @public (undocumented)
|
|
4608
4149
|
export const SkyboxTime: LastWriteWinElementSetComponentDefinition<PBSkyboxTime>;
|
|
4609
4150
|
|
|
@@ -4717,9 +4258,6 @@ export namespace Texture {
|
|
|
4717
4258
|
export function encode(message: Texture, writer?: _m0.Writer): _m0.Writer;
|
|
4718
4259
|
}
|
|
4719
4260
|
|
|
4720
|
-
// @public (undocumented)
|
|
4721
|
-
export const TextureCamera: LastWriteWinElementSetComponentDefinition<PBTextureCamera>;
|
|
4722
|
-
|
|
4723
4261
|
// @public (undocumented)
|
|
4724
4262
|
export const enum TextureFilterMode {
|
|
4725
4263
|
// (undocumented)
|
|
@@ -4799,9 +4337,6 @@ export interface TextureUnion {
|
|
|
4799
4337
|
} | {
|
|
4800
4338
|
$case: "videoTexture";
|
|
4801
4339
|
videoTexture: VideoTexture;
|
|
4802
|
-
} | {
|
|
4803
|
-
$case: "uiTexture";
|
|
4804
|
-
uiTexture: UiCanvasTexture;
|
|
4805
4340
|
} | undefined;
|
|
4806
4341
|
}
|
|
4807
4342
|
|
|
@@ -5039,7 +4574,6 @@ export interface UiBackgroundProps {
|
|
|
5039
4574
|
textureMode?: TextureMode;
|
|
5040
4575
|
textureSlices?: BorderRect | undefined;
|
|
5041
4576
|
uvs?: number[];
|
|
5042
|
-
videoTexture?: UiVideoTexture;
|
|
5043
4577
|
}
|
|
5044
4578
|
|
|
5045
4579
|
// @public
|
|
@@ -5048,28 +4582,9 @@ export interface UiButtonProps extends UiLabelProps, EntityPropTypes {
|
|
|
5048
4582
|
variant?: 'primary' | 'secondary';
|
|
5049
4583
|
}
|
|
5050
4584
|
|
|
5051
|
-
// @public (undocumented)
|
|
5052
|
-
export const UiCanvas: LastWriteWinElementSetComponentDefinition<PBUiCanvas>;
|
|
5053
|
-
|
|
5054
4585
|
// @public (undocumented)
|
|
5055
4586
|
export const UiCanvasInformation: LastWriteWinElementSetComponentDefinition<PBUiCanvasInformation>;
|
|
5056
4587
|
|
|
5057
|
-
// @public (undocumented)
|
|
5058
|
-
export interface UiCanvasTexture {
|
|
5059
|
-
filterMode?: TextureFilterMode | undefined;
|
|
5060
|
-
// (undocumented)
|
|
5061
|
-
uiCanvasEntity: number;
|
|
5062
|
-
wrapMode?: TextureWrapMode | undefined;
|
|
5063
|
-
}
|
|
5064
|
-
|
|
5065
|
-
// @public (undocumented)
|
|
5066
|
-
export namespace UiCanvasTexture {
|
|
5067
|
-
// (undocumented)
|
|
5068
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): UiCanvasTexture;
|
|
5069
|
-
// (undocumented)
|
|
5070
|
-
export function encode(message: UiCanvasTexture, writer?: _m0.Writer): _m0.Writer;
|
|
5071
|
-
}
|
|
5072
|
-
|
|
5073
4588
|
// @public (undocumented)
|
|
5074
4589
|
export type UiComponent = () => ReactEcs.JSX.ReactNode;
|
|
5075
4590
|
|
|
@@ -5124,8 +4639,6 @@ export interface UiLabelProps {
|
|
|
5124
4639
|
color?: PBColor4 | undefined;
|
|
5125
4640
|
font?: UiFontType | undefined;
|
|
5126
4641
|
fontSize?: ScaleUnit | undefined;
|
|
5127
|
-
outlineColor?: PBColor4 | undefined;
|
|
5128
|
-
outlineWidth?: number | undefined;
|
|
5129
4642
|
textAlign?: TextAlignType | undefined;
|
|
5130
4643
|
textWrap?: UiTextWrapType | undefined;
|
|
5131
4644
|
value: string;
|
|
@@ -5134,9 +4647,6 @@ export interface UiLabelProps {
|
|
|
5134
4647
|
// @public
|
|
5135
4648
|
export type uint32 = number;
|
|
5136
4649
|
|
|
5137
|
-
// @public (undocumented)
|
|
5138
|
-
export const UiScrollResult: LastWriteWinElementSetComponentDefinition<PBUiScrollResult>;
|
|
5139
|
-
|
|
5140
4650
|
// @public (undocumented)
|
|
5141
4651
|
export const UiText: LastWriteWinElementSetComponentDefinition<PBUiText>;
|
|
5142
4652
|
|
|
@@ -5165,7 +4675,6 @@ export interface UiTransformProps {
|
|
|
5165
4675
|
// (undocumented)
|
|
5166
4676
|
borderWidth?: Partial<Position> | PositionUnit;
|
|
5167
4677
|
display?: DisplayType;
|
|
5168
|
-
elementId?: string;
|
|
5169
4678
|
flex?: number;
|
|
5170
4679
|
flexBasis?: number;
|
|
5171
4680
|
flexDirection?: FlexDirectionType;
|
|
@@ -5185,22 +4694,10 @@ export interface UiTransformProps {
|
|
|
5185
4694
|
pointerFilter?: PointerFilterType;
|
|
5186
4695
|
position?: Partial<Position> | PositionShorthand;
|
|
5187
4696
|
positionType?: PositionType;
|
|
5188
|
-
scrollPosition?: PBVector2 | string;
|
|
5189
|
-
scrollVisible?: ScrollVisibleType;
|
|
5190
4697
|
width?: PositionUnit | 'auto';
|
|
5191
4698
|
zIndex?: number;
|
|
5192
4699
|
}
|
|
5193
4700
|
|
|
5194
|
-
// @public
|
|
5195
|
-
export interface UiVideoTexture {
|
|
5196
|
-
// (undocumented)
|
|
5197
|
-
filterMode?: TextureFilterType;
|
|
5198
|
-
// (undocumented)
|
|
5199
|
-
videoPlayerEntity: Entity;
|
|
5200
|
-
// (undocumented)
|
|
5201
|
-
wrapMode?: TextureWrapType;
|
|
5202
|
-
}
|
|
5203
|
-
|
|
5204
4701
|
// @public (undocumented)
|
|
5205
4702
|
export type Unpacked<T> = T extends (infer U)[] ? U : T;
|
|
5206
4703
|
|