@dcl/playground-assets 7.7.10-13859848918.commit-407cb6b → 7.7.10-13934567813.commit-fb33ab1
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 +103 -799
- package/dist/beta.d.ts +103 -799
- package/dist/index.bundled.d.ts +103 -799
- package/dist/index.js +7 -7
- package/dist/index.js.map +4 -4
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +103 -799
- package/etc/playground-assets.api.json +2898 -9886
- package/etc/playground-assets.api.md +71 -524
- package/package.json +4 -4
- package/README.md +0 -27
@@ -136,31 +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
|
-
// @public (undocumented)
|
152
|
-
export const AvatarEquippedData: AvatarEquippedDataComponentDefinitionExtended;
|
153
|
-
|
154
|
-
// @public (undocumented)
|
155
|
-
export interface AvatarEquippedDataComponentDefinitionExtended extends LastWriteWinElementSetComponentDefinition<AvatarEquippedDataType> {
|
156
|
-
}
|
157
|
-
|
158
|
-
// 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)
|
159
|
-
//
|
160
142
|
// @public (undocumented)
|
161
|
-
export
|
162
|
-
forceRender?: string[] | undefined;
|
163
|
-
};
|
143
|
+
export const AvatarEquippedData: LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>;
|
164
144
|
|
165
145
|
// @public (undocumented)
|
166
146
|
export const AvatarModifierArea: LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>;
|
@@ -172,42 +152,7 @@ export const enum AvatarModifierType {
|
|
172
152
|
}
|
173
153
|
|
174
154
|
// @public (undocumented)
|
175
|
-
export
|
176
|
-
allowWeightedMovement?: boolean | undefined;
|
177
|
-
// (undocumented)
|
178
|
-
controlMode?: AvatarControlType | undefined;
|
179
|
-
friction?: number | undefined;
|
180
|
-
gravity?: number | undefined;
|
181
|
-
jumpHeight?: number | undefined;
|
182
|
-
maxFallSpeed?: number | undefined;
|
183
|
-
runSpeed?: number | undefined;
|
184
|
-
turnSpeed?: number | undefined;
|
185
|
-
walkSpeed?: number | undefined;
|
186
|
-
}
|
187
|
-
|
188
|
-
// @public (undocumented)
|
189
|
-
export namespace AvatarMovementSettings {
|
190
|
-
// (undocumented)
|
191
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): AvatarMovementSettings;
|
192
|
-
// (undocumented)
|
193
|
-
export function encode(message: AvatarMovementSettings, writer?: _m0.Writer): _m0.Writer;
|
194
|
-
}
|
195
|
-
|
196
|
-
// 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)
|
197
|
-
//
|
198
|
-
// @public (undocumented)
|
199
|
-
export const AvatarShape: AvatarShapeComponentDefinitionExtended;
|
200
|
-
|
201
|
-
// @public (undocumented)
|
202
|
-
export interface AvatarShapeComponentDefinitionExtended extends LastWriteWinElementSetComponentDefinition<AvatarShapeType> {
|
203
|
-
}
|
204
|
-
|
205
|
-
// 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)
|
206
|
-
//
|
207
|
-
// @public (undocumented)
|
208
|
-
export type AvatarShapeType = Omit<PBAvatarShape, 'forceRender'> & {
|
209
|
-
forceRender?: string[] | undefined;
|
210
|
-
};
|
155
|
+
export const AvatarShape: LastWriteWinElementSetComponentDefinition<PBAvatarShape>;
|
211
156
|
|
212
157
|
// @public (undocumented)
|
213
158
|
export interface AvatarTexture {
|
@@ -402,12 +347,6 @@ export interface ByteBuffer {
|
|
402
347
|
// @public
|
403
348
|
export type Callback = () => void;
|
404
349
|
|
405
|
-
// @public (undocumented)
|
406
|
-
export const CameraLayer: LastWriteWinElementSetComponentDefinition<PBCameraLayer>;
|
407
|
-
|
408
|
-
// @public (undocumented)
|
409
|
-
export const CameraLayers: LastWriteWinElementSetComponentDefinition<PBCameraLayers>;
|
410
|
-
|
411
350
|
// @public (undocumented)
|
412
351
|
export const CameraMode: LastWriteWinElementSetComponentDefinition<PBCameraMode>;
|
413
352
|
|
@@ -456,29 +395,6 @@ export const enum CameraType {
|
|
456
395
|
// @public (undocumented)
|
457
396
|
export type Children = ReactEcs.JSX.ReactNode;
|
458
397
|
|
459
|
-
// @public (undocumented)
|
460
|
-
export interface CinematicSettings {
|
461
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
462
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
463
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
464
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
465
|
-
allowManualRotation?: boolean | undefined;
|
466
|
-
cameraEntity: number;
|
467
|
-
pitchRange?: number | undefined;
|
468
|
-
rollRange?: number | undefined;
|
469
|
-
yawRange?: number | undefined;
|
470
|
-
zoomMax?: number | undefined;
|
471
|
-
zoomMin?: number | undefined;
|
472
|
-
}
|
473
|
-
|
474
|
-
// @public (undocumented)
|
475
|
-
export namespace CinematicSettings {
|
476
|
-
// (undocumented)
|
477
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): CinematicSettings;
|
478
|
-
// (undocumented)
|
479
|
-
export function encode(message: CinematicSettings, writer?: _m0.Writer): _m0.Writer;
|
480
|
-
}
|
481
|
-
|
482
398
|
// @public (undocumented)
|
483
399
|
export const enum ColliderLayer {
|
484
400
|
// (undocumented)
|
@@ -705,18 +621,13 @@ export const componentDefinitionByName: {
|
|
705
621
|
"core::AvatarModifierArea": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>>;
|
706
622
|
"core::AvatarShape": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarShape>>;
|
707
623
|
"core::Billboard": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBBillboard>>;
|
708
|
-
"core::CameraLayer": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBCameraLayer>>;
|
709
|
-
"core::CameraLayers": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBCameraLayers>>;
|
710
624
|
"core::CameraMode": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBCameraMode>>;
|
711
625
|
"core::CameraModeArea": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBCameraModeArea>>;
|
712
626
|
"core::EngineInfo": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBEngineInfo>>;
|
713
|
-
"core::GlobalLight": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGlobalLight>>;
|
714
627
|
"core::GltfContainer": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfContainer>>;
|
715
628
|
"core::GltfContainerLoadingState": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfContainerLoadingState>>;
|
716
|
-
"core::GltfNode": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfNode>>;
|
717
|
-
"core::GltfNodeState": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfNodeState>>;
|
718
629
|
"core::InputModifier": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBInputModifier>>;
|
719
|
-
"core::
|
630
|
+
"core::LightSource": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBLightSource>>;
|
720
631
|
"core::MainCamera": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMainCamera>>;
|
721
632
|
"core::Material": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMaterial>>;
|
722
633
|
"core::MeshCollider": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMeshCollider>>;
|
@@ -726,24 +637,19 @@ export const componentDefinitionByName: {
|
|
726
637
|
"core::PointerEvents": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBPointerEvents>>;
|
727
638
|
"core::PointerEventsResult": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBPointerEventsResult>>;
|
728
639
|
"core::PointerLock": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBPointerLock>>;
|
729
|
-
"core::PrimaryPointerInfo": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBPrimaryPointerInfo>>;
|
730
640
|
"core::Raycast": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBRaycast>>;
|
731
641
|
"core::RaycastResult": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBRaycastResult>>;
|
732
642
|
"core::RealmInfo": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBRealmInfo>>;
|
733
|
-
"core::Spotlight": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBSpotlight>>;
|
734
643
|
"core::TextShape": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTextShape>>;
|
735
|
-
"core::TextureCamera": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTextureCamera>>;
|
736
644
|
"core::Tween": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTween>>;
|
737
645
|
"core::TweenSequence": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTweenSequence>>;
|
738
646
|
"core::TweenState": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBTweenState>>;
|
739
647
|
"core::UiBackground": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiBackground>>;
|
740
|
-
"core::UiCanvas": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiCanvas>>;
|
741
648
|
"core::UiCanvasInformation": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiCanvasInformation>>;
|
742
649
|
"core::UiDropdown": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiDropdown>>;
|
743
650
|
"core::UiDropdownResult": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiDropdownResult>>;
|
744
651
|
"core::UiInput": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiInput>>;
|
745
652
|
"core::UiInputResult": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiInputResult>>;
|
746
|
-
"core::UiScrollResult": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiScrollResult>>;
|
747
653
|
"core::UiText": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiText>>;
|
748
654
|
"core::UiTransform": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiTransform>>;
|
749
655
|
"core::VideoEvent": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBVideoEvent>>;
|
@@ -941,9 +847,6 @@ export function createInputSystem(engine: IEngine): IInputSystem;
|
|
941
847
|
// @public
|
942
848
|
export function createPointerEventsSystem(engine: IEngine, inputSystem: IInputSystem): PointerEventsSystem;
|
943
849
|
|
944
|
-
// @public (undocumented)
|
945
|
-
export function createReactBasedUiSystem(engine: IEngine, pointerSystem: PointerEventsSystem): ReactBasedUiSystem;
|
946
|
-
|
947
850
|
// @public (undocumented)
|
948
851
|
export function createTweenSystem(engine: IEngine): TweenSystem;
|
949
852
|
|
@@ -1182,9 +1085,6 @@ export type EntityComponents = {
|
|
1182
1085
|
onMouseUp: Callback;
|
1183
1086
|
onMouseEnter: Callback;
|
1184
1087
|
onMouseLeave: Callback;
|
1185
|
-
onMouseDrag: Callback;
|
1186
|
-
onMouseDragLocked: Callback;
|
1187
|
-
onMouseDragEnd: Callback;
|
1188
1088
|
};
|
1189
1089
|
|
1190
1090
|
// @public (undocumented)
|
@@ -1288,9 +1188,6 @@ export type GlobalDirectionRaycastSystemOptions = {
|
|
1288
1188
|
direction?: PBVector3;
|
1289
1189
|
};
|
1290
1190
|
|
1291
|
-
// @public (undocumented)
|
1292
|
-
export const GlobalLight: LastWriteWinElementSetComponentDefinition<PBGlobalLight>;
|
1293
|
-
|
1294
1191
|
// 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)
|
1295
1192
|
//
|
1296
1193
|
// @public (undocumented)
|
@@ -1309,22 +1206,6 @@ export const GltfContainer: LastWriteWinElementSetComponentDefinition<PBGltfCont
|
|
1309
1206
|
// @public (undocumented)
|
1310
1207
|
export const GltfContainerLoadingState: LastWriteWinElementSetComponentDefinition<PBGltfContainerLoadingState>;
|
1311
1208
|
|
1312
|
-
// @public (undocumented)
|
1313
|
-
export const GltfNode: LastWriteWinElementSetComponentDefinition<PBGltfNode>;
|
1314
|
-
|
1315
|
-
// @public (undocumented)
|
1316
|
-
export const GltfNodeState: LastWriteWinElementSetComponentDefinition<PBGltfNodeState>;
|
1317
|
-
|
1318
|
-
// @public (undocumented)
|
1319
|
-
export const enum GltfNodeStateValue {
|
1320
|
-
// (undocumented)
|
1321
|
-
GNSV_FAILED = 1,
|
1322
|
-
// (undocumented)
|
1323
|
-
GNSV_PENDING = 0,
|
1324
|
-
// (undocumented)
|
1325
|
-
GNSV_READY = 2
|
1326
|
-
}
|
1327
|
-
|
1328
1209
|
// @public (undocumented)
|
1329
1210
|
export interface GrowOnlyValueSetComponentDefinition<T> extends BaseComponent<T> {
|
1330
1211
|
addValue(entity: Entity, val: DeepReadonly<T>): DeepReadonlySet<T>;
|
@@ -1676,8 +1557,23 @@ export interface LastWriteWinElementSetComponentDefinition<T> extends BaseCompon
|
|
1676
1557
|
getOrNull(entity: Entity): DeepReadonly<T> | null;
|
1677
1558
|
}
|
1678
1559
|
|
1560
|
+
// Warning: (ae-missing-release-tag) "LightSource" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
1561
|
+
//
|
1562
|
+
// @public (undocumented)
|
1563
|
+
export const LightSource: LightSourceComponentDefinitionExtended;
|
1564
|
+
|
1565
|
+
// @public (undocumented)
|
1566
|
+
export interface LightSourceComponentDefinitionExtended extends LastWriteWinElementSetComponentDefinition<PBLightSource> {
|
1567
|
+
Type: LightSourceHelper;
|
1568
|
+
}
|
1569
|
+
|
1679
1570
|
// @public (undocumented)
|
1680
|
-
export
|
1571
|
+
export interface LightSourceHelper {
|
1572
|
+
// (undocumented)
|
1573
|
+
Point: (point: PBLightSource_Point) => PBLightSource['type'];
|
1574
|
+
// (undocumented)
|
1575
|
+
Spot: (spot: PBLightSource_Spot) => PBLightSource['type'];
|
1576
|
+
}
|
1681
1577
|
|
1682
1578
|
// @public
|
1683
1579
|
export type Listeners = {
|
@@ -1685,9 +1581,6 @@ export type Listeners = {
|
|
1685
1581
|
onMouseUp?: Callback;
|
1686
1582
|
onMouseEnter?: Callback;
|
1687
1583
|
onMouseLeave?: Callback;
|
1688
|
-
onMouseDrag?: Callback;
|
1689
|
-
onMouseDragLocked?: Callback;
|
1690
|
-
onMouseDragEnd?: Callback;
|
1691
1584
|
};
|
1692
1585
|
|
1693
1586
|
// @public (undocumented)
|
@@ -1927,7 +1820,6 @@ export const MeshCollider: MeshColliderComponentDefinitionExtended;
|
|
1927
1820
|
export interface MeshColliderComponentDefinitionExtended extends LastWriteWinElementSetComponentDefinition<PBMeshCollider> {
|
1928
1821
|
setBox(entity: Entity, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
1929
1822
|
setCylinder(entity: Entity, radiusBottom?: number, radiusTop?: number, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
1930
|
-
setGltfMesh(entity: Entity, source: string, meshName: string, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
1931
1823
|
setPlane(entity: Entity, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
1932
1824
|
setSphere(entity: Entity, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
1933
1825
|
}
|
@@ -1941,7 +1833,6 @@ export const MeshRenderer: MeshRendererComponentDefinitionExtended;
|
|
1941
1833
|
export interface MeshRendererComponentDefinitionExtended extends LastWriteWinElementSetComponentDefinition<PBMeshRenderer> {
|
1942
1834
|
setBox(entity: Entity, uvs?: number[]): void;
|
1943
1835
|
setCylinder(entity: Entity, radiusBottom?: number, radiusTop?: number): void;
|
1944
|
-
setGltfMesh(entity: Entity, source: string, meshName: string): void;
|
1945
1836
|
setPlane(entity: Entity, uvs?: number[]): void;
|
1946
1837
|
setSphere(entity: Entity): void;
|
1947
1838
|
}
|
@@ -2179,19 +2070,6 @@ export const onVideoEvent: Observable<{
|
|
2179
2070
|
totalVideoLength: number;
|
2180
2071
|
}>;
|
2181
2072
|
|
2182
|
-
// @public (undocumented)
|
2183
|
-
export interface Orthographic {
|
2184
|
-
verticalRange?: number | undefined;
|
2185
|
-
}
|
2186
|
-
|
2187
|
-
// @public (undocumented)
|
2188
|
-
export namespace Orthographic {
|
2189
|
-
// (undocumented)
|
2190
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): Orthographic;
|
2191
|
-
// (undocumented)
|
2192
|
-
export function encode(message: Orthographic, writer?: _m0.Writer): _m0.Writer;
|
2193
|
-
}
|
2194
|
-
|
2195
2073
|
// @public
|
2196
2074
|
export type OverflowType = 'hidden' | 'scroll' | 'visible';
|
2197
2075
|
|
@@ -2332,7 +2210,6 @@ export namespace PBAvatarEmoteCommand {
|
|
2332
2210
|
export interface PBAvatarEquippedData {
|
2333
2211
|
// (undocumented)
|
2334
2212
|
emoteUrns: string[];
|
2335
|
-
forceRender: string[];
|
2336
2213
|
// (undocumented)
|
2337
2214
|
wearableUrns: string[];
|
2338
2215
|
}
|
@@ -2350,9 +2227,6 @@ export interface PBAvatarModifierArea {
|
|
2350
2227
|
area: PBVector3 | undefined;
|
2351
2228
|
excludeIds: string[];
|
2352
2229
|
modifiers: AvatarModifierType[];
|
2353
|
-
// (undocumented)
|
2354
|
-
movementSettings?: AvatarMovementSettings | undefined;
|
2355
|
-
useColliderRange?: boolean | undefined;
|
2356
2230
|
}
|
2357
2231
|
|
2358
2232
|
// @public (undocumented)
|
@@ -2370,7 +2244,6 @@ export interface PBAvatarShape {
|
|
2370
2244
|
expressionTriggerId?: string | undefined;
|
2371
2245
|
expressionTriggerTimestamp?: number | undefined;
|
2372
2246
|
eyeColor?: PBColor3 | undefined;
|
2373
|
-
forceRender: string[];
|
2374
2247
|
hairColor?: PBColor3 | undefined;
|
2375
2248
|
id: string;
|
2376
2249
|
name?: string | undefined;
|
@@ -2400,42 +2273,6 @@ export namespace PBBillboard {
|
|
2400
2273
|
export function encode(message: PBBillboard, writer?: _m0.Writer): _m0.Writer;
|
2401
2274
|
}
|
2402
2275
|
|
2403
|
-
// @public (undocumented)
|
2404
|
-
export interface PBCameraLayer {
|
2405
|
-
// (undocumented)
|
2406
|
-
ambientBrightnessOverride?: number | undefined;
|
2407
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
2408
|
-
ambientColorOverride?: PBColor3 | undefined;
|
2409
|
-
directionalLight?: boolean | undefined;
|
2410
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
2411
|
-
layer: number;
|
2412
|
-
showAvatars?: boolean | undefined;
|
2413
|
-
showFog?: boolean | undefined;
|
2414
|
-
showSkybox?: boolean | undefined;
|
2415
|
-
}
|
2416
|
-
|
2417
|
-
// @public (undocumented)
|
2418
|
-
export namespace PBCameraLayer {
|
2419
|
-
// (undocumented)
|
2420
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBCameraLayer;
|
2421
|
-
// (undocumented)
|
2422
|
-
export function encode(message: PBCameraLayer, writer?: _m0.Writer): _m0.Writer;
|
2423
|
-
}
|
2424
|
-
|
2425
|
-
// @public (undocumented)
|
2426
|
-
export interface PBCameraLayers {
|
2427
|
-
// (undocumented)
|
2428
|
-
layers: number[];
|
2429
|
-
}
|
2430
|
-
|
2431
|
-
// @public (undocumented)
|
2432
|
-
export namespace PBCameraLayers {
|
2433
|
-
// (undocumented)
|
2434
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBCameraLayers;
|
2435
|
-
// (undocumented)
|
2436
|
-
export function encode(message: PBCameraLayers, writer?: _m0.Writer): _m0.Writer;
|
2437
|
-
}
|
2438
|
-
|
2439
2276
|
// @public (undocumented)
|
2440
2277
|
export interface PBCameraMode {
|
2441
2278
|
mode: CameraType;
|
@@ -2452,10 +2289,7 @@ export namespace PBCameraMode {
|
|
2452
2289
|
// @public (undocumented)
|
2453
2290
|
export interface PBCameraModeArea {
|
2454
2291
|
area: PBVector3 | undefined;
|
2455
|
-
// (undocumented)
|
2456
|
-
cinematicSettings?: CinematicSettings | undefined;
|
2457
2292
|
mode: CameraType;
|
2458
|
-
useColliderRange?: boolean | undefined;
|
2459
2293
|
}
|
2460
2294
|
|
2461
2295
|
// @public (undocumented)
|
@@ -2519,21 +2353,6 @@ export namespace PBEngineInfo {
|
|
2519
2353
|
export function encode(message: PBEngineInfo, writer?: _m0.Writer): _m0.Writer;
|
2520
2354
|
}
|
2521
2355
|
|
2522
|
-
// @public (undocumented)
|
2523
|
-
export interface PBGlobalLight {
|
2524
|
-
ambientBrightness?: number | undefined;
|
2525
|
-
ambientColor?: PBColor3 | undefined;
|
2526
|
-
direction?: PBVector3 | undefined;
|
2527
|
-
}
|
2528
|
-
|
2529
|
-
// @public (undocumented)
|
2530
|
-
export namespace PBGlobalLight {
|
2531
|
-
// (undocumented)
|
2532
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBGlobalLight;
|
2533
|
-
// (undocumented)
|
2534
|
-
export function encode(message: PBGlobalLight, writer?: _m0.Writer): _m0.Writer;
|
2535
|
-
}
|
2536
|
-
|
2537
2356
|
// @public (undocumented)
|
2538
2357
|
export interface PBGltfContainer {
|
2539
2358
|
invisibleMeshesCollisionMask?: number | undefined;
|
@@ -2551,13 +2370,8 @@ export namespace PBGltfContainer {
|
|
2551
2370
|
|
2552
2371
|
// @public (undocumented)
|
2553
2372
|
export interface PBGltfContainerLoadingState {
|
2554
|
-
animationNames: string[];
|
2555
2373
|
// (undocumented)
|
2556
2374
|
currentState: LoadingState;
|
2557
|
-
materialNames: string[];
|
2558
|
-
meshNames: string[];
|
2559
|
-
nodePaths: string[];
|
2560
|
-
skinNames: string[];
|
2561
2375
|
}
|
2562
2376
|
|
2563
2377
|
// @public (undocumented)
|
@@ -2568,35 +2382,6 @@ export namespace PBGltfContainerLoadingState {
|
|
2568
2382
|
export function encode(message: PBGltfContainerLoadingState, writer?: _m0.Writer): _m0.Writer;
|
2569
2383
|
}
|
2570
2384
|
|
2571
|
-
// @public (undocumented)
|
2572
|
-
export interface PBGltfNode {
|
2573
|
-
path: string;
|
2574
|
-
}
|
2575
|
-
|
2576
|
-
// @public (undocumented)
|
2577
|
-
export namespace PBGltfNode {
|
2578
|
-
// (undocumented)
|
2579
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBGltfNode;
|
2580
|
-
// (undocumented)
|
2581
|
-
export function encode(message: PBGltfNode, writer?: _m0.Writer): _m0.Writer;
|
2582
|
-
}
|
2583
|
-
|
2584
|
-
// @public (undocumented)
|
2585
|
-
export interface PBGltfNodeState {
|
2586
|
-
// (undocumented)
|
2587
|
-
error?: string | undefined;
|
2588
|
-
// (undocumented)
|
2589
|
-
state: GltfNodeStateValue;
|
2590
|
-
}
|
2591
|
-
|
2592
|
-
// @public (undocumented)
|
2593
|
-
export namespace PBGltfNodeState {
|
2594
|
-
// (undocumented)
|
2595
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBGltfNodeState;
|
2596
|
-
// (undocumented)
|
2597
|
-
export function encode(message: PBGltfNodeState, writer?: _m0.Writer): _m0.Writer;
|
2598
|
-
}
|
2599
|
-
|
2600
2385
|
// @public (undocumented)
|
2601
2386
|
export interface PBInputModifier {
|
2602
2387
|
// (undocumented)
|
@@ -2639,19 +2424,63 @@ export namespace PBInputModifier_StandardInput {
|
|
2639
2424
|
}
|
2640
2425
|
|
2641
2426
|
// @public (undocumented)
|
2642
|
-
export interface
|
2427
|
+
export interface PBLightSource {
|
2428
|
+
active?: boolean | undefined;
|
2429
|
+
brightness?: number | undefined;
|
2643
2430
|
color?: PBColor3 | undefined;
|
2644
|
-
|
2645
|
-
|
2646
|
-
|
2431
|
+
range?: number | undefined;
|
2432
|
+
// (undocumented)
|
2433
|
+
type?: {
|
2434
|
+
$case: "point";
|
2435
|
+
point: PBLightSource_Point;
|
2436
|
+
} | {
|
2437
|
+
$case: "spot";
|
2438
|
+
spot: PBLightSource_Spot;
|
2439
|
+
} | undefined;
|
2440
|
+
}
|
2441
|
+
|
2442
|
+
// @public (undocumented)
|
2443
|
+
export namespace PBLightSource {
|
2444
|
+
// (undocumented)
|
2445
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBLightSource;
|
2446
|
+
// (undocumented)
|
2447
|
+
export function encode(message: PBLightSource, writer?: _m0.Writer): _m0.Writer;
|
2448
|
+
}
|
2449
|
+
|
2450
|
+
// @public (undocumented)
|
2451
|
+
export interface PBLightSource_Point {
|
2452
|
+
shadow?: PBLightSource_ShadowType | undefined;
|
2453
|
+
}
|
2454
|
+
|
2455
|
+
// @public (undocumented)
|
2456
|
+
export namespace PBLightSource_Point {
|
2457
|
+
// (undocumented)
|
2458
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBLightSource_Point;
|
2459
|
+
// (undocumented)
|
2460
|
+
export function encode(message: PBLightSource_Point, writer?: _m0.Writer): _m0.Writer;
|
2461
|
+
}
|
2462
|
+
|
2463
|
+
// @public (undocumented)
|
2464
|
+
export const enum PBLightSource_ShadowType {
|
2465
|
+
ST_HARD = 2,
|
2466
|
+
ST_NONE = 0,
|
2467
|
+
ST_SOFT = 1
|
2468
|
+
}
|
2469
|
+
|
2470
|
+
// @public (undocumented)
|
2471
|
+
export interface PBLightSource_Spot {
|
2472
|
+
innerAngle?: number | undefined;
|
2473
|
+
outerAngle?: number | undefined;
|
2474
|
+
shadow?: PBLightSource_ShadowType | undefined;
|
2475
|
+
shadowMaskTexture?: TextureUnion | undefined;
|
2647
2476
|
}
|
2648
2477
|
|
2649
2478
|
// @public (undocumented)
|
2650
|
-
export namespace
|
2479
|
+
export namespace PBLightSource_Spot {
|
2651
2480
|
// (undocumented)
|
2652
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number):
|
2481
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBLightSource_Spot;
|
2653
2482
|
// (undocumented)
|
2654
|
-
export function encode(message:
|
2483
|
+
export function encode(message: PBLightSource_Spot, writer?: _m0.Writer): _m0.Writer;
|
2655
2484
|
}
|
2656
2485
|
|
2657
2486
|
// @public (undocumented)
|
@@ -2669,7 +2498,6 @@ export namespace PBMainCamera {
|
|
2669
2498
|
|
2670
2499
|
// @public (undocumented)
|
2671
2500
|
export interface PBMaterial {
|
2672
|
-
gltf?: PBMaterial_GltfMaterial | undefined;
|
2673
2501
|
// (undocumented)
|
2674
2502
|
material?: {
|
2675
2503
|
$case: "unlit";
|
@@ -2688,22 +2516,6 @@ export namespace PBMaterial {
|
|
2688
2516
|
export function encode(message: PBMaterial, writer?: _m0.Writer): _m0.Writer;
|
2689
2517
|
}
|
2690
2518
|
|
2691
|
-
// @public (undocumented)
|
2692
|
-
export interface PBMaterial_GltfMaterial {
|
2693
|
-
// (undocumented)
|
2694
|
-
gltfSrc: string;
|
2695
|
-
// (undocumented)
|
2696
|
-
name: string;
|
2697
|
-
}
|
2698
|
-
|
2699
|
-
// @public (undocumented)
|
2700
|
-
export namespace PBMaterial_GltfMaterial {
|
2701
|
-
// (undocumented)
|
2702
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBMaterial_GltfMaterial;
|
2703
|
-
// (undocumented)
|
2704
|
-
export function encode(message: PBMaterial_GltfMaterial, writer?: _m0.Writer): _m0.Writer;
|
2705
|
-
}
|
2706
|
-
|
2707
2519
|
// @public (undocumented)
|
2708
2520
|
export interface PBMaterial_PbrMaterial {
|
2709
2521
|
albedoColor?: PBColor4 | undefined;
|
@@ -2765,9 +2577,6 @@ export interface PBMeshCollider {
|
|
2765
2577
|
} | {
|
2766
2578
|
$case: "plane";
|
2767
2579
|
plane: PBMeshCollider_PlaneMesh;
|
2768
|
-
} | {
|
2769
|
-
$case: "gltf";
|
2770
|
-
gltf: PBMeshCollider_GltfMesh;
|
2771
2580
|
} | undefined;
|
2772
2581
|
}
|
2773
2582
|
|
@@ -2805,20 +2614,6 @@ export namespace PBMeshCollider_CylinderMesh {
|
|
2805
2614
|
export function encode(message: PBMeshCollider_CylinderMesh, writer?: _m0.Writer): _m0.Writer;
|
2806
2615
|
}
|
2807
2616
|
|
2808
|
-
// @public (undocumented)
|
2809
|
-
export interface PBMeshCollider_GltfMesh {
|
2810
|
-
gltfSrc: string;
|
2811
|
-
name: string;
|
2812
|
-
}
|
2813
|
-
|
2814
|
-
// @public (undocumented)
|
2815
|
-
export namespace PBMeshCollider_GltfMesh {
|
2816
|
-
// (undocumented)
|
2817
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBMeshCollider_GltfMesh;
|
2818
|
-
// (undocumented)
|
2819
|
-
export function encode(message: PBMeshCollider_GltfMesh, writer?: _m0.Writer): _m0.Writer;
|
2820
|
-
}
|
2821
|
-
|
2822
2617
|
// @public (undocumented)
|
2823
2618
|
export interface PBMeshCollider_PlaneMesh {
|
2824
2619
|
}
|
@@ -2858,9 +2653,6 @@ export interface PBMeshRenderer {
|
|
2858
2653
|
} | {
|
2859
2654
|
$case: "plane";
|
2860
2655
|
plane: PBMeshRenderer_PlaneMesh;
|
2861
|
-
} | {
|
2862
|
-
$case: "gltf";
|
2863
|
-
gltf: PBMeshRenderer_GltfMesh;
|
2864
2656
|
} | undefined;
|
2865
2657
|
}
|
2866
2658
|
|
@@ -2899,20 +2691,6 @@ export namespace PBMeshRenderer_CylinderMesh {
|
|
2899
2691
|
export function encode(message: PBMeshRenderer_CylinderMesh, writer?: _m0.Writer): _m0.Writer;
|
2900
2692
|
}
|
2901
2693
|
|
2902
|
-
// @public (undocumented)
|
2903
|
-
export interface PBMeshRenderer_GltfMesh {
|
2904
|
-
gltfSrc: string;
|
2905
|
-
name: string;
|
2906
|
-
}
|
2907
|
-
|
2908
|
-
// @public (undocumented)
|
2909
|
-
export namespace PBMeshRenderer_GltfMesh {
|
2910
|
-
// (undocumented)
|
2911
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBMeshRenderer_GltfMesh;
|
2912
|
-
// (undocumented)
|
2913
|
-
export function encode(message: PBMeshRenderer_GltfMesh, writer?: _m0.Writer): _m0.Writer;
|
2914
|
-
}
|
2915
|
-
|
2916
2694
|
// @public (undocumented)
|
2917
2695
|
export interface PBMeshRenderer_PlaneMesh {
|
2918
2696
|
uvs: number[];
|
@@ -3063,23 +2841,6 @@ export namespace PBPosition {
|
|
3063
2841
|
export function encode(message: PBPosition, writer?: _m0.Writer): _m0.Writer;
|
3064
2842
|
}
|
3065
2843
|
|
3066
|
-
// @public (undocumented)
|
3067
|
-
export interface PBPrimaryPointerInfo {
|
3068
|
-
// (undocumented)
|
3069
|
-
pointerType?: PointerType | undefined;
|
3070
|
-
screenCoordinates?: PBVector2 | undefined;
|
3071
|
-
screenDelta?: PBVector2 | undefined;
|
3072
|
-
worldRayDirection?: PBVector3 | undefined;
|
3073
|
-
}
|
3074
|
-
|
3075
|
-
// @public (undocumented)
|
3076
|
-
export namespace PBPrimaryPointerInfo {
|
3077
|
-
// (undocumented)
|
3078
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBPrimaryPointerInfo;
|
3079
|
-
// (undocumented)
|
3080
|
-
export function encode(message: PBPrimaryPointerInfo, writer?: _m0.Writer): _m0.Writer;
|
3081
|
-
}
|
3082
|
-
|
3083
2844
|
// @public (undocumented)
|
3084
2845
|
export interface PBQuaternion {
|
3085
2846
|
// (undocumented)
|
@@ -3175,21 +2936,6 @@ export namespace PBRealmInfo {
|
|
3175
2936
|
export function encode(message: PBRealmInfo, writer?: _m0.Writer): _m0.Writer;
|
3176
2937
|
}
|
3177
2938
|
|
3178
|
-
// @public (undocumented)
|
3179
|
-
export interface PBSpotlight {
|
3180
|
-
angle: number;
|
3181
|
-
// Warning: (tsdoc-malformed-html-name) Invalid HTML element: Expecting an HTML name
|
3182
|
-
innerAngle?: number | undefined;
|
3183
|
-
}
|
3184
|
-
|
3185
|
-
// @public (undocumented)
|
3186
|
-
export namespace PBSpotlight {
|
3187
|
-
// (undocumented)
|
3188
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBSpotlight;
|
3189
|
-
// (undocumented)
|
3190
|
-
export function encode(message: PBSpotlight, writer?: _m0.Writer): _m0.Writer;
|
3191
|
-
}
|
3192
|
-
|
3193
2939
|
// @public (undocumented)
|
3194
2940
|
export interface PBTextShape {
|
3195
2941
|
font?: Font | undefined;
|
@@ -3223,31 +2969,6 @@ export namespace PBTextShape {
|
|
3223
2969
|
export function encode(message: PBTextShape, writer?: _m0.Writer): _m0.Writer;
|
3224
2970
|
}
|
3225
2971
|
|
3226
|
-
// @public (undocumented)
|
3227
|
-
export interface PBTextureCamera {
|
3228
|
-
clearColor?: PBColor4 | undefined;
|
3229
|
-
farPlane?: number | undefined;
|
3230
|
-
height?: number | undefined;
|
3231
|
-
layer?: number | undefined;
|
3232
|
-
// (undocumented)
|
3233
|
-
mode?: {
|
3234
|
-
$case: "perspective";
|
3235
|
-
perspective: Perspective;
|
3236
|
-
} | {
|
3237
|
-
$case: "orthographic";
|
3238
|
-
orthographic: Orthographic;
|
3239
|
-
} | undefined;
|
3240
|
-
width?: number | undefined;
|
3241
|
-
}
|
3242
|
-
|
3243
|
-
// @public (undocumented)
|
3244
|
-
export namespace PBTextureCamera {
|
3245
|
-
// (undocumented)
|
3246
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBTextureCamera;
|
3247
|
-
// (undocumented)
|
3248
|
-
export function encode(message: PBTextureCamera, writer?: _m0.Writer): _m0.Writer;
|
3249
|
-
}
|
3250
|
-
|
3251
2972
|
// @public (undocumented)
|
3252
2973
|
export interface PBTween {
|
3253
2974
|
currentTime?: number | undefined;
|
@@ -3329,23 +3050,6 @@ export namespace PBUiBackground {
|
|
3329
3050
|
export function encode(message: PBUiBackground, writer?: _m0.Writer): _m0.Writer;
|
3330
3051
|
}
|
3331
3052
|
|
3332
|
-
// @public (undocumented)
|
3333
|
-
export interface PBUiCanvas {
|
3334
|
-
color?: PBColor4 | undefined;
|
3335
|
-
// (undocumented)
|
3336
|
-
height: number;
|
3337
|
-
// (undocumented)
|
3338
|
-
width: number;
|
3339
|
-
}
|
3340
|
-
|
3341
|
-
// @public (undocumented)
|
3342
|
-
export namespace PBUiCanvas {
|
3343
|
-
// (undocumented)
|
3344
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBUiCanvas;
|
3345
|
-
// (undocumented)
|
3346
|
-
export function encode(message: PBUiCanvas, writer?: _m0.Writer): _m0.Writer;
|
3347
|
-
}
|
3348
|
-
|
3349
3053
|
// @public (undocumented)
|
3350
3054
|
export interface PBUiCanvasInformation {
|
3351
3055
|
devicePixelRatio: number;
|
@@ -3439,27 +3143,11 @@ export namespace PBUiInputResult {
|
|
3439
3143
|
export function encode(message: PBUiInputResult, writer?: _m0.Writer): _m0.Writer;
|
3440
3144
|
}
|
3441
3145
|
|
3442
|
-
// @public (undocumented)
|
3443
|
-
export interface PBUiScrollResult {
|
3444
|
-
// (undocumented)
|
3445
|
-
value: PBVector2 | undefined;
|
3446
|
-
}
|
3447
|
-
|
3448
|
-
// @public (undocumented)
|
3449
|
-
export namespace PBUiScrollResult {
|
3450
|
-
// (undocumented)
|
3451
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBUiScrollResult;
|
3452
|
-
// (undocumented)
|
3453
|
-
export function encode(message: PBUiScrollResult, writer?: _m0.Writer): _m0.Writer;
|
3454
|
-
}
|
3455
|
-
|
3456
3146
|
// @public (undocumented)
|
3457
3147
|
export interface PBUiText {
|
3458
3148
|
color?: PBColor4 | undefined;
|
3459
3149
|
font?: Font | undefined;
|
3460
3150
|
fontSize?: number | undefined;
|
3461
|
-
outlineColor?: PBColor4 | undefined;
|
3462
|
-
outlineWidth?: number | undefined;
|
3463
3151
|
textAlign?: TextAlignMode | undefined;
|
3464
3152
|
textWrap?: TextWrap | undefined;
|
3465
3153
|
value: string;
|
@@ -3479,7 +3167,6 @@ export interface PBUiTransform {
|
|
3479
3167
|
alignItems?: YGAlign | undefined;
|
3480
3168
|
alignSelf: YGAlign;
|
3481
3169
|
display: YGDisplay;
|
3482
|
-
elementId?: string | undefined;
|
3483
3170
|
// (undocumented)
|
3484
3171
|
flexBasis: number;
|
3485
3172
|
flexBasisUnit: YGUnit;
|
@@ -3516,7 +3203,6 @@ export interface PBUiTransform {
|
|
3516
3203
|
// (undocumented)
|
3517
3204
|
minWidth: number;
|
3518
3205
|
minWidthUnit: YGUnit;
|
3519
|
-
opacity?: number | undefined;
|
3520
3206
|
overflow: YGOverflow;
|
3521
3207
|
// (undocumented)
|
3522
3208
|
paddingBottom: number;
|
@@ -3548,12 +3234,9 @@ export interface PBUiTransform {
|
|
3548
3234
|
positionType: YGPositionType;
|
3549
3235
|
// (undocumented)
|
3550
3236
|
rightOf: number;
|
3551
|
-
scrollPosition?: ScrollPositionValue | undefined;
|
3552
|
-
scrollVisible?: ShowScrollBar | undefined;
|
3553
3237
|
// (undocumented)
|
3554
3238
|
width: number;
|
3555
3239
|
widthUnit: YGUnit;
|
3556
|
-
zIndex?: number | undefined;
|
3557
3240
|
}
|
3558
3241
|
|
3559
3242
|
// @public (undocumented)
|
@@ -3640,6 +3323,7 @@ export namespace PBVideoPlayer {
|
|
3640
3323
|
export interface PBVirtualCamera {
|
3641
3324
|
// (undocumented)
|
3642
3325
|
defaultTransition?: CameraTransition | undefined;
|
3326
|
+
fov?: number | undefined;
|
3643
3327
|
// (undocumented)
|
3644
3328
|
lookAtEntity?: number | undefined;
|
3645
3329
|
}
|
@@ -3665,19 +3349,6 @@ export namespace PBVisibilityComponent {
|
|
3665
3349
|
export function encode(message: PBVisibilityComponent, writer?: _m0.Writer): _m0.Writer;
|
3666
3350
|
}
|
3667
3351
|
|
3668
|
-
// @public (undocumented)
|
3669
|
-
export interface Perspective {
|
3670
|
-
fieldOfView?: number | undefined;
|
3671
|
-
}
|
3672
|
-
|
3673
|
-
// @public (undocumented)
|
3674
|
-
export namespace Perspective {
|
3675
|
-
// (undocumented)
|
3676
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): Perspective;
|
3677
|
-
// (undocumented)
|
3678
|
-
export function encode(message: Perspective, writer?: _m0.Writer): _m0.Writer;
|
3679
|
-
}
|
3680
|
-
|
3681
3352
|
// @public
|
3682
3353
|
export namespace Plane {
|
3683
3354
|
// (undocumented)
|
@@ -3729,18 +3400,6 @@ export interface PointerEventsSystem {
|
|
3729
3400
|
}, cb: EventSystemCallback): void;
|
3730
3401
|
// @deprecated (undocumented)
|
3731
3402
|
onPointerDown(entity: Entity, cb: EventSystemCallback, opts?: Partial<EventSystemOptions>): void;
|
3732
|
-
onPointerDrag(pointerData: {
|
3733
|
-
entity: Entity;
|
3734
|
-
opts?: Partial<EventSystemOptions>;
|
3735
|
-
}, cb: EventSystemCallback): void;
|
3736
|
-
onPointerDragEnd(pointerData: {
|
3737
|
-
entity: Entity;
|
3738
|
-
opts?: Partial<EventSystemOptions>;
|
3739
|
-
}, cb: EventSystemCallback): void;
|
3740
|
-
onPointerDragLocked(pointerData: {
|
3741
|
-
entity: Entity;
|
3742
|
-
opts?: Partial<EventSystemOptions>;
|
3743
|
-
}, cb: EventSystemCallback): void;
|
3744
3403
|
onPointerHoverEnter(pointerData: {
|
3745
3404
|
entity: Entity;
|
3746
3405
|
opts?: Partial<EventSystemOptions>;
|
@@ -3756,9 +3415,6 @@ export interface PointerEventsSystem {
|
|
3756
3415
|
// @deprecated (undocumented)
|
3757
3416
|
onPointerUp(entity: Entity, cb: EventSystemCallback, opts?: Partial<EventSystemOptions>): void;
|
3758
3417
|
removeOnPointerDown(entity: Entity): void;
|
3759
|
-
removeOnPointerDrag(entity: Entity): void;
|
3760
|
-
removeOnPointerDragEnd(entity: Entity): void;
|
3761
|
-
removeOnPointerDragLocked(entity: Entity): void;
|
3762
3418
|
removeOnPointerHoverEnter(entity: Entity): void;
|
3763
3419
|
removeOnPointerHoverLeave(entity: Entity): void;
|
3764
3420
|
removeOnPointerUp(entity: Entity): void;
|
@@ -3772,12 +3428,6 @@ export const enum PointerEventType {
|
|
3772
3428
|
// (undocumented)
|
3773
3429
|
PET_DOWN = 1,
|
3774
3430
|
// (undocumented)
|
3775
|
-
PET_DRAG = 5,
|
3776
|
-
// (undocumented)
|
3777
|
-
PET_DRAG_END = 6,
|
3778
|
-
// (undocumented)
|
3779
|
-
PET_DRAG_LOCKED = 4,
|
3780
|
-
// (undocumented)
|
3781
3431
|
PET_HOVER_ENTER = 2,
|
3782
3432
|
// (undocumented)
|
3783
3433
|
PET_HOVER_LEAVE = 3,
|
@@ -3799,20 +3449,6 @@ export type PointerFilterType = 'none' | 'block';
|
|
3799
3449
|
// @public (undocumented)
|
3800
3450
|
export const PointerLock: LastWriteWinElementSetComponentDefinition<PBPointerLock>;
|
3801
3451
|
|
3802
|
-
// @public (undocumented)
|
3803
|
-
export const enum PointerType {
|
3804
|
-
// (undocumented)
|
3805
|
-
POT_MOUSE = 1,
|
3806
|
-
// (undocumented)
|
3807
|
-
POT_NONE = 0,
|
3808
|
-
// (undocumented)
|
3809
|
-
POT_PAD = 2,
|
3810
|
-
// (undocumented)
|
3811
|
-
POT_TOUCH = 3,
|
3812
|
-
// (undocumented)
|
3813
|
-
POT_WAND = 4
|
3814
|
-
}
|
3815
|
-
|
3816
3452
|
// @public
|
3817
3453
|
export interface Position {
|
3818
3454
|
// (undocumented)
|
@@ -3834,9 +3470,6 @@ export type PositionType = 'absolute' | 'relative';
|
|
3834
3470
|
// @public
|
3835
3471
|
export type PositionUnit = `${number}px` | `${number}%` | number | `${number}` | ScaleUnit;
|
3836
3472
|
|
3837
|
-
// @public (undocumented)
|
3838
|
-
export const PrimaryPointerInfo: LastWriteWinElementSetComponentDefinition<PBPrimaryPointerInfo>;
|
3839
|
-
|
3840
3473
|
// Warning: (ae-missing-release-tag) "ProcessMessageResultType" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
3841
3474
|
//
|
3842
3475
|
// @public (undocumented)
|
@@ -4055,8 +3688,6 @@ export interface ReactBasedUiSystem {
|
|
4055
3688
|
// (undocumented)
|
4056
3689
|
destroy(): void;
|
4057
3690
|
// (undocumented)
|
4058
|
-
setTextureRenderer(entity: Entity, ui: UiComponent): void;
|
4059
|
-
// (undocumented)
|
4060
3691
|
setUiRenderer(ui: UiComponent): void;
|
4061
3692
|
}
|
4062
3693
|
|
@@ -4296,50 +3927,12 @@ export namespace Schemas {
|
|
4296
3927
|
}) => void;
|
4297
3928
|
}
|
4298
3929
|
|
4299
|
-
// @public (undocumented)
|
4300
|
-
export interface ScrollPositionValue {
|
4301
|
-
// (undocumented)
|
4302
|
-
value?: {
|
4303
|
-
$case: "position";
|
4304
|
-
position: PBVector2;
|
4305
|
-
} | {
|
4306
|
-
$case: "reference";
|
4307
|
-
reference: string;
|
4308
|
-
} | undefined;
|
4309
|
-
}
|
4310
|
-
|
4311
|
-
// @public (undocumented)
|
4312
|
-
export namespace ScrollPositionValue {
|
4313
|
-
// (undocumented)
|
4314
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): ScrollPositionValue;
|
4315
|
-
// (undocumented)
|
4316
|
-
export function encode(message: ScrollPositionValue, writer?: _m0.Writer): _m0.Writer;
|
4317
|
-
}
|
4318
|
-
|
4319
|
-
// @public
|
4320
|
-
export type ScrollVisibleType = 'horizontal' | 'vertical' | 'both' | 'hidden';
|
4321
|
-
|
4322
|
-
// @public (undocumented)
|
4323
|
-
export const enum ShowScrollBar {
|
4324
|
-
// (undocumented)
|
4325
|
-
SSB_BOTH = 0,
|
4326
|
-
// (undocumented)
|
4327
|
-
SSB_HIDDEN = 3,
|
4328
|
-
// (undocumented)
|
4329
|
-
SSB_ONLY_HORIZONTAL = 2,
|
4330
|
-
// (undocumented)
|
4331
|
-
SSB_ONLY_VERTICAL = 1
|
4332
|
-
}
|
4333
|
-
|
4334
3930
|
// @public (undocumented)
|
4335
3931
|
export interface Spec {
|
4336
3932
|
// (undocumented)
|
4337
3933
|
[key: string]: ISchema;
|
4338
3934
|
}
|
4339
3935
|
|
4340
|
-
// @public (undocumented)
|
4341
|
-
export const Spotlight: LastWriteWinElementSetComponentDefinition<PBSpotlight>;
|
4342
|
-
|
4343
3936
|
// @alpha
|
4344
3937
|
export const SyncComponents: ISyncComponents;
|
4345
3938
|
|
@@ -4423,9 +4016,6 @@ export namespace Texture {
|
|
4423
4016
|
export function encode(message: Texture, writer?: _m0.Writer): _m0.Writer;
|
4424
4017
|
}
|
4425
4018
|
|
4426
|
-
// @public (undocumented)
|
4427
|
-
export const TextureCamera: LastWriteWinElementSetComponentDefinition<PBTextureCamera>;
|
4428
|
-
|
4429
4019
|
// @public (undocumented)
|
4430
4020
|
export const enum TextureFilterMode {
|
4431
4021
|
// (undocumented)
|
@@ -4488,9 +4078,6 @@ export interface TextureUnion {
|
|
4488
4078
|
} | {
|
4489
4079
|
$case: "videoTexture";
|
4490
4080
|
videoTexture: VideoTexture;
|
4491
|
-
} | {
|
4492
|
-
$case: "uiTexture";
|
4493
|
-
uiTexture: UiCanvasTexture;
|
4494
4081
|
} | undefined;
|
4495
4082
|
}
|
4496
4083
|
|
@@ -4661,7 +4248,6 @@ export interface UiBackgroundProps {
|
|
4661
4248
|
textureMode?: TextureMode;
|
4662
4249
|
textureSlices?: BorderRect | undefined;
|
4663
4250
|
uvs?: number[];
|
4664
|
-
videoTexture?: UiVideoTexture;
|
4665
4251
|
}
|
4666
4252
|
|
4667
4253
|
// @public
|
@@ -4670,28 +4256,9 @@ export interface UiButtonProps extends UiLabelProps, EntityPropTypes {
|
|
4670
4256
|
variant?: 'primary' | 'secondary';
|
4671
4257
|
}
|
4672
4258
|
|
4673
|
-
// @public (undocumented)
|
4674
|
-
export const UiCanvas: LastWriteWinElementSetComponentDefinition<PBUiCanvas>;
|
4675
|
-
|
4676
4259
|
// @public (undocumented)
|
4677
4260
|
export const UiCanvasInformation: LastWriteWinElementSetComponentDefinition<PBUiCanvasInformation>;
|
4678
4261
|
|
4679
|
-
// @public (undocumented)
|
4680
|
-
export interface UiCanvasTexture {
|
4681
|
-
filterMode?: TextureFilterMode | undefined;
|
4682
|
-
// (undocumented)
|
4683
|
-
uiCanvasEntity: number;
|
4684
|
-
wrapMode?: TextureWrapMode | undefined;
|
4685
|
-
}
|
4686
|
-
|
4687
|
-
// @public (undocumented)
|
4688
|
-
export namespace UiCanvasTexture {
|
4689
|
-
// (undocumented)
|
4690
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): UiCanvasTexture;
|
4691
|
-
// (undocumented)
|
4692
|
-
export function encode(message: UiCanvasTexture, writer?: _m0.Writer): _m0.Writer;
|
4693
|
-
}
|
4694
|
-
|
4695
4262
|
// @public (undocumented)
|
4696
4263
|
export type UiComponent = () => ReactEcs.JSX.ReactNode;
|
4697
4264
|
|
@@ -4746,8 +4313,6 @@ export interface UiLabelProps {
|
|
4746
4313
|
color?: PBColor4 | undefined;
|
4747
4314
|
font?: UiFontType | undefined;
|
4748
4315
|
fontSize?: ScaleUnit | undefined;
|
4749
|
-
outlineColor?: PBColor4 | undefined;
|
4750
|
-
outlineWidth?: number | undefined;
|
4751
4316
|
textAlign?: TextAlignType | undefined;
|
4752
4317
|
textWrap?: UiTextWrapType | undefined;
|
4753
4318
|
value: string;
|
@@ -4756,9 +4321,6 @@ export interface UiLabelProps {
|
|
4756
4321
|
// @public
|
4757
4322
|
export type uint32 = number;
|
4758
4323
|
|
4759
|
-
// @public (undocumented)
|
4760
|
-
export const UiScrollResult: LastWriteWinElementSetComponentDefinition<PBUiScrollResult>;
|
4761
|
-
|
4762
4324
|
// @public (undocumented)
|
4763
4325
|
export const UiText: LastWriteWinElementSetComponentDefinition<PBUiText>;
|
4764
4326
|
|
@@ -4781,7 +4343,6 @@ export interface UiTransformProps {
|
|
4781
4343
|
alignItems?: AlignType;
|
4782
4344
|
alignSelf?: AlignType;
|
4783
4345
|
display?: DisplayType;
|
4784
|
-
elementId?: string;
|
4785
4346
|
flex?: number;
|
4786
4347
|
flexBasis?: number;
|
4787
4348
|
flexDirection?: FlexDirectionType;
|
@@ -4795,26 +4356,12 @@ export interface UiTransformProps {
|
|
4795
4356
|
maxWidth?: PositionUnit;
|
4796
4357
|
minHeight?: PositionUnit;
|
4797
4358
|
minWidth?: PositionUnit;
|
4798
|
-
opacity?: number;
|
4799
4359
|
overflow?: OverflowType;
|
4800
4360
|
padding?: Partial<Position> | PositionShorthand;
|
4801
4361
|
pointerFilter?: PointerFilterType;
|
4802
4362
|
position?: Partial<Position> | PositionShorthand;
|
4803
4363
|
positionType?: PositionType;
|
4804
|
-
scrollPosition?: PBVector2 | string;
|
4805
|
-
scrollVisible?: ScrollVisibleType;
|
4806
4364
|
width?: PositionUnit | 'auto';
|
4807
|
-
zIndex?: number;
|
4808
|
-
}
|
4809
|
-
|
4810
|
-
// @public
|
4811
|
-
export interface UiVideoTexture {
|
4812
|
-
// (undocumented)
|
4813
|
-
filterMode?: TextureFilterType;
|
4814
|
-
// (undocumented)
|
4815
|
-
videoPlayerEntity: Entity;
|
4816
|
-
// (undocumented)
|
4817
|
-
wrapMode?: TextureWrapType;
|
4818
4365
|
}
|
4819
4366
|
|
4820
4367
|
// @public (undocumented)
|