@dcl/playground-assets 7.8.22-16482785086.commit-b7d3158 → 7.8.22-16494999904.commit-6b8517f
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 +69 -833
- package/dist/beta.d.ts +69 -833
- package/dist/index.bundled.d.ts +69 -833
- package/dist/index.js +7 -7
- package/dist/index.js.map +4 -4
- package/dist/playground/sdk/apis.d.ts +0 -12
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +69 -833
- package/etc/playground-assets.api.json +2195 -9414
- package/etc/playground-assets.api.md +41 -530
- package/package.json +4 -4
@@ -136,30 +136,11 @@ export const AvatarAttach: LastWriteWinElementSetComponentDefinition<PBAvatarAtt
|
|
136
136
|
// @public (undocumented)
|
137
137
|
export const AvatarBase: LastWriteWinElementSetComponentDefinition<PBAvatarBase>;
|
138
138
|
|
139
|
-
// @public (undocumented)
|
140
|
-
export const enum AvatarControlType {
|
141
|
-
CCT_NONE = 0,
|
142
|
-
CCT_RELATIVE = 1,
|
143
|
-
CCT_TANK = 2
|
144
|
-
}
|
145
|
-
|
146
139
|
// @public (undocumented)
|
147
140
|
export const AvatarEmoteCommand: GrowOnlyValueSetComponentDefinition<PBAvatarEmoteCommand>;
|
148
141
|
|
149
|
-
// Warning: (ae-missing-release-tag) "AvatarEquippedData" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
150
|
-
//
|
151
142
|
// @public (undocumented)
|
152
|
-
export const AvatarEquippedData:
|
153
|
-
|
154
|
-
// @public (undocumented)
|
155
|
-
export type AvatarEquippedDataComponentDefinitionExtended = LastWriteWinElementSetComponentDefinition<AvatarEquippedDataType>;
|
156
|
-
|
157
|
-
// Warning: (ae-missing-release-tag) "AvatarEquippedDataType" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
158
|
-
//
|
159
|
-
// @public (undocumented)
|
160
|
-
export type AvatarEquippedDataType = Omit<PBAvatarEquippedData, 'forceRender'> & {
|
161
|
-
forceRender?: string[] | undefined;
|
162
|
-
};
|
143
|
+
export const AvatarEquippedData: LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>;
|
163
144
|
|
164
145
|
// @public (undocumented)
|
165
146
|
export const AvatarModifierArea: LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>;
|
@@ -171,41 +152,7 @@ export const enum AvatarModifierType {
|
|
171
152
|
}
|
172
153
|
|
173
154
|
// @public (undocumented)
|
174
|
-
export
|
175
|
-
allowWeightedMovement?: boolean | undefined;
|
176
|
-
// (undocumented)
|
177
|
-
controlMode?: AvatarControlType | undefined;
|
178
|
-
friction?: number | undefined;
|
179
|
-
gravity?: number | undefined;
|
180
|
-
jumpHeight?: number | undefined;
|
181
|
-
maxFallSpeed?: number | undefined;
|
182
|
-
runSpeed?: number | undefined;
|
183
|
-
turnSpeed?: number | undefined;
|
184
|
-
walkSpeed?: number | undefined;
|
185
|
-
}
|
186
|
-
|
187
|
-
// @public (undocumented)
|
188
|
-
export namespace AvatarMovementSettings {
|
189
|
-
// (undocumented)
|
190
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): AvatarMovementSettings;
|
191
|
-
// (undocumented)
|
192
|
-
export function encode(message: AvatarMovementSettings, writer?: _m0.Writer): _m0.Writer;
|
193
|
-
}
|
194
|
-
|
195
|
-
// Warning: (ae-missing-release-tag) "AvatarShape" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
196
|
-
//
|
197
|
-
// @public (undocumented)
|
198
|
-
export const AvatarShape: AvatarShapeComponentDefinitionExtended;
|
199
|
-
|
200
|
-
// @public (undocumented)
|
201
|
-
export type AvatarShapeComponentDefinitionExtended = LastWriteWinElementSetComponentDefinition<AvatarShapeType>;
|
202
|
-
|
203
|
-
// Warning: (ae-missing-release-tag) "AvatarShapeType" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
204
|
-
//
|
205
|
-
// @public (undocumented)
|
206
|
-
export type AvatarShapeType = Omit<PBAvatarShape, 'forceRender'> & {
|
207
|
-
forceRender?: string[] | undefined;
|
208
|
-
};
|
155
|
+
export const AvatarShape: LastWriteWinElementSetComponentDefinition<PBAvatarShape>;
|
209
156
|
|
210
157
|
// @public (undocumented)
|
211
158
|
export interface AvatarTexture {
|
@@ -409,15 +356,9 @@ export interface ByteBuffer {
|
|
409
356
|
writeUtf8String(value: string, writeLength?: boolean): void;
|
410
357
|
}
|
411
358
|
|
412
|
-
// @public
|
359
|
+
// @public
|
413
360
|
export type Callback = () => void;
|
414
361
|
|
415
|
-
// @public (undocumented)
|
416
|
-
export const CameraLayer: LastWriteWinElementSetComponentDefinition<PBCameraLayer>;
|
417
|
-
|
418
|
-
// @public (undocumented)
|
419
|
-
export const CameraLayers: LastWriteWinElementSetComponentDefinition<PBCameraLayers>;
|
420
|
-
|
421
362
|
// @public (undocumented)
|
422
363
|
export const CameraMode: LastWriteWinElementSetComponentDefinition<PBCameraMode>;
|
423
364
|
|
@@ -466,29 +407,6 @@ export const enum CameraType {
|
|
466
407
|
// @public (undocumented)
|
467
408
|
export type Children = ReactEcs.JSX.ReactNode;
|
468
409
|
|
469
|
-
// @public (undocumented)
|
470
|
-
export interface CinematicSettings {
|
471
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
472
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
473
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
474
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
475
|
-
allowManualRotation?: boolean | undefined;
|
476
|
-
cameraEntity: number;
|
477
|
-
pitchRange?: number | undefined;
|
478
|
-
rollRange?: number | undefined;
|
479
|
-
yawRange?: number | undefined;
|
480
|
-
zoomMax?: number | undefined;
|
481
|
-
zoomMin?: number | undefined;
|
482
|
-
}
|
483
|
-
|
484
|
-
// @public (undocumented)
|
485
|
-
export namespace CinematicSettings {
|
486
|
-
// (undocumented)
|
487
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): CinematicSettings;
|
488
|
-
// (undocumented)
|
489
|
-
export function encode(message: CinematicSettings, writer?: _m0.Writer): _m0.Writer;
|
490
|
-
}
|
491
|
-
|
492
410
|
// @public (undocumented)
|
493
411
|
export const enum ColliderLayer {
|
494
412
|
// (undocumented)
|
@@ -715,18 +633,13 @@ export const componentDefinitionByName: {
|
|
715
633
|
"core::AvatarModifierArea": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>>;
|
716
634
|
"core::AvatarShape": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarShape>>;
|
717
635
|
"core::Billboard": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBBillboard>>;
|
718
|
-
"core::CameraLayer": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBCameraLayer>>;
|
719
|
-
"core::CameraLayers": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBCameraLayers>>;
|
720
636
|
"core::CameraMode": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBCameraMode>>;
|
721
637
|
"core::CameraModeArea": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBCameraModeArea>>;
|
722
638
|
"core::EngineInfo": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBEngineInfo>>;
|
723
|
-
"core::GlobalLight": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGlobalLight>>;
|
724
639
|
"core::GltfContainer": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfContainer>>;
|
725
640
|
"core::GltfContainerLoadingState": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfContainerLoadingState>>;
|
726
|
-
"core::
|
727
|
-
"core::GltfNodeState": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfNodeState>>;
|
641
|
+
"core::GltfNodeModifiers": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfNodeModifiers>>;
|
728
642
|
"core::InputModifier": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBInputModifier>>;
|
729
|
-
"core::Light": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBLight>>;
|
730
643
|
"core::MainCamera": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMainCamera>>;
|
731
644
|
"core::Material": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMaterial>>;
|
732
645
|
"core::MeshCollider": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMeshCollider>>;
|
@@ -740,20 +653,17 @@ export const componentDefinitionByName: {
|
|
740
653
|
"core::Raycast": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBRaycast>>;
|
741
654
|
"core::RaycastResult": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBRaycastResult>>;
|
742
655
|
"core::RealmInfo": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBRealmInfo>>;
|
743
|
-
"core::
|
656
|
+
"core::SkyboxTime": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBSkyboxTime>>;
|
744
657
|
"core::TextShape": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTextShape>>;
|
745
|
-
"core::TextureCamera": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTextureCamera>>;
|
746
658
|
"core::Tween": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTween>>;
|
747
659
|
"core::TweenSequence": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTweenSequence>>;
|
748
660
|
"core::TweenState": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTweenState>>;
|
749
661
|
"core::UiBackground": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiBackground>>;
|
750
|
-
"core::UiCanvas": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiCanvas>>;
|
751
662
|
"core::UiCanvasInformation": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiCanvasInformation>>;
|
752
663
|
"core::UiDropdown": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiDropdown>>;
|
753
664
|
"core::UiDropdownResult": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiDropdownResult>>;
|
754
665
|
"core::UiInput": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiInput>>;
|
755
666
|
"core::UiInputResult": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiInputResult>>;
|
756
|
-
"core::UiScrollResult": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiScrollResult>>;
|
757
667
|
"core::UiText": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiText>>;
|
758
668
|
"core::UiTransform": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiTransform>>;
|
759
669
|
"core::VideoEvent": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBVideoEvent>>;
|
@@ -1188,18 +1098,10 @@ export type EntityComponents = {
|
|
1188
1098
|
uiBackground: PBUiBackground;
|
1189
1099
|
uiInput: PBUiInput;
|
1190
1100
|
uiDropdown: PBUiDropdown;
|
1191
|
-
onMouseDown:
|
1192
|
-
onMouseUp:
|
1193
|
-
onMouseEnter:
|
1194
|
-
onMouseLeave:
|
1195
|
-
onMouseDrag: EventSystemCallback;
|
1196
|
-
onMouseDragLocked: EventSystemCallback;
|
1197
|
-
onMouseDragEnd: EventSystemCallback;
|
1198
|
-
onInputDown: MultiCallback;
|
1199
|
-
onInputUp: MultiCallback;
|
1200
|
-
onInputDrag: MultiCallback;
|
1201
|
-
onInputDragLocked: MultiCallback;
|
1202
|
-
onInputDragEnd: MultiCallback;
|
1101
|
+
onMouseDown: Callback;
|
1102
|
+
onMouseUp: Callback;
|
1103
|
+
onMouseEnter: Callback;
|
1104
|
+
onMouseLeave: Callback;
|
1203
1105
|
};
|
1204
1106
|
|
1205
1107
|
// @public (undocumented)
|
@@ -1251,11 +1153,6 @@ export type EventSystemOptions = {
|
|
1251
1153
|
showHighlight?: boolean;
|
1252
1154
|
};
|
1253
1155
|
|
1254
|
-
// @public (undocumented)
|
1255
|
-
export type EventSystemOptionsCallback = EventSystemOptions & {
|
1256
|
-
cb: EventSystemCallback;
|
1257
|
-
};
|
1258
|
-
|
1259
1156
|
// @public
|
1260
1157
|
export type ExcludeUndefined<T> = {
|
1261
1158
|
[P in keyof T]: undefined extends T[P] ? never : P;
|
@@ -1308,9 +1205,6 @@ export type GlobalDirectionRaycastSystemOptions = {
|
|
1308
1205
|
direction?: PBVector3;
|
1309
1206
|
};
|
1310
1207
|
|
1311
|
-
// @public (undocumented)
|
1312
|
-
export const GlobalLight: LastWriteWinElementSetComponentDefinition<PBGlobalLight>;
|
1313
|
-
|
1314
1208
|
// 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)
|
1315
1209
|
//
|
1316
1210
|
// @public (undocumented)
|
@@ -1330,20 +1224,7 @@ export const GltfContainer: LastWriteWinElementSetComponentDefinition<PBGltfCont
|
|
1330
1224
|
export const GltfContainerLoadingState: LastWriteWinElementSetComponentDefinition<PBGltfContainerLoadingState>;
|
1331
1225
|
|
1332
1226
|
// @public (undocumented)
|
1333
|
-
export const
|
1334
|
-
|
1335
|
-
// @public (undocumented)
|
1336
|
-
export const GltfNodeState: LastWriteWinElementSetComponentDefinition<PBGltfNodeState>;
|
1337
|
-
|
1338
|
-
// @public (undocumented)
|
1339
|
-
export const enum GltfNodeStateValue {
|
1340
|
-
// (undocumented)
|
1341
|
-
GNSV_FAILED = 1,
|
1342
|
-
// (undocumented)
|
1343
|
-
GNSV_PENDING = 0,
|
1344
|
-
// (undocumented)
|
1345
|
-
GNSV_READY = 2
|
1346
|
-
}
|
1227
|
+
export const GltfNodeModifiers: LastWriteWinElementSetComponentDefinition<PBGltfNodeModifiers>;
|
1347
1228
|
|
1348
1229
|
// @public (undocumented)
|
1349
1230
|
export interface GrowOnlyValueSetComponentDefinition<T> extends BaseComponent<T> {
|
@@ -1468,7 +1349,6 @@ export type IInputSystem = {
|
|
1468
1349
|
isTriggered: (inputAction: InputAction, pointerEventType: PointerEventType, entity?: Entity) => boolean;
|
1469
1350
|
isPressed: (inputAction: InputAction) => boolean;
|
1470
1351
|
getInputCommand: (inputAction: InputAction, pointerEventType: PointerEventType, entity?: Entity) => PBPointerEventsResult | null;
|
1471
|
-
getInputCommands: () => Generator<PBPointerEventsResult>;
|
1472
1352
|
};
|
1473
1353
|
|
1474
1354
|
// @public
|
@@ -1698,23 +1578,12 @@ export interface LastWriteWinElementSetComponentDefinition<T> extends BaseCompon
|
|
1698
1578
|
getOrNull(entity: Entity): DeepReadonly<T> | null;
|
1699
1579
|
}
|
1700
1580
|
|
1701
|
-
// @public (undocumented)
|
1702
|
-
export const Light: LastWriteWinElementSetComponentDefinition<PBLight>;
|
1703
|
-
|
1704
1581
|
// @public
|
1705
1582
|
export type Listeners = {
|
1706
|
-
onMouseDown?:
|
1707
|
-
onMouseUp?:
|
1708
|
-
onMouseEnter?:
|
1709
|
-
onMouseLeave?:
|
1710
|
-
onMouseDrag?: EventSystemCallback;
|
1711
|
-
onMouseDragLocked?: EventSystemCallback;
|
1712
|
-
onMouseDragEnd?: EventSystemCallback;
|
1713
|
-
onInputDown?: MultiCallback;
|
1714
|
-
onInputUp?: MultiCallback;
|
1715
|
-
onInputDrag?: MultiCallback;
|
1716
|
-
onInputDragLocked?: MultiCallback;
|
1717
|
-
onInputDragEnd?: MultiCallback;
|
1583
|
+
onMouseDown?: Callback;
|
1584
|
+
onMouseUp?: Callback;
|
1585
|
+
onMouseEnter?: Callback;
|
1586
|
+
onMouseLeave?: Callback;
|
1718
1587
|
};
|
1719
1588
|
|
1720
1589
|
// @public (undocumented)
|
@@ -1954,7 +1823,6 @@ export const MeshCollider: MeshColliderComponentDefinitionExtended;
|
|
1954
1823
|
export interface MeshColliderComponentDefinitionExtended extends LastWriteWinElementSetComponentDefinition<PBMeshCollider> {
|
1955
1824
|
setBox(entity: Entity, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
1956
1825
|
setCylinder(entity: Entity, radiusBottom?: number, radiusTop?: number, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
1957
|
-
setGltfMesh(entity: Entity, source: string, meshName: string, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
1958
1826
|
setPlane(entity: Entity, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
1959
1827
|
setSphere(entity: Entity, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
1960
1828
|
}
|
@@ -1968,7 +1836,6 @@ export const MeshRenderer: MeshRendererComponentDefinitionExtended;
|
|
1968
1836
|
export interface MeshRendererComponentDefinitionExtended extends LastWriteWinElementSetComponentDefinition<PBMeshRenderer> {
|
1969
1837
|
setBox(entity: Entity, uvs?: number[]): void;
|
1970
1838
|
setCylinder(entity: Entity, radiusBottom?: number, radiusTop?: number): void;
|
1971
|
-
setGltfMesh(entity: Entity, source: string, meshName: string): void;
|
1972
1839
|
setPlane(entity: Entity, uvs?: number[]): void;
|
1973
1840
|
setSphere(entity: Entity): void;
|
1974
1841
|
}
|
@@ -2000,20 +1867,6 @@ export namespace Move {
|
|
2000
1867
|
export function encode(message: Move, writer?: _m0.Writer): _m0.Writer;
|
2001
1868
|
}
|
2002
1869
|
|
2003
|
-
// Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
|
2004
|
-
// Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
|
2005
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
2006
|
-
// Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
|
2007
|
-
// Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
|
2008
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
2009
|
-
// Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
|
2010
|
-
// Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
|
2011
|
-
// Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
|
2012
|
-
// Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
|
2013
|
-
//
|
2014
|
-
// @public
|
2015
|
-
export type MultiCallback = Partial<Record<InputAction, EventSystemCallback>>;
|
2016
|
-
|
2017
1870
|
// 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)
|
2018
1871
|
//
|
2019
1872
|
// @public (undocumented)
|
@@ -2220,19 +2073,6 @@ export const onVideoEvent: Observable<{
|
|
2220
2073
|
totalVideoLength: number;
|
2221
2074
|
}>;
|
2222
2075
|
|
2223
|
-
// @public (undocumented)
|
2224
|
-
export interface Orthographic {
|
2225
|
-
verticalRange?: number | undefined;
|
2226
|
-
}
|
2227
|
-
|
2228
|
-
// @public (undocumented)
|
2229
|
-
export namespace Orthographic {
|
2230
|
-
// (undocumented)
|
2231
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): Orthographic;
|
2232
|
-
// (undocumented)
|
2233
|
-
export function encode(message: Orthographic, writer?: _m0.Writer): _m0.Writer;
|
2234
|
-
}
|
2235
|
-
|
2236
2076
|
// @public
|
2237
2077
|
export type OverflowType = 'hidden' | 'scroll' | 'visible';
|
2238
2078
|
|
@@ -2373,7 +2213,6 @@ export namespace PBAvatarEmoteCommand {
|
|
2373
2213
|
export interface PBAvatarEquippedData {
|
2374
2214
|
// (undocumented)
|
2375
2215
|
emoteUrns: string[];
|
2376
|
-
forceRender: string[];
|
2377
2216
|
// (undocumented)
|
2378
2217
|
wearableUrns: string[];
|
2379
2218
|
}
|
@@ -2391,9 +2230,6 @@ export interface PBAvatarModifierArea {
|
|
2391
2230
|
area: PBVector3 | undefined;
|
2392
2231
|
excludeIds: string[];
|
2393
2232
|
modifiers: AvatarModifierType[];
|
2394
|
-
// (undocumented)
|
2395
|
-
movementSettings?: AvatarMovementSettings | undefined;
|
2396
|
-
useColliderRange?: boolean | undefined;
|
2397
2233
|
}
|
2398
2234
|
|
2399
2235
|
// @public (undocumented)
|
@@ -2411,7 +2247,6 @@ export interface PBAvatarShape {
|
|
2411
2247
|
expressionTriggerId?: string | undefined;
|
2412
2248
|
expressionTriggerTimestamp?: number | undefined;
|
2413
2249
|
eyeColor?: PBColor3 | undefined;
|
2414
|
-
forceRender: string[];
|
2415
2250
|
hairColor?: PBColor3 | undefined;
|
2416
2251
|
id: string;
|
2417
2252
|
name?: string | undefined;
|
@@ -2441,42 +2276,6 @@ export namespace PBBillboard {
|
|
2441
2276
|
export function encode(message: PBBillboard, writer?: _m0.Writer): _m0.Writer;
|
2442
2277
|
}
|
2443
2278
|
|
2444
|
-
// @public (undocumented)
|
2445
|
-
export interface PBCameraLayer {
|
2446
|
-
// (undocumented)
|
2447
|
-
ambientBrightnessOverride?: number | undefined;
|
2448
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
2449
|
-
ambientColorOverride?: PBColor3 | undefined;
|
2450
|
-
directionalLight?: boolean | undefined;
|
2451
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
2452
|
-
layer: number;
|
2453
|
-
showAvatars?: boolean | undefined;
|
2454
|
-
showFog?: boolean | undefined;
|
2455
|
-
showSkybox?: boolean | undefined;
|
2456
|
-
}
|
2457
|
-
|
2458
|
-
// @public (undocumented)
|
2459
|
-
export namespace PBCameraLayer {
|
2460
|
-
// (undocumented)
|
2461
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBCameraLayer;
|
2462
|
-
// (undocumented)
|
2463
|
-
export function encode(message: PBCameraLayer, writer?: _m0.Writer): _m0.Writer;
|
2464
|
-
}
|
2465
|
-
|
2466
|
-
// @public (undocumented)
|
2467
|
-
export interface PBCameraLayers {
|
2468
|
-
// (undocumented)
|
2469
|
-
layers: number[];
|
2470
|
-
}
|
2471
|
-
|
2472
|
-
// @public (undocumented)
|
2473
|
-
export namespace PBCameraLayers {
|
2474
|
-
// (undocumented)
|
2475
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBCameraLayers;
|
2476
|
-
// (undocumented)
|
2477
|
-
export function encode(message: PBCameraLayers, writer?: _m0.Writer): _m0.Writer;
|
2478
|
-
}
|
2479
|
-
|
2480
2279
|
// @public (undocumented)
|
2481
2280
|
export interface PBCameraMode {
|
2482
2281
|
mode: CameraType;
|
@@ -2493,10 +2292,7 @@ export namespace PBCameraMode {
|
|
2493
2292
|
// @public (undocumented)
|
2494
2293
|
export interface PBCameraModeArea {
|
2495
2294
|
area: PBVector3 | undefined;
|
2496
|
-
// (undocumented)
|
2497
|
-
cinematicSettings?: CinematicSettings | undefined;
|
2498
2295
|
mode: CameraType;
|
2499
|
-
useColliderRange?: boolean | undefined;
|
2500
2296
|
}
|
2501
2297
|
|
2502
2298
|
// @public (undocumented)
|
@@ -2560,21 +2356,6 @@ export namespace PBEngineInfo {
|
|
2560
2356
|
export function encode(message: PBEngineInfo, writer?: _m0.Writer): _m0.Writer;
|
2561
2357
|
}
|
2562
2358
|
|
2563
|
-
// @public (undocumented)
|
2564
|
-
export interface PBGlobalLight {
|
2565
|
-
ambientBrightness?: number | undefined;
|
2566
|
-
ambientColor?: PBColor3 | undefined;
|
2567
|
-
direction?: PBVector3 | undefined;
|
2568
|
-
}
|
2569
|
-
|
2570
|
-
// @public (undocumented)
|
2571
|
-
export namespace PBGlobalLight {
|
2572
|
-
// (undocumented)
|
2573
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBGlobalLight;
|
2574
|
-
// (undocumented)
|
2575
|
-
export function encode(message: PBGlobalLight, writer?: _m0.Writer): _m0.Writer;
|
2576
|
-
}
|
2577
|
-
|
2578
2359
|
// @public (undocumented)
|
2579
2360
|
export interface PBGltfContainer {
|
2580
2361
|
invisibleMeshesCollisionMask?: number | undefined;
|
@@ -2592,13 +2373,8 @@ export namespace PBGltfContainer {
|
|
2592
2373
|
|
2593
2374
|
// @public (undocumented)
|
2594
2375
|
export interface PBGltfContainerLoadingState {
|
2595
|
-
animationNames: string[];
|
2596
2376
|
// (undocumented)
|
2597
2377
|
currentState: LoadingState;
|
2598
|
-
materialNames: string[];
|
2599
|
-
meshNames: string[];
|
2600
|
-
nodePaths: string[];
|
2601
|
-
skinNames: string[];
|
2602
2378
|
}
|
2603
2379
|
|
2604
2380
|
// @public (undocumented)
|
@@ -2610,32 +2386,32 @@ export namespace PBGltfContainerLoadingState {
|
|
2610
2386
|
}
|
2611
2387
|
|
2612
2388
|
// @public (undocumented)
|
2613
|
-
export interface
|
2614
|
-
|
2389
|
+
export interface PBGltfNodeModifiers {
|
2390
|
+
// (undocumented)
|
2391
|
+
modifiers: PBGltfNodeModifiers_GltfNodeModifier[];
|
2615
2392
|
}
|
2616
2393
|
|
2617
2394
|
// @public (undocumented)
|
2618
|
-
export namespace
|
2395
|
+
export namespace PBGltfNodeModifiers {
|
2619
2396
|
// (undocumented)
|
2620
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number):
|
2397
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBGltfNodeModifiers;
|
2621
2398
|
// (undocumented)
|
2622
|
-
export function encode(message:
|
2399
|
+
export function encode(message: PBGltfNodeModifiers, writer?: _m0.Writer): _m0.Writer;
|
2623
2400
|
}
|
2624
2401
|
|
2625
2402
|
// @public (undocumented)
|
2626
|
-
export interface
|
2627
|
-
|
2628
|
-
|
2629
|
-
|
2630
|
-
state: GltfNodeStateValue;
|
2403
|
+
export interface PBGltfNodeModifiers_GltfNodeModifier {
|
2404
|
+
castShadows?: boolean | undefined;
|
2405
|
+
material?: PBMaterial | undefined;
|
2406
|
+
path: string;
|
2631
2407
|
}
|
2632
2408
|
|
2633
2409
|
// @public (undocumented)
|
2634
|
-
export namespace
|
2410
|
+
export namespace PBGltfNodeModifiers_GltfNodeModifier {
|
2635
2411
|
// (undocumented)
|
2636
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number):
|
2412
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBGltfNodeModifiers_GltfNodeModifier;
|
2637
2413
|
// (undocumented)
|
2638
|
-
export function encode(message:
|
2414
|
+
export function encode(message: PBGltfNodeModifiers_GltfNodeModifier, writer?: _m0.Writer): _m0.Writer;
|
2639
2415
|
}
|
2640
2416
|
|
2641
2417
|
// @public (undocumented)
|
@@ -2679,22 +2455,6 @@ export namespace PBInputModifier_StandardInput {
|
|
2679
2455
|
export function encode(message: PBInputModifier_StandardInput, writer?: _m0.Writer): _m0.Writer;
|
2680
2456
|
}
|
2681
2457
|
|
2682
|
-
// @public (undocumented)
|
2683
|
-
export interface PBLight {
|
2684
|
-
color?: PBColor3 | undefined;
|
2685
|
-
enabled?: boolean | undefined;
|
2686
|
-
illuminance?: number | undefined;
|
2687
|
-
shadows?: boolean | undefined;
|
2688
|
-
}
|
2689
|
-
|
2690
|
-
// @public (undocumented)
|
2691
|
-
export namespace PBLight {
|
2692
|
-
// (undocumented)
|
2693
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBLight;
|
2694
|
-
// (undocumented)
|
2695
|
-
export function encode(message: PBLight, writer?: _m0.Writer): _m0.Writer;
|
2696
|
-
}
|
2697
|
-
|
2698
2458
|
// @public (undocumented)
|
2699
2459
|
export interface PBMainCamera {
|
2700
2460
|
virtualCameraEntity?: number | undefined;
|
@@ -2710,7 +2470,6 @@ export namespace PBMainCamera {
|
|
2710
2470
|
|
2711
2471
|
// @public (undocumented)
|
2712
2472
|
export interface PBMaterial {
|
2713
|
-
gltf?: PBMaterial_GltfMaterial | undefined;
|
2714
2473
|
// (undocumented)
|
2715
2474
|
material?: {
|
2716
2475
|
$case: "unlit";
|
@@ -2729,22 +2488,6 @@ export namespace PBMaterial {
|
|
2729
2488
|
export function encode(message: PBMaterial, writer?: _m0.Writer): _m0.Writer;
|
2730
2489
|
}
|
2731
2490
|
|
2732
|
-
// @public (undocumented)
|
2733
|
-
export interface PBMaterial_GltfMaterial {
|
2734
|
-
// (undocumented)
|
2735
|
-
gltfSrc: string;
|
2736
|
-
// (undocumented)
|
2737
|
-
name: string;
|
2738
|
-
}
|
2739
|
-
|
2740
|
-
// @public (undocumented)
|
2741
|
-
export namespace PBMaterial_GltfMaterial {
|
2742
|
-
// (undocumented)
|
2743
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBMaterial_GltfMaterial;
|
2744
|
-
// (undocumented)
|
2745
|
-
export function encode(message: PBMaterial_GltfMaterial, writer?: _m0.Writer): _m0.Writer;
|
2746
|
-
}
|
2747
|
-
|
2748
2491
|
// @public (undocumented)
|
2749
2492
|
export interface PBMaterial_PbrMaterial {
|
2750
2493
|
albedoColor?: PBColor4 | undefined;
|
@@ -2806,9 +2549,6 @@ export interface PBMeshCollider {
|
|
2806
2549
|
} | {
|
2807
2550
|
$case: "plane";
|
2808
2551
|
plane: PBMeshCollider_PlaneMesh;
|
2809
|
-
} | {
|
2810
|
-
$case: "gltf";
|
2811
|
-
gltf: PBMeshCollider_GltfMesh;
|
2812
2552
|
} | undefined;
|
2813
2553
|
}
|
2814
2554
|
|
@@ -2846,20 +2586,6 @@ export namespace PBMeshCollider_CylinderMesh {
|
|
2846
2586
|
export function encode(message: PBMeshCollider_CylinderMesh, writer?: _m0.Writer): _m0.Writer;
|
2847
2587
|
}
|
2848
2588
|
|
2849
|
-
// @public (undocumented)
|
2850
|
-
export interface PBMeshCollider_GltfMesh {
|
2851
|
-
gltfSrc: string;
|
2852
|
-
name: string;
|
2853
|
-
}
|
2854
|
-
|
2855
|
-
// @public (undocumented)
|
2856
|
-
export namespace PBMeshCollider_GltfMesh {
|
2857
|
-
// (undocumented)
|
2858
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBMeshCollider_GltfMesh;
|
2859
|
-
// (undocumented)
|
2860
|
-
export function encode(message: PBMeshCollider_GltfMesh, writer?: _m0.Writer): _m0.Writer;
|
2861
|
-
}
|
2862
|
-
|
2863
2589
|
// @public (undocumented)
|
2864
2590
|
export interface PBMeshCollider_PlaneMesh {
|
2865
2591
|
}
|
@@ -2899,9 +2625,6 @@ export interface PBMeshRenderer {
|
|
2899
2625
|
} | {
|
2900
2626
|
$case: "plane";
|
2901
2627
|
plane: PBMeshRenderer_PlaneMesh;
|
2902
|
-
} | {
|
2903
|
-
$case: "gltf";
|
2904
|
-
gltf: PBMeshRenderer_GltfMesh;
|
2905
2628
|
} | undefined;
|
2906
2629
|
}
|
2907
2630
|
|
@@ -2940,20 +2663,6 @@ export namespace PBMeshRenderer_CylinderMesh {
|
|
2940
2663
|
export function encode(message: PBMeshRenderer_CylinderMesh, writer?: _m0.Writer): _m0.Writer;
|
2941
2664
|
}
|
2942
2665
|
|
2943
|
-
// @public (undocumented)
|
2944
|
-
export interface PBMeshRenderer_GltfMesh {
|
2945
|
-
gltfSrc: string;
|
2946
|
-
name: string;
|
2947
|
-
}
|
2948
|
-
|
2949
|
-
// @public (undocumented)
|
2950
|
-
export namespace PBMeshRenderer_GltfMesh {
|
2951
|
-
// (undocumented)
|
2952
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBMeshRenderer_GltfMesh;
|
2953
|
-
// (undocumented)
|
2954
|
-
export function encode(message: PBMeshRenderer_GltfMesh, writer?: _m0.Writer): _m0.Writer;
|
2955
|
-
}
|
2956
|
-
|
2957
2666
|
// @public (undocumented)
|
2958
2667
|
export interface PBMeshRenderer_PlaneMesh {
|
2959
2668
|
uvs: number[];
|
@@ -3209,18 +2918,17 @@ export namespace PBRealmInfo {
|
|
3209
2918
|
}
|
3210
2919
|
|
3211
2920
|
// @public (undocumented)
|
3212
|
-
export interface
|
3213
|
-
|
3214
|
-
|
3215
|
-
innerAngle?: number | undefined;
|
2921
|
+
export interface PBSkyboxTime {
|
2922
|
+
fixedTime: number;
|
2923
|
+
transitionMode?: TransitionMode | undefined;
|
3216
2924
|
}
|
3217
2925
|
|
3218
2926
|
// @public (undocumented)
|
3219
|
-
export namespace
|
2927
|
+
export namespace PBSkyboxTime {
|
3220
2928
|
// (undocumented)
|
3221
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number):
|
2929
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBSkyboxTime;
|
3222
2930
|
// (undocumented)
|
3223
|
-
export function encode(message:
|
2931
|
+
export function encode(message: PBSkyboxTime, writer?: _m0.Writer): _m0.Writer;
|
3224
2932
|
}
|
3225
2933
|
|
3226
2934
|
// @public (undocumented)
|
@@ -3256,32 +2964,6 @@ export namespace PBTextShape {
|
|
3256
2964
|
export function encode(message: PBTextShape, writer?: _m0.Writer): _m0.Writer;
|
3257
2965
|
}
|
3258
2966
|
|
3259
|
-
// @public (undocumented)
|
3260
|
-
export interface PBTextureCamera {
|
3261
|
-
clearColor?: PBColor4 | undefined;
|
3262
|
-
farPlane?: number | undefined;
|
3263
|
-
height?: number | undefined;
|
3264
|
-
layer?: number | undefined;
|
3265
|
-
// (undocumented)
|
3266
|
-
mode?: {
|
3267
|
-
$case: "perspective";
|
3268
|
-
perspective: Perspective;
|
3269
|
-
} | {
|
3270
|
-
$case: "orthographic";
|
3271
|
-
orthographic: Orthographic;
|
3272
|
-
} | undefined;
|
3273
|
-
volume?: number | undefined;
|
3274
|
-
width?: number | undefined;
|
3275
|
-
}
|
3276
|
-
|
3277
|
-
// @public (undocumented)
|
3278
|
-
export namespace PBTextureCamera {
|
3279
|
-
// (undocumented)
|
3280
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBTextureCamera;
|
3281
|
-
// (undocumented)
|
3282
|
-
export function encode(message: PBTextureCamera, writer?: _m0.Writer): _m0.Writer;
|
3283
|
-
}
|
3284
|
-
|
3285
2967
|
// @public (undocumented)
|
3286
2968
|
export interface PBTween {
|
3287
2969
|
currentTime?: number | undefined;
|
@@ -3363,23 +3045,6 @@ export namespace PBUiBackground {
|
|
3363
3045
|
export function encode(message: PBUiBackground, writer?: _m0.Writer): _m0.Writer;
|
3364
3046
|
}
|
3365
3047
|
|
3366
|
-
// @public (undocumented)
|
3367
|
-
export interface PBUiCanvas {
|
3368
|
-
color?: PBColor4 | undefined;
|
3369
|
-
// (undocumented)
|
3370
|
-
height: number;
|
3371
|
-
// (undocumented)
|
3372
|
-
width: number;
|
3373
|
-
}
|
3374
|
-
|
3375
|
-
// @public (undocumented)
|
3376
|
-
export namespace PBUiCanvas {
|
3377
|
-
// (undocumented)
|
3378
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBUiCanvas;
|
3379
|
-
// (undocumented)
|
3380
|
-
export function encode(message: PBUiCanvas, writer?: _m0.Writer): _m0.Writer;
|
3381
|
-
}
|
3382
|
-
|
3383
3048
|
// @public (undocumented)
|
3384
3049
|
export interface PBUiCanvasInformation {
|
3385
3050
|
devicePixelRatio: number;
|
@@ -3473,27 +3138,11 @@ export namespace PBUiInputResult {
|
|
3473
3138
|
export function encode(message: PBUiInputResult, writer?: _m0.Writer): _m0.Writer;
|
3474
3139
|
}
|
3475
3140
|
|
3476
|
-
// @public (undocumented)
|
3477
|
-
export interface PBUiScrollResult {
|
3478
|
-
// (undocumented)
|
3479
|
-
value: PBVector2 | undefined;
|
3480
|
-
}
|
3481
|
-
|
3482
|
-
// @public (undocumented)
|
3483
|
-
export namespace PBUiScrollResult {
|
3484
|
-
// (undocumented)
|
3485
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBUiScrollResult;
|
3486
|
-
// (undocumented)
|
3487
|
-
export function encode(message: PBUiScrollResult, writer?: _m0.Writer): _m0.Writer;
|
3488
|
-
}
|
3489
|
-
|
3490
3141
|
// @public (undocumented)
|
3491
3142
|
export interface PBUiText {
|
3492
3143
|
color?: PBColor4 | undefined;
|
3493
3144
|
font?: Font | undefined;
|
3494
3145
|
fontSize?: number | undefined;
|
3495
|
-
outlineColor?: PBColor4 | undefined;
|
3496
|
-
outlineWidth?: number | undefined;
|
3497
3146
|
textAlign?: TextAlignMode | undefined;
|
3498
3147
|
textWrap?: TextWrap | undefined;
|
3499
3148
|
value: string;
|
@@ -3544,7 +3193,6 @@ export interface PBUiTransform {
|
|
3544
3193
|
borderTopWidth?: number | undefined;
|
3545
3194
|
borderTopWidthUnit?: YGUnit | undefined;
|
3546
3195
|
display: YGDisplay;
|
3547
|
-
elementId?: string | undefined;
|
3548
3196
|
// (undocumented)
|
3549
3197
|
flexBasis: number;
|
3550
3198
|
flexBasisUnit: YGUnit;
|
@@ -3613,8 +3261,6 @@ export interface PBUiTransform {
|
|
3613
3261
|
positionType: YGPositionType;
|
3614
3262
|
// (undocumented)
|
3615
3263
|
rightOf: number;
|
3616
|
-
scrollPosition?: ScrollPositionValue | undefined;
|
3617
|
-
scrollVisible?: ShowScrollBar | undefined;
|
3618
3264
|
// (undocumented)
|
3619
3265
|
width: number;
|
3620
3266
|
widthUnit: YGUnit;
|
@@ -3730,19 +3376,6 @@ export namespace PBVisibilityComponent {
|
|
3730
3376
|
export function encode(message: PBVisibilityComponent, writer?: _m0.Writer): _m0.Writer;
|
3731
3377
|
}
|
3732
3378
|
|
3733
|
-
// @public (undocumented)
|
3734
|
-
export interface Perspective {
|
3735
|
-
fieldOfView?: number | undefined;
|
3736
|
-
}
|
3737
|
-
|
3738
|
-
// @public (undocumented)
|
3739
|
-
export namespace Perspective {
|
3740
|
-
// (undocumented)
|
3741
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): Perspective;
|
3742
|
-
// (undocumented)
|
3743
|
-
export function encode(message: Perspective, writer?: _m0.Writer): _m0.Writer;
|
3744
|
-
}
|
3745
|
-
|
3746
3379
|
// @public
|
3747
3380
|
export namespace Plane {
|
3748
3381
|
// (undocumented)
|
@@ -3788,40 +3421,12 @@ export const PointerEventsResult: GrowOnlyValueSetComponentDefinition<PBPointerE
|
|
3788
3421
|
|
3789
3422
|
// @public (undocumented)
|
3790
3423
|
export interface PointerEventsSystem {
|
3791
|
-
onPointerDown(pointerData: {
|
3792
|
-
entity: Entity;
|
3793
|
-
optsList: EventSystemOptionsCallback[];
|
3794
|
-
}): void;
|
3795
3424
|
onPointerDown(pointerData: {
|
3796
3425
|
entity: Entity;
|
3797
3426
|
opts?: Partial<EventSystemOptions>;
|
3798
3427
|
}, cb: EventSystemCallback): void;
|
3799
3428
|
// @deprecated (undocumented)
|
3800
3429
|
onPointerDown(entity: Entity, cb: EventSystemCallback, opts?: Partial<EventSystemOptions>): void;
|
3801
|
-
onPointerDrag(pointerData: {
|
3802
|
-
entity: Entity;
|
3803
|
-
optsList: EventSystemOptionsCallback[];
|
3804
|
-
}): void;
|
3805
|
-
onPointerDrag(pointerData: {
|
3806
|
-
entity: Entity;
|
3807
|
-
opts?: Partial<EventSystemOptions>;
|
3808
|
-
}, cb: EventSystemCallback): void;
|
3809
|
-
onPointerDragEnd(pointerData: {
|
3810
|
-
entity: Entity;
|
3811
|
-
optsList: EventSystemOptionsCallback[];
|
3812
|
-
}): void;
|
3813
|
-
onPointerDragEnd(pointerData: {
|
3814
|
-
entity: Entity;
|
3815
|
-
opts?: Partial<EventSystemOptions>;
|
3816
|
-
}, cb: EventSystemCallback): void;
|
3817
|
-
onPointerDragLocked(pointerData: {
|
3818
|
-
entity: Entity;
|
3819
|
-
optsList: EventSystemOptionsCallback[];
|
3820
|
-
}): void;
|
3821
|
-
onPointerDragLocked(pointerData: {
|
3822
|
-
entity: Entity;
|
3823
|
-
opts?: Partial<EventSystemOptions>;
|
3824
|
-
}, cb: EventSystemCallback): void;
|
3825
3430
|
onPointerHoverEnter(pointerData: {
|
3826
3431
|
entity: Entity;
|
3827
3432
|
opts?: Partial<EventSystemOptions>;
|
@@ -3830,10 +3435,6 @@ export interface PointerEventsSystem {
|
|
3830
3435
|
entity: Entity;
|
3831
3436
|
opts?: Partial<EventSystemOptions>;
|
3832
3437
|
}, cb: EventSystemCallback): void;
|
3833
|
-
onPointerUp(pointerData: {
|
3834
|
-
entity: Entity;
|
3835
|
-
optsList: EventSystemOptionsCallback[];
|
3836
|
-
}): void;
|
3837
3438
|
onPointerUp(pointerData: {
|
3838
3439
|
entity: Entity;
|
3839
3440
|
opts?: Partial<EventSystemOptions>;
|
@@ -3841,9 +3442,6 @@ export interface PointerEventsSystem {
|
|
3841
3442
|
// @deprecated (undocumented)
|
3842
3443
|
onPointerUp(entity: Entity, cb: EventSystemCallback, opts?: Partial<EventSystemOptions>): void;
|
3843
3444
|
removeOnPointerDown(entity: Entity): void;
|
3844
|
-
removeOnPointerDrag(entity: Entity): void;
|
3845
|
-
removeOnPointerDragEnd(entity: Entity): void;
|
3846
|
-
removeOnPointerDragLocked(entity: Entity): void;
|
3847
3445
|
removeOnPointerHoverEnter(entity: Entity): void;
|
3848
3446
|
removeOnPointerHoverLeave(entity: Entity): void;
|
3849
3447
|
removeOnPointerUp(entity: Entity): void;
|
@@ -3857,12 +3455,6 @@ export const enum PointerEventType {
|
|
3857
3455
|
// (undocumented)
|
3858
3456
|
PET_DOWN = 1,
|
3859
3457
|
// (undocumented)
|
3860
|
-
PET_DRAG = 5,
|
3861
|
-
// (undocumented)
|
3862
|
-
PET_DRAG_END = 6,
|
3863
|
-
// (undocumented)
|
3864
|
-
PET_DRAG_LOCKED = 4,
|
3865
|
-
// (undocumented)
|
3866
3458
|
PET_HOVER_ENTER = 2,
|
3867
3459
|
// (undocumented)
|
3868
3460
|
PET_HOVER_LEAVE = 3,
|
@@ -3887,13 +3479,7 @@ export const PointerLock: LastWriteWinElementSetComponentDefinition<PBPointerLoc
|
|
3887
3479
|
// @public (undocumented)
|
3888
3480
|
export const enum PointerType {
|
3889
3481
|
POT_MOUSE = 1,
|
3890
|
-
POT_NONE = 0
|
3891
|
-
// (undocumented)
|
3892
|
-
POT_PAD = 2,
|
3893
|
-
// (undocumented)
|
3894
|
-
POT_TOUCH = 3,
|
3895
|
-
// (undocumented)
|
3896
|
-
POT_WAND = 4
|
3482
|
+
POT_NONE = 0
|
3897
3483
|
}
|
3898
3484
|
|
3899
3485
|
// @public
|
@@ -4138,8 +3724,6 @@ export interface ReactBasedUiSystem {
|
|
4138
3724
|
// (undocumented)
|
4139
3725
|
destroy(): void;
|
4140
3726
|
// (undocumented)
|
4141
|
-
setTextureRenderer(entity: Entity, ui: UiComponent): void;
|
4142
|
-
// (undocumented)
|
4143
3727
|
setUiRenderer(ui: UiComponent): void;
|
4144
3728
|
}
|
4145
3729
|
|
@@ -4397,39 +3981,7 @@ export namespace Schemas {
|
|
4397
3981
|
}
|
4398
3982
|
|
4399
3983
|
// @public (undocumented)
|
4400
|
-
export
|
4401
|
-
// (undocumented)
|
4402
|
-
value?: {
|
4403
|
-
$case: "position";
|
4404
|
-
position: PBVector2;
|
4405
|
-
} | {
|
4406
|
-
$case: "reference";
|
4407
|
-
reference: string;
|
4408
|
-
} | undefined;
|
4409
|
-
}
|
4410
|
-
|
4411
|
-
// @public (undocumented)
|
4412
|
-
export namespace ScrollPositionValue {
|
4413
|
-
// (undocumented)
|
4414
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): ScrollPositionValue;
|
4415
|
-
// (undocumented)
|
4416
|
-
export function encode(message: ScrollPositionValue, writer?: _m0.Writer): _m0.Writer;
|
4417
|
-
}
|
4418
|
-
|
4419
|
-
// @public
|
4420
|
-
export type ScrollVisibleType = 'horizontal' | 'vertical' | 'both' | 'hidden';
|
4421
|
-
|
4422
|
-
// @public (undocumented)
|
4423
|
-
export const enum ShowScrollBar {
|
4424
|
-
// (undocumented)
|
4425
|
-
SSB_BOTH = 0,
|
4426
|
-
// (undocumented)
|
4427
|
-
SSB_HIDDEN = 3,
|
4428
|
-
// (undocumented)
|
4429
|
-
SSB_ONLY_HORIZONTAL = 2,
|
4430
|
-
// (undocumented)
|
4431
|
-
SSB_ONLY_VERTICAL = 1
|
4432
|
-
}
|
3984
|
+
export const SkyboxTime: LastWriteWinElementSetComponentDefinition<PBSkyboxTime>;
|
4433
3985
|
|
4434
3986
|
// @public (undocumented)
|
4435
3987
|
export interface Spec {
|
@@ -4437,9 +3989,6 @@ export interface Spec {
|
|
4437
3989
|
[key: string]: ISchema;
|
4438
3990
|
}
|
4439
3991
|
|
4440
|
-
// @public (undocumented)
|
4441
|
-
export const Spotlight: LastWriteWinElementSetComponentDefinition<PBSpotlight>;
|
4442
|
-
|
4443
3992
|
// @alpha
|
4444
3993
|
export const SyncComponents: ISyncComponents;
|
4445
3994
|
|
@@ -4523,9 +4072,6 @@ export namespace Texture {
|
|
4523
4072
|
export function encode(message: Texture, writer?: _m0.Writer): _m0.Writer;
|
4524
4073
|
}
|
4525
4074
|
|
4526
|
-
// @public (undocumented)
|
4527
|
-
export const TextureCamera: LastWriteWinElementSetComponentDefinition<PBTextureCamera>;
|
4528
|
-
|
4529
4075
|
// @public (undocumented)
|
4530
4076
|
export const enum TextureFilterMode {
|
4531
4077
|
// (undocumented)
|
@@ -4588,9 +4134,6 @@ export interface TextureUnion {
|
|
4588
4134
|
} | {
|
4589
4135
|
$case: "videoTexture";
|
4590
4136
|
videoTexture: VideoTexture;
|
4591
|
-
} | {
|
4592
|
-
$case: "uiTexture";
|
4593
|
-
uiTexture: UiCanvasTexture;
|
4594
4137
|
} | undefined;
|
4595
4138
|
}
|
4596
4139
|
|
@@ -4672,6 +4215,12 @@ export type TransformType = {
|
|
4672
4215
|
// @public (undocumented)
|
4673
4216
|
export type TransformTypeWithOptionals = Partial<TransformType>;
|
4674
4217
|
|
4218
|
+
// @public (undocumented)
|
4219
|
+
export const enum TransitionMode {
|
4220
|
+
TM_BACKWARD = 1,
|
4221
|
+
TM_FORWARD = 0
|
4222
|
+
}
|
4223
|
+
|
4675
4224
|
// @public (undocumented)
|
4676
4225
|
export type Transport = {
|
4677
4226
|
send(message: Uint8Array | Uint8Array[]): Promise<void>;
|
@@ -4761,7 +4310,6 @@ export interface UiBackgroundProps {
|
|
4761
4310
|
textureMode?: TextureMode;
|
4762
4311
|
textureSlices?: BorderRect | undefined;
|
4763
4312
|
uvs?: number[];
|
4764
|
-
videoTexture?: UiVideoTexture;
|
4765
4313
|
}
|
4766
4314
|
|
4767
4315
|
// @public
|
@@ -4770,28 +4318,9 @@ export interface UiButtonProps extends UiLabelProps, EntityPropTypes {
|
|
4770
4318
|
variant?: 'primary' | 'secondary';
|
4771
4319
|
}
|
4772
4320
|
|
4773
|
-
// @public (undocumented)
|
4774
|
-
export const UiCanvas: LastWriteWinElementSetComponentDefinition<PBUiCanvas>;
|
4775
|
-
|
4776
4321
|
// @public (undocumented)
|
4777
4322
|
export const UiCanvasInformation: LastWriteWinElementSetComponentDefinition<PBUiCanvasInformation>;
|
4778
4323
|
|
4779
|
-
// @public (undocumented)
|
4780
|
-
export interface UiCanvasTexture {
|
4781
|
-
filterMode?: TextureFilterMode | undefined;
|
4782
|
-
// (undocumented)
|
4783
|
-
uiCanvasEntity: number;
|
4784
|
-
wrapMode?: TextureWrapMode | undefined;
|
4785
|
-
}
|
4786
|
-
|
4787
|
-
// @public (undocumented)
|
4788
|
-
export namespace UiCanvasTexture {
|
4789
|
-
// (undocumented)
|
4790
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): UiCanvasTexture;
|
4791
|
-
// (undocumented)
|
4792
|
-
export function encode(message: UiCanvasTexture, writer?: _m0.Writer): _m0.Writer;
|
4793
|
-
}
|
4794
|
-
|
4795
4324
|
// @public (undocumented)
|
4796
4325
|
export type UiComponent = () => ReactEcs.JSX.ReactNode;
|
4797
4326
|
|
@@ -4846,8 +4375,6 @@ export interface UiLabelProps {
|
|
4846
4375
|
color?: PBColor4 | undefined;
|
4847
4376
|
font?: UiFontType | undefined;
|
4848
4377
|
fontSize?: ScaleUnit | undefined;
|
4849
|
-
outlineColor?: PBColor4 | undefined;
|
4850
|
-
outlineWidth?: number | undefined;
|
4851
4378
|
textAlign?: TextAlignType | undefined;
|
4852
4379
|
textWrap?: UiTextWrapType | undefined;
|
4853
4380
|
value: string;
|
@@ -4856,9 +4383,6 @@ export interface UiLabelProps {
|
|
4856
4383
|
// @public
|
4857
4384
|
export type uint32 = number;
|
4858
4385
|
|
4859
|
-
// @public (undocumented)
|
4860
|
-
export const UiScrollResult: LastWriteWinElementSetComponentDefinition<PBUiScrollResult>;
|
4861
|
-
|
4862
4386
|
// @public (undocumented)
|
4863
4387
|
export const UiText: LastWriteWinElementSetComponentDefinition<PBUiText>;
|
4864
4388
|
|
@@ -4887,7 +4411,6 @@ export interface UiTransformProps {
|
|
4887
4411
|
// (undocumented)
|
4888
4412
|
borderWidth?: Partial<Position> | PositionUnit;
|
4889
4413
|
display?: DisplayType;
|
4890
|
-
elementId?: string;
|
4891
4414
|
flex?: number;
|
4892
4415
|
flexBasis?: number;
|
4893
4416
|
flexDirection?: FlexDirectionType;
|
@@ -4907,22 +4430,10 @@ export interface UiTransformProps {
|
|
4907
4430
|
pointerFilter?: PointerFilterType;
|
4908
4431
|
position?: Partial<Position> | PositionShorthand;
|
4909
4432
|
positionType?: PositionType;
|
4910
|
-
scrollPosition?: PBVector2 | string;
|
4911
|
-
scrollVisible?: ScrollVisibleType;
|
4912
4433
|
width?: PositionUnit | 'auto';
|
4913
4434
|
zIndex?: number;
|
4914
4435
|
}
|
4915
4436
|
|
4916
|
-
// @public
|
4917
|
-
export interface UiVideoTexture {
|
4918
|
-
// (undocumented)
|
4919
|
-
filterMode?: TextureFilterType;
|
4920
|
-
// (undocumented)
|
4921
|
-
videoPlayerEntity: Entity;
|
4922
|
-
// (undocumented)
|
4923
|
-
wrapMode?: TextureWrapType;
|
4924
|
-
}
|
4925
|
-
|
4926
4437
|
// @public (undocumented)
|
4927
4438
|
export type Unpacked<T> = T extends (infer U)[] ? U : T;
|
4928
4439
|
|