@dcl/playground-assets 7.0.6-4055981423.commit-60b7f6f → 7.0.6-4076330908.commit-cd40e5f
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 +487 -602
- package/dist/beta.d.ts +487 -606
- package/dist/index.bundled.d.ts +487 -606
- package/dist/index.d.ts +1 -1
- package/dist/index.js +582 -250
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +487 -614
- package/etc/playground-assets.api.json +8156 -10095
- package/etc/playground-assets.api.md +276 -947
- package/package.json +3 -3
|
@@ -4,26 +4,16 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
-
import _m0 from 'protobufjs/minimal';
|
|
8
|
-
|
|
9
7
|
// @public (undocumented)
|
|
10
8
|
export type AlignType = 'auto' | 'flex-start' | 'center' | 'flex-end' | 'stretch' | 'baseline' | 'space-between' | 'space-around';
|
|
11
9
|
|
|
12
|
-
// Warning: (ae-missing-release-tag) "AMOUNT_VERSION_AVAILABLE" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
13
|
-
//
|
|
14
|
-
// @public (undocumented)
|
|
15
|
-
export const AMOUNT_VERSION_AVAILABLE: number;
|
|
16
|
-
|
|
17
10
|
// Warning: (ae-missing-release-tag) "Animator" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
18
11
|
//
|
|
19
12
|
// @public (undocumented)
|
|
20
13
|
export const Animator: AnimatorComponentDefinitionExtended;
|
|
21
14
|
|
|
22
15
|
// @public (undocumented)
|
|
23
|
-
export
|
|
24
|
-
|
|
25
|
-
// @public (undocumented)
|
|
26
|
-
export interface AnimatorComponentDefinitionExtended extends AnimatorComponentDefinition {
|
|
16
|
+
export interface AnimatorComponentDefinitionExtended extends ComponentDefinition<PBAnimator> {
|
|
27
17
|
getClip(entity: Entity, name: string): PBAnimationState;
|
|
28
18
|
getClipOrNull(entity: Entity, name: string): PBAnimationState | null;
|
|
29
19
|
playSingleAnimation(entity: Entity, name: string, resetCursor?: boolean): boolean;
|
|
@@ -36,8 +26,6 @@ export const AudioSource: ComponentDefinition<PBAudioSource>;
|
|
|
36
26
|
// @public (undocumented)
|
|
37
27
|
export const AudioStream: ComponentDefinition<PBAudioStream>;
|
|
38
28
|
|
|
39
|
-
// Warning: (ae-missing-release-tag) "AvatarAnchorPointType" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
40
|
-
//
|
|
41
29
|
// @public (undocumented)
|
|
42
30
|
export const enum AvatarAnchorPointType {
|
|
43
31
|
// (undocumented)
|
|
@@ -56,8 +44,6 @@ export const AvatarAttach: ComponentDefinition<PBAvatarAttach>;
|
|
|
56
44
|
// @public (undocumented)
|
|
57
45
|
export const AvatarModifierArea: ComponentDefinition<PBAvatarModifierArea>;
|
|
58
46
|
|
|
59
|
-
// Warning: (ae-missing-release-tag) "AvatarModifierType" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
60
|
-
//
|
|
61
47
|
// @public (undocumented)
|
|
62
48
|
export const enum AvatarModifierType {
|
|
63
49
|
// (undocumented)
|
|
@@ -69,9 +55,6 @@ export const enum AvatarModifierType {
|
|
|
69
55
|
// @public (undocumented)
|
|
70
56
|
export const AvatarShape: ComponentDefinition<PBAvatarShape>;
|
|
71
57
|
|
|
72
|
-
// Warning: (ae-missing-release-tag) "AvatarTexture" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
73
|
-
// Warning: (ae-missing-release-tag) "AvatarTexture" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
74
|
-
//
|
|
75
58
|
// @public (undocumented)
|
|
76
59
|
export interface AvatarTexture {
|
|
77
60
|
filterMode?: TextureFilterMode | undefined;
|
|
@@ -80,14 +63,6 @@ export interface AvatarTexture {
|
|
|
80
63
|
wrapMode?: TextureWrapMode | undefined;
|
|
81
64
|
}
|
|
82
65
|
|
|
83
|
-
// @public
|
|
84
|
-
export const AvatarTexture: {
|
|
85
|
-
encode(message: AvatarTexture, writer?: _m0.Writer): _m0.Writer;
|
|
86
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): AvatarTexture;
|
|
87
|
-
};
|
|
88
|
-
|
|
89
|
-
// Warning: (ae-missing-release-tag) "BackgroundTextureMode" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
90
|
-
//
|
|
91
66
|
// @public (undocumented)
|
|
92
67
|
export const enum BackgroundTextureMode {
|
|
93
68
|
CENTER = 1,
|
|
@@ -98,8 +73,6 @@ export const enum BackgroundTextureMode {
|
|
|
98
73
|
// @public (undocumented)
|
|
99
74
|
export const Billboard: ComponentDefinition<PBBillboard>;
|
|
100
75
|
|
|
101
|
-
// Warning: (ae-missing-release-tag) "BillboardMode" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
102
|
-
//
|
|
103
76
|
// @public (undocumented)
|
|
104
77
|
export const enum BillboardMode {
|
|
105
78
|
// (undocumented)
|
|
@@ -114,10 +87,7 @@ export const enum BillboardMode {
|
|
|
114
87
|
BM_Z = 4
|
|
115
88
|
}
|
|
116
89
|
|
|
117
|
-
//
|
|
118
|
-
// Warning: (ae-missing-release-tag) "BorderRect" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
119
|
-
//
|
|
120
|
-
// @public
|
|
90
|
+
// @public (undocumented)
|
|
121
91
|
export interface BorderRect {
|
|
122
92
|
// (undocumented)
|
|
123
93
|
bottom: number;
|
|
@@ -129,76 +99,119 @@ export interface BorderRect {
|
|
|
129
99
|
top: number;
|
|
130
100
|
}
|
|
131
101
|
|
|
102
|
+
// Warning: (tsdoc-undefined-tag) The TSDoc tag "@category" is not defined in this configuration
|
|
103
|
+
//
|
|
132
104
|
// @public
|
|
133
|
-
export
|
|
134
|
-
encode(message: BorderRect, writer?: _m0.Writer): _m0.Writer;
|
|
135
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): BorderRect;
|
|
136
|
-
};
|
|
137
|
-
|
|
138
|
-
// @public (undocumented)
|
|
139
|
-
export function Button(props: EntityPropTypes & UiButtonProps): ReactEcs.JSX.Element;
|
|
105
|
+
export function Button(props: UiButtonProps): ReactEcs.JSX.Element;
|
|
140
106
|
|
|
141
107
|
// @public (undocumented)
|
|
142
|
-
export
|
|
108
|
+
export interface ByteBuffer {
|
|
109
|
+
// (undocumented)
|
|
143
110
|
buffer(): Uint8Array;
|
|
111
|
+
// (undocumented)
|
|
144
112
|
bufferLength(): number;
|
|
145
|
-
|
|
113
|
+
// (undocumented)
|
|
146
114
|
currentReadOffset(): number;
|
|
115
|
+
// (undocumented)
|
|
147
116
|
currentWriteOffset(): number;
|
|
117
|
+
// (undocumented)
|
|
118
|
+
getFloat32(offset: number): number;
|
|
119
|
+
// (undocumented)
|
|
120
|
+
getFloat64(offset: number): number;
|
|
121
|
+
// (undocumented)
|
|
122
|
+
getInt16(offset: number): number;
|
|
123
|
+
// (undocumented)
|
|
124
|
+
getInt32(offset: number): number;
|
|
125
|
+
// (undocumented)
|
|
126
|
+
getInt64(offset: number): bigint;
|
|
127
|
+
// (undocumented)
|
|
128
|
+
getInt8(offset: number): number;
|
|
129
|
+
// (undocumented)
|
|
130
|
+
getUint16(offset: number): number;
|
|
131
|
+
// (undocumented)
|
|
132
|
+
getUint32(offset: number): number;
|
|
133
|
+
// (undocumented)
|
|
134
|
+
getUint64(offset: number): bigint;
|
|
135
|
+
// (undocumented)
|
|
136
|
+
getUint8(offset: number): number;
|
|
148
137
|
incrementReadOffset(amount: number): number;
|
|
149
|
-
|
|
138
|
+
incrementWriteOffset(amount: number): number;
|
|
139
|
+
// (undocumented)
|
|
140
|
+
readBuffer(): Uint8Array;
|
|
141
|
+
// (undocumented)
|
|
150
142
|
readFloat32(): number;
|
|
143
|
+
// (undocumented)
|
|
151
144
|
readFloat64(): number;
|
|
152
|
-
|
|
145
|
+
// (undocumented)
|
|
153
146
|
readInt16(): number;
|
|
147
|
+
// (undocumented)
|
|
154
148
|
readInt32(): number;
|
|
149
|
+
// (undocumented)
|
|
155
150
|
readInt64(): bigint;
|
|
156
|
-
|
|
151
|
+
// (undocumented)
|
|
152
|
+
readInt8(): number;
|
|
153
|
+
// (undocumented)
|
|
157
154
|
readUint16(): number;
|
|
155
|
+
// (undocumented)
|
|
158
156
|
readUint32(): number;
|
|
157
|
+
// (undocumented)
|
|
159
158
|
readUint64(): bigint;
|
|
160
|
-
|
|
159
|
+
// (undocumented)
|
|
160
|
+
readUint8(): number;
|
|
161
|
+
// (undocumented)
|
|
161
162
|
readUtf8String(): string;
|
|
162
|
-
|
|
163
|
+
// (undocumented)
|
|
164
|
+
remainingBytes(): number;
|
|
165
|
+
resetBuffer(): void;
|
|
166
|
+
// (undocumented)
|
|
167
|
+
setFloat32(offset: number, value: number): void;
|
|
168
|
+
// (undocumented)
|
|
169
|
+
setFloat64(offset: number, value: number): void;
|
|
170
|
+
// (undocumented)
|
|
171
|
+
setInt16(offset: number, value: number): void;
|
|
172
|
+
// (undocumented)
|
|
173
|
+
setInt32(offset: number, value: number): void;
|
|
174
|
+
// (undocumented)
|
|
175
|
+
setInt64(offset: number, value: bigint): void;
|
|
176
|
+
// (undocumented)
|
|
177
|
+
setInt8(offset: number, value: number): void;
|
|
178
|
+
// (undocumented)
|
|
179
|
+
setUint16(offset: number, value: number): void;
|
|
180
|
+
// (undocumented)
|
|
181
|
+
setUint32(offset: number, value: number): void;
|
|
182
|
+
// (undocumented)
|
|
183
|
+
setUint64(offset: number, value: bigint): void;
|
|
184
|
+
// (undocumented)
|
|
185
|
+
setUint8(offset: number, value: number): void;
|
|
163
186
|
toBinary(): Uint8Array;
|
|
164
187
|
toCopiedBinary(): Uint8Array;
|
|
165
|
-
|
|
188
|
+
// (undocumented)
|
|
166
189
|
writeBuffer(value: Uint8Array, writeLength?: boolean): void;
|
|
190
|
+
// (undocumented)
|
|
167
191
|
writeFloat32(value: number): void;
|
|
192
|
+
// (undocumented)
|
|
168
193
|
writeFloat64(value: number): void;
|
|
169
|
-
|
|
194
|
+
// (undocumented)
|
|
170
195
|
writeInt16(value: number): void;
|
|
196
|
+
// (undocumented)
|
|
171
197
|
writeInt32(value: number): void;
|
|
198
|
+
// (undocumented)
|
|
172
199
|
writeInt64(value: bigint): void;
|
|
173
|
-
|
|
200
|
+
// (undocumented)
|
|
201
|
+
writeInt8(value: number): void;
|
|
202
|
+
// (undocumented)
|
|
174
203
|
writeUint16(value: number): void;
|
|
204
|
+
// (undocumented)
|
|
175
205
|
writeUint32(value: number): void;
|
|
206
|
+
// (undocumented)
|
|
176
207
|
writeUint64(value: bigint): void;
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
getInt64(offset: number): bigint;
|
|
183
|
-
getUint8(offset: number): number;
|
|
184
|
-
getUint16(offset: number): number;
|
|
185
|
-
getUint32(offset: number): number;
|
|
186
|
-
getUint64(offset: number): bigint;
|
|
187
|
-
setFloat32(offset: number, value: number): void;
|
|
188
|
-
setFloat64(offset: number, value: number): void;
|
|
189
|
-
setInt8(offset: number, value: number): void;
|
|
190
|
-
setInt16(offset: number, value: number): void;
|
|
191
|
-
setInt32(offset: number, value: number): void;
|
|
192
|
-
setInt64(offset: number, value: bigint): void;
|
|
193
|
-
setUint8(offset: number, value: number): void;
|
|
194
|
-
setUint16(offset: number, value: number): void;
|
|
195
|
-
setUint32(offset: number, value: number): void;
|
|
196
|
-
setUint64(offset: number, value: bigint): void;
|
|
197
|
-
};
|
|
208
|
+
// (undocumented)
|
|
209
|
+
writeUint8(value: number): void;
|
|
210
|
+
// (undocumented)
|
|
211
|
+
writeUtf8String(value: string, writeLength?: boolean): void;
|
|
212
|
+
}
|
|
198
213
|
|
|
199
|
-
//
|
|
200
|
-
//
|
|
201
|
-
// @public (undocumented)
|
|
214
|
+
// @public
|
|
202
215
|
export type Callback = () => void;
|
|
203
216
|
|
|
204
217
|
// @public (undocumented)
|
|
@@ -207,8 +220,6 @@ export const CameraMode: ComponentDefinition<PBCameraMode>;
|
|
|
207
220
|
// @public (undocumented)
|
|
208
221
|
export const CameraModeArea: ComponentDefinition<PBCameraModeArea>;
|
|
209
222
|
|
|
210
|
-
// Warning: (ae-missing-release-tag) "CameraType" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
211
|
-
//
|
|
212
223
|
// @public (undocumented)
|
|
213
224
|
export const enum CameraType {
|
|
214
225
|
// (undocumented)
|
|
@@ -217,18 +228,11 @@ export const enum CameraType {
|
|
|
217
228
|
CT_THIRD_PERSON = 1
|
|
218
229
|
}
|
|
219
230
|
|
|
220
|
-
// Warning: (ae-missing-release-tag) "CANVAS_ROOT_ENTITY" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
221
|
-
//
|
|
222
|
-
// @public (undocumented)
|
|
223
|
-
export const CANVAS_ROOT_ENTITY = 0;
|
|
224
|
-
|
|
225
231
|
// Warning: (ae-missing-release-tag) "Children" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
226
232
|
//
|
|
227
233
|
// @public (undocumented)
|
|
228
234
|
export type Children = unknown;
|
|
229
235
|
|
|
230
|
-
// Warning: (ae-missing-release-tag) "ColliderLayer" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
231
|
-
//
|
|
232
236
|
// @public (undocumented)
|
|
233
237
|
export const enum ColliderLayer {
|
|
234
238
|
// (undocumented)
|
|
@@ -388,29 +392,24 @@ export type Color4Type = {
|
|
|
388
392
|
a: number;
|
|
389
393
|
};
|
|
390
394
|
|
|
391
|
-
// Warning: (ae-missing-release-tag) "CommonProps" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
392
|
-
//
|
|
393
395
|
// @public (undocumented)
|
|
394
|
-
export
|
|
395
|
-
|
|
396
|
-
children?: Children;
|
|
397
|
-
};
|
|
398
|
-
|
|
399
|
-
// @public (undocumented)
|
|
400
|
-
export type ComponentDefinition<T> = {
|
|
396
|
+
export interface ComponentDefinition<T> {
|
|
397
|
+
// (undocumented)
|
|
401
398
|
readonly componentId: number;
|
|
399
|
+
// (undocumented)
|
|
402
400
|
readonly componentName: string;
|
|
403
|
-
default(): DeepReadonly<T>;
|
|
404
|
-
has(entity: Entity): boolean;
|
|
405
|
-
get(entity: Entity): DeepReadonly<T>;
|
|
406
|
-
getOrNull(entity: Entity): DeepReadonly<T> | null;
|
|
407
401
|
create(entity: Entity, val?: T): T;
|
|
408
402
|
createOrReplace(entity: Entity, val?: T): T;
|
|
403
|
+
default(): DeepReadonly<T>;
|
|
409
404
|
deleteFrom(entity: Entity): T | null;
|
|
405
|
+
get(entity: Entity): DeepReadonly<T>;
|
|
410
406
|
getMutable(entity: Entity): T;
|
|
411
407
|
getMutableOrNull(entity: Entity): T | null;
|
|
408
|
+
getOrNull(entity: Entity): DeepReadonly<T> | null;
|
|
409
|
+
has(entity: Entity): boolean;
|
|
410
|
+
// (undocumented)
|
|
412
411
|
writeToByteBuffer(entity: Entity, buffer: ByteBuffer): void;
|
|
413
|
-
}
|
|
412
|
+
}
|
|
414
413
|
|
|
415
414
|
// Warning: (ae-missing-release-tag) "ComponentGetter" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
416
415
|
//
|
|
@@ -422,41 +421,9 @@ export type ComponentSchema<T extends [ComponentDefinition<any>, ...ComponentDef
|
|
|
422
421
|
[K in keyof T]: T[K] extends ComponentDefinition<any> ? ReturnType<T[K]['getMutable']> : never;
|
|
423
422
|
};
|
|
424
423
|
|
|
425
|
-
// Warning: (ae-missing-release-tag) "CRDT_MESSAGE_HEADER_LENGTH" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
426
|
-
//
|
|
427
|
-
// @public (undocumented)
|
|
428
|
-
export const CRDT_MESSAGE_HEADER_LENGTH = 8;
|
|
429
|
-
|
|
430
|
-
// Warning: (ae-missing-release-tag) "CrdtMessage" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
431
|
-
//
|
|
432
|
-
// @public (undocumented)
|
|
433
|
-
export type CrdtMessage = PutComponentMessage | DeleteComponentMessage | DeleteEntityMessage;
|
|
434
|
-
|
|
435
|
-
// Warning: (ae-missing-release-tag) "CrdtMessageBody" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
436
|
-
//
|
|
437
|
-
// @public (undocumented)
|
|
438
|
-
export type CrdtMessageBody = PutComponentMessageBody | DeleteComponentMessageBody | DeleteEntityMessage;
|
|
439
|
-
|
|
440
|
-
// Warning: (ae-missing-release-tag) "CrdtMessageHeader" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
441
|
-
//
|
|
442
|
-
// @public
|
|
443
|
-
export type CrdtMessageHeader = {
|
|
444
|
-
length: Uint32;
|
|
445
|
-
type: Uint32;
|
|
446
|
-
};
|
|
447
|
-
|
|
448
|
-
// Warning: (ae-missing-release-tag) "CrdtMessageProtocol" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
449
|
-
//
|
|
450
424
|
// @public (undocumented)
|
|
451
|
-
export
|
|
452
|
-
export function consumeMessage(buf: ByteBuffer): boolean;
|
|
453
|
-
export function getHeader(buf: ByteBuffer): CrdtMessageHeader | null;
|
|
454
|
-
export function readHeader(buf: ByteBuffer): CrdtMessageHeader | null;
|
|
455
|
-
export function validate(buf: ByteBuffer): boolean;
|
|
456
|
-
}
|
|
425
|
+
export type CrdtMessageBody = PutComponentMessageBody | DeleteComponentMessageBody | DeleteEntityMessageBody;
|
|
457
426
|
|
|
458
|
-
// Warning: (ae-missing-release-tag) "CrdtMessageType" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
459
|
-
//
|
|
460
427
|
// @public (undocumented)
|
|
461
428
|
export enum CrdtMessageType {
|
|
462
429
|
// (undocumented)
|
|
@@ -471,11 +438,6 @@ export enum CrdtMessageType {
|
|
|
471
438
|
RESERVED = 0
|
|
472
439
|
}
|
|
473
440
|
|
|
474
|
-
// Warning: (ae-missing-release-tag) "createComponentDefinitionFromSchema" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
475
|
-
//
|
|
476
|
-
// @public (undocumented)
|
|
477
|
-
export function createComponentDefinitionFromSchema<T>(componentName: string, componentId: number, schema: ISchema<T>): ComponentDefinition<T>;
|
|
478
|
-
|
|
479
441
|
// Warning: (ae-missing-release-tag) "createEthereumProvider" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
480
442
|
//
|
|
481
443
|
// @public (undocumented)
|
|
@@ -484,35 +446,6 @@ export function createEthereumProvider(): {
|
|
|
484
446
|
sendAsync(message: RPCSendableMessage, callback: (error: Error | null, result?: any) => void): void;
|
|
485
447
|
};
|
|
486
448
|
|
|
487
|
-
// Warning: (ae-missing-release-tag) "createInputSystem" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
488
|
-
//
|
|
489
|
-
// @public (undocumented)
|
|
490
|
-
export function createInputSystem(engine: IEngine): IInputSystem;
|
|
491
|
-
|
|
492
|
-
// Warning: (ae-missing-release-tag) "createPointerEventSystem" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
493
|
-
//
|
|
494
|
-
// @public (undocumented)
|
|
495
|
-
export function createPointerEventSystem(engine: IEngine, inputSystem: IInputSystem): {
|
|
496
|
-
removeOnClick(entity: Entity): void;
|
|
497
|
-
removeOnPointerDown(entity: Entity): void;
|
|
498
|
-
removeOnPointerUp(entity: Entity): void;
|
|
499
|
-
onClick(entity: Entity, cb: EventSystemCallback, opts?: Partial<EventSystemOptions>): void;
|
|
500
|
-
onPointerDown(entity: Entity, cb: EventSystemCallback, opts?: Partial<EventSystemOptions>): void;
|
|
501
|
-
onPointerUp(entity: Entity, cb: EventSystemCallback, opts?: Partial<EventSystemOptions>): void;
|
|
502
|
-
};
|
|
503
|
-
|
|
504
|
-
// Warning: (ae-missing-release-tag) "createReactBasedUiSystem" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
505
|
-
//
|
|
506
|
-
// @public (undocumented)
|
|
507
|
-
export function createReactBasedUiSystem(engine: IEngine, pointerSystem: PointerEventsSystem): ReactBasedUiSystem;
|
|
508
|
-
|
|
509
|
-
// Warning: (ae-missing-release-tag) "createTaskSystem" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
510
|
-
//
|
|
511
|
-
// @public (undocumented)
|
|
512
|
-
export function createTaskSystem(engine: IEngine): {
|
|
513
|
-
executeTask(task: Task): void;
|
|
514
|
-
};
|
|
515
|
-
|
|
516
449
|
// Warning: (tsdoc-code-fence-closing-syntax) Unexpected characters after closing delimiter for code fence
|
|
517
450
|
// Warning: (tsdoc-code-span-missing-delimiter) The code span is missing its closing backtick
|
|
518
451
|
// Warning: (tsdoc-undefined-tag) The TSDoc tag "@params" is not defined in this configuration
|
|
@@ -537,24 +470,6 @@ export type DeepReadonlySet<T> = ReadonlySet<DeepReadonly<T>>;
|
|
|
537
470
|
// @public
|
|
538
471
|
export const DEG2RAD: number;
|
|
539
472
|
|
|
540
|
-
// Warning: (ae-missing-release-tag) "DeleteComponent" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
541
|
-
//
|
|
542
|
-
// @public (undocumented)
|
|
543
|
-
export namespace DeleteComponent {
|
|
544
|
-
const // (undocumented)
|
|
545
|
-
MESSAGE_HEADER_LENGTH = 20;
|
|
546
|
-
// (undocumented)
|
|
547
|
-
export function read(buf: ByteBuffer): DeleteComponentMessage | null;
|
|
548
|
-
export function write(entity: Entity, componentId: number, timestamp: number, buf: ByteBuffer): void;
|
|
549
|
-
}
|
|
550
|
-
|
|
551
|
-
// Warning: (ae-missing-release-tag) "DeleteComponentMessage" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
552
|
-
//
|
|
553
|
-
// @public (undocumented)
|
|
554
|
-
export type DeleteComponentMessage = CrdtMessageHeader & DeleteComponentMessageBody;
|
|
555
|
-
|
|
556
|
-
// Warning: (ae-missing-release-tag) "DeleteComponentMessageBody" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
557
|
-
//
|
|
558
473
|
// @public (undocumented)
|
|
559
474
|
export type DeleteComponentMessageBody = {
|
|
560
475
|
type: CrdtMessageType.DELETE_COMPONENT;
|
|
@@ -563,25 +478,6 @@ export type DeleteComponentMessageBody = {
|
|
|
563
478
|
timestamp: number;
|
|
564
479
|
};
|
|
565
480
|
|
|
566
|
-
// Warning: (ae-missing-release-tag) "DeleteEntity" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
567
|
-
//
|
|
568
|
-
// @public (undocumented)
|
|
569
|
-
export namespace DeleteEntity {
|
|
570
|
-
const // (undocumented)
|
|
571
|
-
MESSAGE_HEADER_LENGTH = 4;
|
|
572
|
-
// (undocumented)
|
|
573
|
-
export function read(buf: ByteBuffer): DeleteEntityMessage | null;
|
|
574
|
-
// (undocumented)
|
|
575
|
-
export function write(entity: Entity, buf: ByteBuffer): void;
|
|
576
|
-
}
|
|
577
|
-
|
|
578
|
-
// Warning: (ae-missing-release-tag) "DeleteEntityMessage" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
579
|
-
//
|
|
580
|
-
// @public (undocumented)
|
|
581
|
-
export type DeleteEntityMessage = CrdtMessageHeader & DeleteEntityMessageBody;
|
|
582
|
-
|
|
583
|
-
// Warning: (ae-missing-release-tag) "DeleteEntityMessageBody" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
584
|
-
//
|
|
585
481
|
// @public (undocumented)
|
|
586
482
|
export type DeleteEntityMessageBody = {
|
|
587
483
|
type: CrdtMessageType.DELETE_ENTITY;
|
|
@@ -591,22 +487,38 @@ export type DeleteEntityMessageBody = {
|
|
|
591
487
|
// @public (undocumented)
|
|
592
488
|
export type DisplayType = 'flex' | 'none';
|
|
593
489
|
|
|
594
|
-
//
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
// Warning: (
|
|
490
|
+
// Warning: (tsdoc-html-tag-missing-string) The HTML element has an invalid attribute: Expecting an HTML string starting with a single-quote or double-quote character
|
|
491
|
+
// Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
|
|
492
|
+
// Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
|
|
493
|
+
// Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
|
|
494
|
+
// Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
|
|
495
|
+
// Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
|
|
496
|
+
// Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
|
|
497
|
+
// Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
|
|
498
|
+
// Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
|
|
499
|
+
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
|
500
|
+
// Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
|
|
501
|
+
// Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
|
|
502
|
+
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
|
503
|
+
// Warning: (tsdoc-undefined-tag) The TSDoc tag "@category" is not defined in this configuration
|
|
598
504
|
//
|
|
599
|
-
// @public
|
|
600
|
-
export
|
|
601
|
-
entity: Partial<EntityComponents & CommonProps>;
|
|
602
|
-
};
|
|
505
|
+
// @public
|
|
506
|
+
export function Dropdown(props: UiDropdownProps): ReactEcs.JSX.Element;
|
|
603
507
|
|
|
604
508
|
// @public (undocumented)
|
|
605
|
-
export
|
|
509
|
+
export interface EcsElements {
|
|
510
|
+
// (undocumented)
|
|
511
|
+
entity: Partial<EntityComponents> & {
|
|
512
|
+
children?: Children;
|
|
513
|
+
key?: Key;
|
|
514
|
+
};
|
|
515
|
+
}
|
|
606
516
|
|
|
607
|
-
// Warning: (
|
|
517
|
+
// Warning: (tsdoc-at-sign-in-word) The "@" character looks like part of a TSDoc tag; use a backslash to escape it
|
|
518
|
+
// Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
|
|
519
|
+
// Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
|
|
608
520
|
//
|
|
609
|
-
// @public
|
|
521
|
+
// @public
|
|
610
522
|
export const engine: IEngine;
|
|
611
523
|
|
|
612
524
|
// Warning: (ae-missing-release-tag) "EngineEvent" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
@@ -629,8 +541,6 @@ export type Entity = number & {
|
|
|
629
541
|
__entity_type: '';
|
|
630
542
|
};
|
|
631
543
|
|
|
632
|
-
// Warning: (ae-missing-release-tag) "EntityComponents" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
633
|
-
//
|
|
634
544
|
// @public (undocumented)
|
|
635
545
|
export type EntityComponents = {
|
|
636
546
|
uiTransform: PBUiTransform;
|
|
@@ -642,12 +552,9 @@ export type EntityComponents = {
|
|
|
642
552
|
onMouseUp: Callback;
|
|
643
553
|
};
|
|
644
554
|
|
|
645
|
-
// Warning: (
|
|
555
|
+
// Warning: (tsdoc-undefined-tag) The TSDoc tag "@intenral" is not defined in this configuration
|
|
646
556
|
// Warning: (ae-missing-release-tag) "EntityContainer" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
647
557
|
//
|
|
648
|
-
// @public (undocumented)
|
|
649
|
-
export function EntityContainer(): EntityContainer;
|
|
650
|
-
|
|
651
558
|
// @public (undocumented)
|
|
652
559
|
export type EntityContainer = {
|
|
653
560
|
generateEntity(): Entity;
|
|
@@ -659,11 +566,12 @@ export type EntityContainer = {
|
|
|
659
566
|
updateUsedEntity(entity: Entity): boolean;
|
|
660
567
|
};
|
|
661
568
|
|
|
662
|
-
// @public
|
|
663
|
-
export
|
|
664
|
-
|
|
569
|
+
// @public
|
|
570
|
+
export interface EntityPropTypes extends Listeners {
|
|
571
|
+
key?: Key;
|
|
665
572
|
uiBackground?: UiBackgroundProps;
|
|
666
|
-
|
|
573
|
+
uiTransform?: UiTransformProps;
|
|
574
|
+
}
|
|
667
575
|
|
|
668
576
|
// @public (undocumented)
|
|
669
577
|
export enum EntityState {
|
|
@@ -674,26 +582,12 @@ export enum EntityState {
|
|
|
674
582
|
UsedEntity = 1
|
|
675
583
|
}
|
|
676
584
|
|
|
677
|
-
// Warning: (ae-missing-release-tag) "EntityUtils" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
678
|
-
//
|
|
679
|
-
// @public (undocumented)
|
|
680
|
-
export namespace EntityUtils {
|
|
681
|
-
// (undocumented)
|
|
682
|
-
export function fromEntityId(entityId: Entity): [number, number];
|
|
683
|
-
// (undocumented)
|
|
684
|
-
export function toEntityId(entityNumber: number, entityVersion: number): Entity;
|
|
685
|
-
}
|
|
686
|
-
|
|
687
585
|
// @public
|
|
688
586
|
export const Epsilon = 0.000001;
|
|
689
587
|
|
|
690
|
-
// Warning: (ae-missing-release-tag) "EventSystemCallback" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
691
|
-
//
|
|
692
588
|
// @public (undocumented)
|
|
693
589
|
export type EventSystemCallback = (event: PBPointerEventsResult_PointerCommand) => void;
|
|
694
590
|
|
|
695
|
-
// Warning: (ae-missing-release-tag) "EventSystemOptions" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
696
|
-
//
|
|
697
591
|
// @public (undocumented)
|
|
698
592
|
export type EventSystemOptions = {
|
|
699
593
|
button: InputAction;
|
|
@@ -702,14 +596,12 @@ export type EventSystemOptions = {
|
|
|
702
596
|
showFeedback?: boolean;
|
|
703
597
|
};
|
|
704
598
|
|
|
705
|
-
// Warning: (ae-missing-release-tag) "ExcludeUndefined" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
706
|
-
//
|
|
707
599
|
// @public
|
|
708
600
|
export type ExcludeUndefined<T> = {
|
|
709
601
|
[P in keyof T]: undefined extends T[P] ? never : P;
|
|
710
602
|
}[keyof T];
|
|
711
603
|
|
|
712
|
-
// @public
|
|
604
|
+
// @public
|
|
713
605
|
export const executeTask: (task: Task<unknown>) => void;
|
|
714
606
|
|
|
715
607
|
// @public (undocumented)
|
|
@@ -721,8 +613,6 @@ export type FlexWrapType = 'wrap' | 'nowrap' | 'wrap-reverse';
|
|
|
721
613
|
// @public (undocumented)
|
|
722
614
|
export type FloatArray = number[];
|
|
723
615
|
|
|
724
|
-
// Warning: (ae-missing-release-tag) "Font" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
725
|
-
//
|
|
726
616
|
// @public (undocumented)
|
|
727
617
|
export const enum Font {
|
|
728
618
|
// (undocumented)
|
|
@@ -766,39 +656,29 @@ export type GlobalInputEventResult = InputEventResult & {
|
|
|
766
656
|
export const GltfContainer: ComponentDefinition<PBGltfContainer>;
|
|
767
657
|
|
|
768
658
|
// @public (undocumented)
|
|
769
|
-
export
|
|
770
|
-
|
|
771
|
-
// @public (undocumented)
|
|
772
|
-
export type IEngine = {
|
|
659
|
+
export interface IEngine {
|
|
773
660
|
addEntity(dynamic?: boolean): Entity;
|
|
774
|
-
removeEntity(entity: Entity): void;
|
|
775
|
-
removeEntityWithChildren(firstEntity: Entity): void;
|
|
776
|
-
getEntityState(entity: Entity): EntityState;
|
|
777
661
|
addSystem(system: SystemFn, priority?: number, name?: string): void;
|
|
778
|
-
|
|
779
|
-
|
|
662
|
+
// @alpha (undocumented)
|
|
663
|
+
addTransport(transport: Transport): void;
|
|
664
|
+
readonly CameraEntity: Entity;
|
|
665
|
+
componentsIter(): Iterable<ComponentDefinition<unknown>>;
|
|
780
666
|
defineComponent<T extends Spec>(componentName: string, spec: T, constructorDefault?: Partial<MapResult<T>>): MapComponentDefinition<MapResult<T>>;
|
|
781
667
|
defineComponentFromSchema<T>(componentName: string, spec: ISchema<T>): ComponentDefinition<T>;
|
|
782
668
|
getComponent<T>(componentId: number): ComponentDefinition<T>;
|
|
783
669
|
getComponentOrNull<T>(componentId: number): ComponentDefinition<T> | null;
|
|
784
670
|
getEntitiesWith<T extends [ComponentDefinition<any>, ...ComponentDefinition<any>[]]>(...components: T): Iterable<[Entity, ...ReadonlyComponentSchema<T>]>;
|
|
785
|
-
|
|
786
|
-
readonly RootEntity: Entity;
|
|
671
|
+
getEntityState(entity: Entity): EntityState;
|
|
787
672
|
readonly PlayerEntity: Entity;
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
673
|
+
registerComponentDefinition<T>(componentName: string, componentDefinition: ComponentDefinition<T>): ComponentDefinition<T>;
|
|
674
|
+
removeEntity(entity: Entity): void;
|
|
675
|
+
removeEntityWithChildren(firstEntity: Entity): void;
|
|
676
|
+
removeSystem(selector: string | SystemFn): boolean;
|
|
677
|
+
readonly RootEntity: Entity;
|
|
792
678
|
seal(): void;
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
export type IEngineOptions = {
|
|
797
|
-
onChangeFunction: OnChangeFunction;
|
|
798
|
-
};
|
|
799
|
-
|
|
800
|
-
// @public (undocumented)
|
|
801
|
-
export function IEnum<T>(type: ISchema<any>): ISchema<T>;
|
|
679
|
+
// (undocumented)
|
|
680
|
+
update(deltaTime: number): Promise<void>;
|
|
681
|
+
}
|
|
802
682
|
|
|
803
683
|
// Warning: (ae-missing-release-tag) "IEventNames" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
804
684
|
//
|
|
@@ -990,21 +870,31 @@ export type IInputSystem = {
|
|
|
990
870
|
getInputCommand: (inputAction: InputAction, pointerEventType: PointerEventType, entity?: Entity) => PBPointerEventsResult_PointerCommand | null;
|
|
991
871
|
};
|
|
992
872
|
|
|
993
|
-
// @public (undocumented)
|
|
994
|
-
export function IMap<T extends Spec>(spec: T, defaultValue?: Partial<MapResult<T>>): ISchema<MapResult<T>>;
|
|
995
|
-
|
|
996
|
-
// Warning: (ae-missing-release-tag) "IncludeUndefined" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
997
|
-
//
|
|
998
873
|
// @public
|
|
999
874
|
export type IncludeUndefined<T> = {
|
|
1000
875
|
[P in keyof T]: undefined extends T[P] ? P : never;
|
|
1001
876
|
}[keyof T];
|
|
1002
877
|
|
|
1003
|
-
//
|
|
878
|
+
// Warning: (tsdoc-html-tag-missing-string) The HTML element has an invalid attribute: Expecting an HTML string starting with a single-quote or double-quote character
|
|
879
|
+
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
|
880
|
+
// Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
|
|
881
|
+
// Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
|
|
882
|
+
// Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
|
|
883
|
+
// Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
|
|
884
|
+
// Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
|
|
885
|
+
// Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
|
|
886
|
+
// Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
|
|
887
|
+
// Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
|
|
888
|
+
// Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
|
|
889
|
+
// Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
|
|
890
|
+
// Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
|
|
891
|
+
// Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
|
|
892
|
+
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
|
893
|
+
// Warning: (tsdoc-undefined-tag) The TSDoc tag "@category" is not defined in this configuration
|
|
894
|
+
//
|
|
895
|
+
// @public
|
|
1004
896
|
export function Input(props: EntityPropTypes & Partial<UiInputProps>): ReactEcs.JSX.Element;
|
|
1005
897
|
|
|
1006
|
-
// Warning: (ae-missing-release-tag) "InputAction" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1007
|
-
//
|
|
1008
898
|
// @public (undocumented)
|
|
1009
899
|
export const enum InputAction {
|
|
1010
900
|
// (undocumented)
|
|
@@ -1054,27 +944,22 @@ export type InputEventResult = {
|
|
|
1054
944
|
};
|
|
1055
945
|
};
|
|
1056
946
|
|
|
1057
|
-
//
|
|
1058
|
-
//
|
|
1059
|
-
// @public (undocumented)
|
|
947
|
+
// @public
|
|
1060
948
|
export const inputSystem: IInputSystem;
|
|
1061
949
|
|
|
1062
950
|
// @public (undocumented)
|
|
1063
|
-
export
|
|
1064
|
-
|
|
1065
|
-
// @public (undocumented)
|
|
1066
|
-
export type ISchema<T = any> = {
|
|
1067
|
-
serialize(value: T, builder: ByteBuffer): void;
|
|
1068
|
-
deserialize(reader: ByteBuffer): T;
|
|
951
|
+
export interface ISchema<T = any> {
|
|
952
|
+
// (undocumented)
|
|
1069
953
|
create(): T;
|
|
954
|
+
// (undocumented)
|
|
955
|
+
deserialize(reader: ByteBuffer): T;
|
|
956
|
+
// (undocumented)
|
|
1070
957
|
extend?: (base?: T) => T;
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
//
|
|
1075
|
-
// @public (undocumented)
|
|
1076
|
-
export const isListener: (key: string) => key is keyof Listeners;
|
|
958
|
+
// (undocumented)
|
|
959
|
+
serialize(value: T, builder: ByteBuffer): void;
|
|
960
|
+
}
|
|
1077
961
|
|
|
962
|
+
// Warning: (tsdoc-undefined-tag) The TSDoc tag "@hidden" is not defined in this configuration
|
|
1078
963
|
// Warning: (ae-missing-release-tag) "JSX" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1079
964
|
//
|
|
1080
965
|
// @public (undocumented)
|
|
@@ -1091,25 +976,29 @@ export namespace JSX {
|
|
|
1091
976
|
// @public (undocumented)
|
|
1092
977
|
export type JustifyType = 'flex-start' | 'center' | 'flex-end' | 'space-between' | 'space-around' | 'space-evenly';
|
|
1093
978
|
|
|
1094
|
-
//
|
|
1095
|
-
//
|
|
1096
|
-
// @public (undocumented)
|
|
979
|
+
// @public
|
|
1097
980
|
export type Key = number | string;
|
|
1098
981
|
|
|
1099
|
-
//
|
|
982
|
+
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
|
983
|
+
// Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
|
|
984
|
+
// Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
|
|
985
|
+
// Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
|
|
986
|
+
// Warning: (tsdoc-html-tag-missing-string) The HTML element has an invalid attribute: Expecting an HTML string starting with a single-quote or double-quote character
|
|
987
|
+
// Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
|
|
988
|
+
// Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
|
|
989
|
+
// Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
|
|
990
|
+
// Warning: (tsdoc-undefined-tag) The TSDoc tag "@category" is not defined in this configuration
|
|
991
|
+
//
|
|
992
|
+
// @public
|
|
1100
993
|
export function Label(props: EntityPropTypes & UiLabelProps): ReactEcs.JSX.Element;
|
|
1101
994
|
|
|
1102
|
-
//
|
|
1103
|
-
//
|
|
1104
|
-
// @public (undocumented)
|
|
995
|
+
// @public
|
|
1105
996
|
export type Listeners = {
|
|
1106
997
|
onMouseDown?: Callback;
|
|
1107
998
|
onMouseUp?: Callback;
|
|
1108
999
|
};
|
|
1109
1000
|
|
|
1110
|
-
//
|
|
1111
|
-
//
|
|
1112
|
-
// @public (undocumented)
|
|
1001
|
+
// @public
|
|
1113
1002
|
export interface MapComponentDefinition<T> extends ComponentDefinition<T> {
|
|
1114
1003
|
create(entity: Entity, val?: Partial<T>): T;
|
|
1115
1004
|
createOrReplace(entity: Entity, val?: Partial<T>): T;
|
|
@@ -1120,28 +1009,18 @@ export type MapResult<T extends Spec> = ToOptional<{
|
|
|
1120
1009
|
[K in keyof T]: T[K] extends ISchema ? ReturnType<T[K]['deserialize']> : T[K] extends Spec ? MapResult<T[K]> : never;
|
|
1121
1010
|
}>;
|
|
1122
1011
|
|
|
1123
|
-
// Warning: (ae-missing-release-tag) "MASK_UPPER_16_ON_32" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1124
|
-
//
|
|
1125
|
-
// @public (undocumented)
|
|
1126
|
-
export const MASK_UPPER_16_ON_32 = 4294901760;
|
|
1127
|
-
|
|
1128
1012
|
// Warning: (ae-missing-release-tag) "Material" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1129
1013
|
//
|
|
1130
1014
|
// @public (undocumented)
|
|
1131
1015
|
export const Material: MaterialComponentDefinitionExtended;
|
|
1132
1016
|
|
|
1133
1017
|
// @public (undocumented)
|
|
1134
|
-
export
|
|
1135
|
-
|
|
1136
|
-
// @public (undocumented)
|
|
1137
|
-
export interface MaterialComponentDefinitionExtended extends MaterialComponentDefinition {
|
|
1018
|
+
export interface MaterialComponentDefinitionExtended extends ComponentDefinition<PBMaterial> {
|
|
1138
1019
|
setBasicMaterial: (entity: Entity, material: PBMaterial_UnlitMaterial) => void;
|
|
1139
1020
|
setPbrMaterial: (entity: Entity, material: PBMaterial_PbrMaterial) => void;
|
|
1140
1021
|
Texture: TextureHelper;
|
|
1141
1022
|
}
|
|
1142
1023
|
|
|
1143
|
-
// Warning: (ae-missing-release-tag) "MaterialTransparencyMode" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1144
|
-
//
|
|
1145
1024
|
// @public (undocumented)
|
|
1146
1025
|
export const enum MaterialTransparencyMode {
|
|
1147
1026
|
// (undocumented)
|
|
@@ -1293,24 +1172,13 @@ export namespace Matrix {
|
|
|
1293
1172
|
export function Zero(): MutableMatrix;
|
|
1294
1173
|
}
|
|
1295
1174
|
|
|
1296
|
-
// @public (undocumented)
|
|
1297
|
-
export const MAX_ENTITY_NUMBER = 65535;
|
|
1298
|
-
|
|
1299
|
-
// Warning: (ae-missing-release-tag) "MAX_U16" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1300
|
-
//
|
|
1301
|
-
// @public (undocumented)
|
|
1302
|
-
export const MAX_U16 = 65535;
|
|
1303
|
-
|
|
1304
1175
|
// Warning: (ae-missing-release-tag) "MeshCollider" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1305
1176
|
//
|
|
1306
1177
|
// @public (undocumented)
|
|
1307
1178
|
export const MeshCollider: MeshColliderComponentDefinitionExtended;
|
|
1308
1179
|
|
|
1309
1180
|
// @public (undocumented)
|
|
1310
|
-
export
|
|
1311
|
-
|
|
1312
|
-
// @public (undocumented)
|
|
1313
|
-
export interface MeshColliderComponentDefinitionExtended extends MeshColliderComponentDefinition {
|
|
1181
|
+
export interface MeshColliderComponentDefinitionExtended extends ComponentDefinition<PBMeshCollider> {
|
|
1314
1182
|
setBox(entity: Entity, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
|
1315
1183
|
setCylinder(entity: Entity, radiusBottom?: number, radiusTop?: number, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
|
1316
1184
|
setPlane(entity: Entity, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
|
@@ -1323,10 +1191,7 @@ export interface MeshColliderComponentDefinitionExtended extends MeshColliderCom
|
|
|
1323
1191
|
export const MeshRenderer: MeshRendererComponentDefinitionExtended;
|
|
1324
1192
|
|
|
1325
1193
|
// @public (undocumented)
|
|
1326
|
-
export
|
|
1327
|
-
|
|
1328
|
-
// @public (undocumented)
|
|
1329
|
-
export interface MeshRendererComponentDefinitionExtended extends MeshRendererComponentDefinition {
|
|
1194
|
+
export interface MeshRendererComponentDefinitionExtended extends ComponentDefinition<PBMeshRenderer> {
|
|
1330
1195
|
setBox(entity: Entity, uvs?: number[]): void;
|
|
1331
1196
|
setCylinder(entity: Entity, radiusBottom?: number, radiusTop?: number): void;
|
|
1332
1197
|
setPlane(entity: Entity, uvs?: number[]): void;
|
|
@@ -1344,8 +1209,6 @@ export class MessageBus {
|
|
|
1344
1209
|
on(message: string, callback: (value: any, sender: string) => void): Observer<IEvents['comms']>;
|
|
1345
1210
|
}
|
|
1346
1211
|
|
|
1347
|
-
// Warning: (ae-missing-release-tag) "NftFrameType" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1348
|
-
//
|
|
1349
1212
|
// @public (undocumented)
|
|
1350
1213
|
export const enum NftFrameType {
|
|
1351
1214
|
// (undocumented)
|
|
@@ -1503,15 +1366,11 @@ export const onLeaveSceneObservable: Observable<{
|
|
|
1503
1366
|
userId: string;
|
|
1504
1367
|
}>;
|
|
1505
1368
|
|
|
1506
|
-
// Warning: (ae-missing-release-tag) "OnlyNonUndefinedTypes" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1507
|
-
//
|
|
1508
1369
|
// @public (undocumented)
|
|
1509
1370
|
export type OnlyNonUndefinedTypes<T> = {
|
|
1510
1371
|
[K in ExcludeUndefined<T>]: T[K];
|
|
1511
1372
|
};
|
|
1512
1373
|
|
|
1513
|
-
// Warning: (ae-missing-release-tag) "OnlyOptionalUndefinedTypes" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1514
|
-
//
|
|
1515
1374
|
// @public (undocumented)
|
|
1516
1375
|
export type OnlyOptionalUndefinedTypes<T> = {
|
|
1517
1376
|
[K in IncludeUndefined<T>]?: T[K];
|
|
@@ -1589,12 +1448,9 @@ export const onVideoEvent: Observable<{
|
|
|
1589
1448
|
totalVideoLength: number;
|
|
1590
1449
|
}>;
|
|
1591
1450
|
|
|
1592
|
-
// @public
|
|
1451
|
+
// @public
|
|
1593
1452
|
export type OverflowType = 'hidden' | 'scroll' | 'visible';
|
|
1594
1453
|
|
|
1595
|
-
// Warning: (ae-missing-release-tag) "PBAnimationState" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1596
|
-
// Warning: (ae-missing-release-tag) "PBAnimationState" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1597
|
-
//
|
|
1598
1454
|
// @public (undocumented)
|
|
1599
1455
|
export interface PBAnimationState {
|
|
1600
1456
|
// (undocumented)
|
|
@@ -1610,30 +1466,12 @@ export interface PBAnimationState {
|
|
|
1610
1466
|
weight?: number | undefined;
|
|
1611
1467
|
}
|
|
1612
1468
|
|
|
1613
|
-
// @public
|
|
1614
|
-
export const PBAnimationState: {
|
|
1615
|
-
encode(message: PBAnimationState, writer?: _m0.Writer): _m0.Writer;
|
|
1616
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBAnimationState;
|
|
1617
|
-
};
|
|
1618
|
-
|
|
1619
|
-
// Warning: (ae-missing-release-tag) "PBAnimator" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1620
|
-
// Warning: (ae-missing-release-tag) "PBAnimator" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1621
|
-
//
|
|
1622
1469
|
// @public (undocumented)
|
|
1623
1470
|
export interface PBAnimator {
|
|
1624
1471
|
// (undocumented)
|
|
1625
1472
|
states: PBAnimationState[];
|
|
1626
1473
|
}
|
|
1627
1474
|
|
|
1628
|
-
// @public
|
|
1629
|
-
export const PBAnimator: {
|
|
1630
|
-
encode(message: PBAnimator, writer?: _m0.Writer): _m0.Writer;
|
|
1631
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBAnimator;
|
|
1632
|
-
};
|
|
1633
|
-
|
|
1634
|
-
// Warning: (ae-missing-release-tag) "PBAudioSource" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1635
|
-
// Warning: (ae-missing-release-tag) "PBAudioSource" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1636
|
-
//
|
|
1637
1475
|
// @public (undocumented)
|
|
1638
1476
|
export interface PBAudioSource {
|
|
1639
1477
|
// (undocumented)
|
|
@@ -1646,15 +1484,6 @@ export interface PBAudioSource {
|
|
|
1646
1484
|
volume?: number | undefined;
|
|
1647
1485
|
}
|
|
1648
1486
|
|
|
1649
|
-
// @public
|
|
1650
|
-
export const PBAudioSource: {
|
|
1651
|
-
encode(message: PBAudioSource, writer?: _m0.Writer): _m0.Writer;
|
|
1652
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBAudioSource;
|
|
1653
|
-
};
|
|
1654
|
-
|
|
1655
|
-
// Warning: (ae-missing-release-tag) "PBAudioStream" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1656
|
-
// Warning: (ae-missing-release-tag) "PBAudioStream" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1657
|
-
//
|
|
1658
1487
|
// @public (undocumented)
|
|
1659
1488
|
export interface PBAudioStream {
|
|
1660
1489
|
// (undocumented)
|
|
@@ -1664,15 +1493,6 @@ export interface PBAudioStream {
|
|
|
1664
1493
|
volume?: number | undefined;
|
|
1665
1494
|
}
|
|
1666
1495
|
|
|
1667
|
-
// @public
|
|
1668
|
-
export const PBAudioStream: {
|
|
1669
|
-
encode(message: PBAudioStream, writer?: _m0.Writer): _m0.Writer;
|
|
1670
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBAudioStream;
|
|
1671
|
-
};
|
|
1672
|
-
|
|
1673
|
-
// Warning: (ae-missing-release-tag) "PBAvatarAttach" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1674
|
-
// Warning: (ae-missing-release-tag) "PBAvatarAttach" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1675
|
-
//
|
|
1676
1496
|
// @public (undocumented)
|
|
1677
1497
|
export interface PBAvatarAttach {
|
|
1678
1498
|
// (undocumented)
|
|
@@ -1680,15 +1500,6 @@ export interface PBAvatarAttach {
|
|
|
1680
1500
|
avatarId?: string | undefined;
|
|
1681
1501
|
}
|
|
1682
1502
|
|
|
1683
|
-
// @public
|
|
1684
|
-
export const PBAvatarAttach: {
|
|
1685
|
-
encode(message: PBAvatarAttach, writer?: _m0.Writer): _m0.Writer;
|
|
1686
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarAttach;
|
|
1687
|
-
};
|
|
1688
|
-
|
|
1689
|
-
// Warning: (ae-missing-release-tag) "PBAvatarModifierArea" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1690
|
-
// Warning: (ae-missing-release-tag) "PBAvatarModifierArea" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1691
|
-
//
|
|
1692
1503
|
// @public (undocumented)
|
|
1693
1504
|
export interface PBAvatarModifierArea {
|
|
1694
1505
|
// (undocumented)
|
|
@@ -1699,15 +1510,6 @@ export interface PBAvatarModifierArea {
|
|
|
1699
1510
|
modifiers: AvatarModifierType[];
|
|
1700
1511
|
}
|
|
1701
1512
|
|
|
1702
|
-
// @public
|
|
1703
|
-
export const PBAvatarModifierArea: {
|
|
1704
|
-
encode(message: PBAvatarModifierArea, writer?: _m0.Writer): _m0.Writer;
|
|
1705
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarModifierArea;
|
|
1706
|
-
};
|
|
1707
|
-
|
|
1708
|
-
// Warning: (ae-missing-release-tag) "PBAvatarShape" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1709
|
-
// Warning: (ae-missing-release-tag) "PBAvatarShape" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1710
|
-
//
|
|
1711
1513
|
// @public (undocumented)
|
|
1712
1514
|
export interface PBAvatarShape {
|
|
1713
1515
|
bodyShape?: string | undefined;
|
|
@@ -1726,44 +1528,17 @@ export interface PBAvatarShape {
|
|
|
1726
1528
|
wearables: string[];
|
|
1727
1529
|
}
|
|
1728
1530
|
|
|
1729
|
-
// @public
|
|
1730
|
-
export const PBAvatarShape: {
|
|
1731
|
-
encode(message: PBAvatarShape, writer?: _m0.Writer): _m0.Writer;
|
|
1732
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarShape;
|
|
1733
|
-
};
|
|
1734
|
-
|
|
1735
|
-
// Warning: (ae-missing-release-tag) "PBBillboard" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1736
|
-
// Warning: (ae-missing-release-tag) "PBBillboard" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1737
|
-
//
|
|
1738
1531
|
// @public (undocumented)
|
|
1739
1532
|
export interface PBBillboard {
|
|
1740
1533
|
billboardMode?: BillboardMode | undefined;
|
|
1741
1534
|
}
|
|
1742
1535
|
|
|
1743
|
-
// @public
|
|
1744
|
-
export const PBBillboard: {
|
|
1745
|
-
encode(message: PBBillboard, writer?: _m0.Writer): _m0.Writer;
|
|
1746
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBBillboard;
|
|
1747
|
-
};
|
|
1748
|
-
|
|
1749
|
-
// Warning: (ae-missing-release-tag) "PBCameraMode" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1750
|
-
// Warning: (ae-missing-release-tag) "PBCameraMode" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1751
|
-
//
|
|
1752
1536
|
// @public (undocumented)
|
|
1753
1537
|
export interface PBCameraMode {
|
|
1754
1538
|
// (undocumented)
|
|
1755
1539
|
mode: CameraType;
|
|
1756
1540
|
}
|
|
1757
1541
|
|
|
1758
|
-
// @public
|
|
1759
|
-
export const PBCameraMode: {
|
|
1760
|
-
encode(message: PBCameraMode, writer?: _m0.Writer): _m0.Writer;
|
|
1761
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBCameraMode;
|
|
1762
|
-
};
|
|
1763
|
-
|
|
1764
|
-
// Warning: (ae-missing-release-tag) "PBCameraModeArea" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1765
|
-
// Warning: (ae-missing-release-tag) "PBCameraModeArea" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1766
|
-
//
|
|
1767
1542
|
// @public (undocumented)
|
|
1768
1543
|
export interface PBCameraModeArea {
|
|
1769
1544
|
// (undocumented)
|
|
@@ -1772,15 +1547,6 @@ export interface PBCameraModeArea {
|
|
|
1772
1547
|
mode: CameraType;
|
|
1773
1548
|
}
|
|
1774
1549
|
|
|
1775
|
-
// @public
|
|
1776
|
-
export const PBCameraModeArea: {
|
|
1777
|
-
encode(message: PBCameraModeArea, writer?: _m0.Writer): _m0.Writer;
|
|
1778
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBCameraModeArea;
|
|
1779
|
-
};
|
|
1780
|
-
|
|
1781
|
-
// Warning: (ae-missing-release-tag) "Color3" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1782
|
-
// Warning: (ae-missing-release-tag) "Color3" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1783
|
-
//
|
|
1784
1550
|
// @public (undocumented)
|
|
1785
1551
|
export interface PBColor3 {
|
|
1786
1552
|
// (undocumented)
|
|
@@ -1791,15 +1557,6 @@ export interface PBColor3 {
|
|
|
1791
1557
|
r: number;
|
|
1792
1558
|
}
|
|
1793
1559
|
|
|
1794
|
-
// @public
|
|
1795
|
-
export const PBColor3: {
|
|
1796
|
-
encode(message: PBColor3, writer?: _m0.Writer): _m0.Writer;
|
|
1797
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBColor3;
|
|
1798
|
-
};
|
|
1799
|
-
|
|
1800
|
-
// Warning: (ae-missing-release-tag) "Color4" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1801
|
-
// Warning: (ae-missing-release-tag) "Color4" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1802
|
-
//
|
|
1803
1560
|
// @public (undocumented)
|
|
1804
1561
|
export interface PBColor4 {
|
|
1805
1562
|
// (undocumented)
|
|
@@ -1812,29 +1569,11 @@ export interface PBColor4 {
|
|
|
1812
1569
|
r: number;
|
|
1813
1570
|
}
|
|
1814
1571
|
|
|
1815
|
-
// @public
|
|
1816
|
-
export const PBColor4: {
|
|
1817
|
-
encode(message: PBColor4, writer?: _m0.Writer): _m0.Writer;
|
|
1818
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBColor4;
|
|
1819
|
-
};
|
|
1820
|
-
|
|
1821
|
-
// Warning: (ae-missing-release-tag) "PBGltfContainer" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1822
|
-
// Warning: (ae-missing-release-tag) "PBGltfContainer" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1823
|
-
//
|
|
1824
1572
|
// @public (undocumented)
|
|
1825
1573
|
export interface PBGltfContainer {
|
|
1826
1574
|
src: string;
|
|
1827
1575
|
}
|
|
1828
1576
|
|
|
1829
|
-
// @public
|
|
1830
|
-
export const PBGltfContainer: {
|
|
1831
|
-
encode(message: PBGltfContainer, writer?: _m0.Writer): _m0.Writer;
|
|
1832
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBGltfContainer;
|
|
1833
|
-
};
|
|
1834
|
-
|
|
1835
|
-
// Warning: (ae-missing-release-tag) "PBMaterial" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1836
|
-
// Warning: (ae-missing-release-tag) "PBMaterial" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1837
|
-
//
|
|
1838
1577
|
// @public (undocumented)
|
|
1839
1578
|
export interface PBMaterial {
|
|
1840
1579
|
// (undocumented)
|
|
@@ -1847,15 +1586,6 @@ export interface PBMaterial {
|
|
|
1847
1586
|
};
|
|
1848
1587
|
}
|
|
1849
1588
|
|
|
1850
|
-
// @public
|
|
1851
|
-
export const PBMaterial: {
|
|
1852
|
-
encode(message: PBMaterial, writer?: _m0.Writer): _m0.Writer;
|
|
1853
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBMaterial;
|
|
1854
|
-
};
|
|
1855
|
-
|
|
1856
|
-
// Warning: (ae-missing-release-tag) "PBMaterial_PbrMaterial" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1857
|
-
// Warning: (ae-missing-release-tag) "PBMaterial_PbrMaterial" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1858
|
-
//
|
|
1859
1589
|
// @public (undocumented)
|
|
1860
1590
|
export interface PBMaterial_PbrMaterial {
|
|
1861
1591
|
albedoColor?: PBColor4 | undefined;
|
|
@@ -1876,15 +1606,6 @@ export interface PBMaterial_PbrMaterial {
|
|
|
1876
1606
|
transparencyMode?: MaterialTransparencyMode | undefined;
|
|
1877
1607
|
}
|
|
1878
1608
|
|
|
1879
|
-
// @public
|
|
1880
|
-
export const PBMaterial_PbrMaterial: {
|
|
1881
|
-
encode(message: PBMaterial_PbrMaterial, writer?: _m0.Writer): _m0.Writer;
|
|
1882
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBMaterial_PbrMaterial;
|
|
1883
|
-
};
|
|
1884
|
-
|
|
1885
|
-
// Warning: (ae-missing-release-tag) "PBMaterial_UnlitMaterial" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1886
|
-
// Warning: (ae-missing-release-tag) "PBMaterial_UnlitMaterial" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1887
|
-
//
|
|
1888
1609
|
// @public (undocumented)
|
|
1889
1610
|
export interface PBMaterial_UnlitMaterial {
|
|
1890
1611
|
alphaTest?: number | undefined;
|
|
@@ -1892,15 +1613,6 @@ export interface PBMaterial_UnlitMaterial {
|
|
|
1892
1613
|
texture?: TextureUnion | undefined;
|
|
1893
1614
|
}
|
|
1894
1615
|
|
|
1895
|
-
// @public
|
|
1896
|
-
export const PBMaterial_UnlitMaterial: {
|
|
1897
|
-
encode(message: PBMaterial_UnlitMaterial, writer?: _m0.Writer): _m0.Writer;
|
|
1898
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBMaterial_UnlitMaterial;
|
|
1899
|
-
};
|
|
1900
|
-
|
|
1901
|
-
// Warning: (ae-missing-release-tag) "PBMeshCollider" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1902
|
-
// Warning: (ae-missing-release-tag) "PBMeshCollider" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1903
|
-
//
|
|
1904
1616
|
// @public (undocumented)
|
|
1905
1617
|
export interface PBMeshCollider {
|
|
1906
1618
|
collisionMask?: number | undefined;
|
|
@@ -1920,69 +1632,24 @@ export interface PBMeshCollider {
|
|
|
1920
1632
|
};
|
|
1921
1633
|
}
|
|
1922
1634
|
|
|
1923
|
-
// @public
|
|
1924
|
-
export const PBMeshCollider: {
|
|
1925
|
-
encode(message: PBMeshCollider, writer?: _m0.Writer): _m0.Writer;
|
|
1926
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBMeshCollider;
|
|
1927
|
-
};
|
|
1928
|
-
|
|
1929
|
-
// Warning: (ae-missing-release-tag) "PBMeshCollider_BoxMesh" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1930
|
-
// Warning: (ae-missing-release-tag) "PBMeshCollider_BoxMesh" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1931
|
-
//
|
|
1932
1635
|
// @public (undocumented)
|
|
1933
1636
|
export interface PBMeshCollider_BoxMesh {
|
|
1934
1637
|
}
|
|
1935
1638
|
|
|
1936
|
-
// @public
|
|
1937
|
-
export const PBMeshCollider_BoxMesh: {
|
|
1938
|
-
encode(_: PBMeshCollider_BoxMesh, writer?: _m0.Writer): _m0.Writer;
|
|
1939
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBMeshCollider_BoxMesh;
|
|
1940
|
-
};
|
|
1941
|
-
|
|
1942
|
-
// Warning: (ae-missing-release-tag) "PBMeshCollider_CylinderMesh" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1943
|
-
// Warning: (ae-missing-release-tag) "PBMeshCollider_CylinderMesh" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1944
|
-
//
|
|
1945
1639
|
// @public (undocumented)
|
|
1946
1640
|
export interface PBMeshCollider_CylinderMesh {
|
|
1947
1641
|
radiusBottom?: number | undefined;
|
|
1948
1642
|
radiusTop?: number | undefined;
|
|
1949
1643
|
}
|
|
1950
1644
|
|
|
1951
|
-
// @public
|
|
1952
|
-
export const PBMeshCollider_CylinderMesh: {
|
|
1953
|
-
encode(message: PBMeshCollider_CylinderMesh, writer?: _m0.Writer): _m0.Writer;
|
|
1954
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBMeshCollider_CylinderMesh;
|
|
1955
|
-
};
|
|
1956
|
-
|
|
1957
|
-
// Warning: (ae-missing-release-tag) "PBMeshCollider_PlaneMesh" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1958
|
-
// Warning: (ae-missing-release-tag) "PBMeshCollider_PlaneMesh" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1959
|
-
//
|
|
1960
1645
|
// @public (undocumented)
|
|
1961
1646
|
export interface PBMeshCollider_PlaneMesh {
|
|
1962
1647
|
}
|
|
1963
1648
|
|
|
1964
|
-
// @public
|
|
1965
|
-
export const PBMeshCollider_PlaneMesh: {
|
|
1966
|
-
encode(_: PBMeshCollider_PlaneMesh, writer?: _m0.Writer): _m0.Writer;
|
|
1967
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBMeshCollider_PlaneMesh;
|
|
1968
|
-
};
|
|
1969
|
-
|
|
1970
|
-
// Warning: (ae-missing-release-tag) "PBMeshCollider_SphereMesh" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1971
|
-
// Warning: (ae-missing-release-tag) "PBMeshCollider_SphereMesh" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1972
|
-
//
|
|
1973
1649
|
// @public (undocumented)
|
|
1974
1650
|
export interface PBMeshCollider_SphereMesh {
|
|
1975
1651
|
}
|
|
1976
1652
|
|
|
1977
|
-
// @public
|
|
1978
|
-
export const PBMeshCollider_SphereMesh: {
|
|
1979
|
-
encode(_: PBMeshCollider_SphereMesh, writer?: _m0.Writer): _m0.Writer;
|
|
1980
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBMeshCollider_SphereMesh;
|
|
1981
|
-
};
|
|
1982
|
-
|
|
1983
|
-
// Warning: (ae-missing-release-tag) "PBMeshRenderer" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1984
|
-
// Warning: (ae-missing-release-tag) "PBMeshRenderer" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1985
|
-
//
|
|
1986
1653
|
// @public (undocumented)
|
|
1987
1654
|
export interface PBMeshRenderer {
|
|
1988
1655
|
// (undocumented)
|
|
@@ -2001,73 +1668,28 @@ export interface PBMeshRenderer {
|
|
|
2001
1668
|
};
|
|
2002
1669
|
}
|
|
2003
1670
|
|
|
2004
|
-
// @public
|
|
2005
|
-
export const PBMeshRenderer: {
|
|
2006
|
-
encode(message: PBMeshRenderer, writer?: _m0.Writer): _m0.Writer;
|
|
2007
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBMeshRenderer;
|
|
2008
|
-
};
|
|
2009
|
-
|
|
2010
|
-
// Warning: (ae-missing-release-tag) "PBMeshRenderer_BoxMesh" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2011
|
-
// Warning: (ae-missing-release-tag) "PBMeshRenderer_BoxMesh" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2012
|
-
//
|
|
2013
1671
|
// @public (undocumented)
|
|
2014
1672
|
export interface PBMeshRenderer_BoxMesh {
|
|
2015
1673
|
// (undocumented)
|
|
2016
1674
|
uvs: number[];
|
|
2017
1675
|
}
|
|
2018
1676
|
|
|
2019
|
-
// @public
|
|
2020
|
-
export const PBMeshRenderer_BoxMesh: {
|
|
2021
|
-
encode(message: PBMeshRenderer_BoxMesh, writer?: _m0.Writer): _m0.Writer;
|
|
2022
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBMeshRenderer_BoxMesh;
|
|
2023
|
-
};
|
|
2024
|
-
|
|
2025
|
-
// Warning: (ae-missing-release-tag) "PBMeshRenderer_CylinderMesh" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2026
|
-
// Warning: (ae-missing-release-tag) "PBMeshRenderer_CylinderMesh" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2027
|
-
//
|
|
2028
1677
|
// @public (undocumented)
|
|
2029
1678
|
export interface PBMeshRenderer_CylinderMesh {
|
|
2030
1679
|
radiusBottom?: number | undefined;
|
|
2031
1680
|
radiusTop?: number | undefined;
|
|
2032
1681
|
}
|
|
2033
1682
|
|
|
2034
|
-
// @public
|
|
2035
|
-
export const PBMeshRenderer_CylinderMesh: {
|
|
2036
|
-
encode(message: PBMeshRenderer_CylinderMesh, writer?: _m0.Writer): _m0.Writer;
|
|
2037
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBMeshRenderer_CylinderMesh;
|
|
2038
|
-
};
|
|
2039
|
-
|
|
2040
|
-
// Warning: (ae-missing-release-tag) "PBMeshRenderer_PlaneMesh" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2041
|
-
// Warning: (ae-missing-release-tag) "PBMeshRenderer_PlaneMesh" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2042
|
-
//
|
|
2043
1683
|
// @public (undocumented)
|
|
2044
1684
|
export interface PBMeshRenderer_PlaneMesh {
|
|
2045
1685
|
// (undocumented)
|
|
2046
1686
|
uvs: number[];
|
|
2047
1687
|
}
|
|
2048
1688
|
|
|
2049
|
-
// @public
|
|
2050
|
-
export const PBMeshRenderer_PlaneMesh: {
|
|
2051
|
-
encode(message: PBMeshRenderer_PlaneMesh, writer?: _m0.Writer): _m0.Writer;
|
|
2052
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBMeshRenderer_PlaneMesh;
|
|
2053
|
-
};
|
|
2054
|
-
|
|
2055
|
-
// Warning: (ae-missing-release-tag) "PBMeshRenderer_SphereMesh" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2056
|
-
// Warning: (ae-missing-release-tag) "PBMeshRenderer_SphereMesh" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2057
|
-
//
|
|
2058
1689
|
// @public (undocumented)
|
|
2059
1690
|
export interface PBMeshRenderer_SphereMesh {
|
|
2060
1691
|
}
|
|
2061
1692
|
|
|
2062
|
-
// @public
|
|
2063
|
-
export const PBMeshRenderer_SphereMesh: {
|
|
2064
|
-
encode(_: PBMeshRenderer_SphereMesh, writer?: _m0.Writer): _m0.Writer;
|
|
2065
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBMeshRenderer_SphereMesh;
|
|
2066
|
-
};
|
|
2067
|
-
|
|
2068
|
-
// Warning: (ae-missing-release-tag) "PBNftShape" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2069
|
-
// Warning: (ae-missing-release-tag) "PBNftShape" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2070
|
-
//
|
|
2071
1693
|
// @public (undocumented)
|
|
2072
1694
|
export interface PBNftShape {
|
|
2073
1695
|
color?: PBColor3 | undefined;
|
|
@@ -2076,30 +1698,12 @@ export interface PBNftShape {
|
|
|
2076
1698
|
style?: NftFrameType | undefined;
|
|
2077
1699
|
}
|
|
2078
1700
|
|
|
2079
|
-
// @public
|
|
2080
|
-
export const PBNftShape: {
|
|
2081
|
-
encode(message: PBNftShape, writer?: _m0.Writer): _m0.Writer;
|
|
2082
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBNftShape;
|
|
2083
|
-
};
|
|
2084
|
-
|
|
2085
|
-
// Warning: (ae-missing-release-tag) "PBPointerEvents" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2086
|
-
// Warning: (ae-missing-release-tag) "PBPointerEvents" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2087
|
-
//
|
|
2088
1701
|
// @public (undocumented)
|
|
2089
1702
|
export interface PBPointerEvents {
|
|
2090
1703
|
// (undocumented)
|
|
2091
1704
|
pointerEvents: PBPointerEvents_Entry[];
|
|
2092
1705
|
}
|
|
2093
1706
|
|
|
2094
|
-
// @public
|
|
2095
|
-
export const PBPointerEvents: {
|
|
2096
|
-
encode(message: PBPointerEvents, writer?: _m0.Writer): _m0.Writer;
|
|
2097
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBPointerEvents;
|
|
2098
|
-
};
|
|
2099
|
-
|
|
2100
|
-
// Warning: (ae-missing-release-tag) "PBPointerEvents_Entry" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2101
|
-
// Warning: (ae-missing-release-tag) "PBPointerEvents_Entry" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2102
|
-
//
|
|
2103
1707
|
// @public (undocumented)
|
|
2104
1708
|
export interface PBPointerEvents_Entry {
|
|
2105
1709
|
// (undocumented)
|
|
@@ -2108,15 +1712,6 @@ export interface PBPointerEvents_Entry {
|
|
|
2108
1712
|
eventType: PointerEventType;
|
|
2109
1713
|
}
|
|
2110
1714
|
|
|
2111
|
-
// @public
|
|
2112
|
-
export const PBPointerEvents_Entry: {
|
|
2113
|
-
encode(message: PBPointerEvents_Entry, writer?: _m0.Writer): _m0.Writer;
|
|
2114
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBPointerEvents_Entry;
|
|
2115
|
-
};
|
|
2116
|
-
|
|
2117
|
-
// Warning: (ae-missing-release-tag) "PBPointerEvents_Info" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2118
|
-
// Warning: (ae-missing-release-tag) "PBPointerEvents_Info" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2119
|
-
//
|
|
2120
1715
|
// @public (undocumented)
|
|
2121
1716
|
export interface PBPointerEvents_Info {
|
|
2122
1717
|
button?: InputAction | undefined;
|
|
@@ -2125,30 +1720,12 @@ export interface PBPointerEvents_Info {
|
|
|
2125
1720
|
showFeedback?: boolean | undefined;
|
|
2126
1721
|
}
|
|
2127
1722
|
|
|
2128
|
-
// @public
|
|
2129
|
-
export const PBPointerEvents_Info: {
|
|
2130
|
-
encode(message: PBPointerEvents_Info, writer?: _m0.Writer): _m0.Writer;
|
|
2131
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBPointerEvents_Info;
|
|
2132
|
-
};
|
|
2133
|
-
|
|
2134
|
-
// Warning: (ae-missing-release-tag) "PBPointerEventsResult" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2135
|
-
// Warning: (ae-missing-release-tag) "PBPointerEventsResult" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2136
|
-
//
|
|
2137
|
-
// @public
|
|
1723
|
+
// @public (undocumented)
|
|
2138
1724
|
export interface PBPointerEventsResult {
|
|
2139
1725
|
commands: PBPointerEventsResult_PointerCommand[];
|
|
2140
1726
|
}
|
|
2141
1727
|
|
|
2142
|
-
// @public
|
|
2143
|
-
export const PBPointerEventsResult: {
|
|
2144
|
-
encode(message: PBPointerEventsResult, writer?: _m0.Writer): _m0.Writer;
|
|
2145
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBPointerEventsResult;
|
|
2146
|
-
};
|
|
2147
|
-
|
|
2148
|
-
// Warning: (ae-missing-release-tag) "PBPointerEventsResult_PointerCommand" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2149
|
-
// Warning: (ae-missing-release-tag) "PBPointerEventsResult_PointerCommand" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2150
|
-
//
|
|
2151
|
-
// @public
|
|
1728
|
+
// @public (undocumented)
|
|
2152
1729
|
export interface PBPointerEventsResult_PointerCommand {
|
|
2153
1730
|
analog?: number | undefined;
|
|
2154
1731
|
button: InputAction;
|
|
@@ -2159,30 +1736,12 @@ export interface PBPointerEventsResult_PointerCommand {
|
|
|
2159
1736
|
timestamp: number;
|
|
2160
1737
|
}
|
|
2161
1738
|
|
|
2162
|
-
// @public
|
|
2163
|
-
export const PBPointerEventsResult_PointerCommand: {
|
|
2164
|
-
encode(message: PBPointerEventsResult_PointerCommand, writer?: _m0.Writer): _m0.Writer;
|
|
2165
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBPointerEventsResult_PointerCommand;
|
|
2166
|
-
};
|
|
2167
|
-
|
|
2168
|
-
// Warning: (ae-missing-release-tag) "PBPointerLock" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2169
|
-
// Warning: (ae-missing-release-tag) "PBPointerLock" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2170
|
-
//
|
|
2171
1739
|
// @public (undocumented)
|
|
2172
1740
|
export interface PBPointerLock {
|
|
2173
1741
|
// (undocumented)
|
|
2174
1742
|
isPointerLocked: boolean;
|
|
2175
1743
|
}
|
|
2176
1744
|
|
|
2177
|
-
// @public
|
|
2178
|
-
export const PBPointerLock: {
|
|
2179
|
-
encode(message: PBPointerLock, writer?: _m0.Writer): _m0.Writer;
|
|
2180
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBPointerLock;
|
|
2181
|
-
};
|
|
2182
|
-
|
|
2183
|
-
// Warning: (ae-missing-release-tag) "Position" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2184
|
-
// Warning: (ae-missing-release-tag) "Position" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2185
|
-
//
|
|
2186
1745
|
// @public (undocumented)
|
|
2187
1746
|
export interface PBPosition {
|
|
2188
1747
|
// (undocumented)
|
|
@@ -2193,15 +1752,6 @@ export interface PBPosition {
|
|
|
2193
1752
|
z: number;
|
|
2194
1753
|
}
|
|
2195
1754
|
|
|
2196
|
-
// @public
|
|
2197
|
-
export const PBPosition: {
|
|
2198
|
-
encode(message: PBPosition, writer?: _m0.Writer): _m0.Writer;
|
|
2199
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBPosition;
|
|
2200
|
-
};
|
|
2201
|
-
|
|
2202
|
-
// Warning: (ae-missing-release-tag) "PBRaycast" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2203
|
-
// Warning: (ae-missing-release-tag) "PBRaycast" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2204
|
-
//
|
|
2205
1755
|
// @public (undocumented)
|
|
2206
1756
|
export interface PBRaycast {
|
|
2207
1757
|
// (undocumented)
|
|
@@ -2214,15 +1764,6 @@ export interface PBRaycast {
|
|
|
2214
1764
|
queryType: RaycastQueryType;
|
|
2215
1765
|
}
|
|
2216
1766
|
|
|
2217
|
-
// @public
|
|
2218
|
-
export const PBRaycast: {
|
|
2219
|
-
encode(message: PBRaycast, writer?: _m0.Writer): _m0.Writer;
|
|
2220
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBRaycast;
|
|
2221
|
-
};
|
|
2222
|
-
|
|
2223
|
-
// Warning: (ae-missing-release-tag) "PBRaycastResult" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2224
|
-
// Warning: (ae-missing-release-tag) "PBRaycastResult" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2225
|
-
//
|
|
2226
1767
|
// @public (undocumented)
|
|
2227
1768
|
export interface PBRaycastResult {
|
|
2228
1769
|
// (undocumented)
|
|
@@ -2235,15 +1776,6 @@ export interface PBRaycastResult {
|
|
|
2235
1776
|
timestamp: number;
|
|
2236
1777
|
}
|
|
2237
1778
|
|
|
2238
|
-
// @public
|
|
2239
|
-
export const PBRaycastResult: {
|
|
2240
|
-
encode(message: PBRaycastResult, writer?: _m0.Writer): _m0.Writer;
|
|
2241
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBRaycastResult;
|
|
2242
|
-
};
|
|
2243
|
-
|
|
2244
|
-
// Warning: (ae-missing-release-tag) "PBTextShape" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2245
|
-
// Warning: (ae-missing-release-tag) "PBTextShape" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2246
|
-
//
|
|
2247
1779
|
// @public (undocumented)
|
|
2248
1780
|
export interface PBTextShape {
|
|
2249
1781
|
font?: Font | undefined;
|
|
@@ -2279,15 +1811,6 @@ export interface PBTextShape {
|
|
|
2279
1811
|
width?: number | undefined;
|
|
2280
1812
|
}
|
|
2281
1813
|
|
|
2282
|
-
// @public
|
|
2283
|
-
export const PBTextShape: {
|
|
2284
|
-
encode(message: PBTextShape, writer?: _m0.Writer): _m0.Writer;
|
|
2285
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBTextShape;
|
|
2286
|
-
};
|
|
2287
|
-
|
|
2288
|
-
// Warning: (ae-missing-release-tag) "PBUiBackground" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2289
|
-
// Warning: (ae-missing-release-tag) "PBUiBackground" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2290
|
-
//
|
|
2291
1814
|
// @public (undocumented)
|
|
2292
1815
|
export interface PBUiBackground {
|
|
2293
1816
|
color?: PBColor4 | undefined;
|
|
@@ -2299,15 +1822,6 @@ export interface PBUiBackground {
|
|
|
2299
1822
|
uvs: number[];
|
|
2300
1823
|
}
|
|
2301
1824
|
|
|
2302
|
-
// @public
|
|
2303
|
-
export const PBUiBackground: {
|
|
2304
|
-
encode(message: PBUiBackground, writer?: _m0.Writer): _m0.Writer;
|
|
2305
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBUiBackground;
|
|
2306
|
-
};
|
|
2307
|
-
|
|
2308
|
-
// Warning: (ae-missing-release-tag) "PBUiDropdown" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2309
|
-
// Warning: (ae-missing-release-tag) "PBUiDropdown" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2310
|
-
//
|
|
2311
1825
|
// @public (undocumented)
|
|
2312
1826
|
export interface PBUiDropdown {
|
|
2313
1827
|
// (undocumented)
|
|
@@ -2325,30 +1839,12 @@ export interface PBUiDropdown {
|
|
|
2325
1839
|
textAlign?: TextAlignMode | undefined;
|
|
2326
1840
|
}
|
|
2327
1841
|
|
|
2328
|
-
// @public
|
|
2329
|
-
export const PBUiDropdown: {
|
|
2330
|
-
encode(message: PBUiDropdown, writer?: _m0.Writer): _m0.Writer;
|
|
2331
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBUiDropdown;
|
|
2332
|
-
};
|
|
2333
|
-
|
|
2334
|
-
// Warning: (ae-missing-release-tag) "PBUiDropdownResult" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2335
|
-
// Warning: (ae-missing-release-tag) "PBUiDropdownResult" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2336
|
-
//
|
|
2337
1842
|
// @public (undocumented)
|
|
2338
1843
|
export interface PBUiDropdownResult {
|
|
2339
1844
|
// (undocumented)
|
|
2340
1845
|
value: number;
|
|
2341
1846
|
}
|
|
2342
1847
|
|
|
2343
|
-
// @public
|
|
2344
|
-
export const PBUiDropdownResult: {
|
|
2345
|
-
encode(message: PBUiDropdownResult, writer?: _m0.Writer): _m0.Writer;
|
|
2346
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBUiDropdownResult;
|
|
2347
|
-
};
|
|
2348
|
-
|
|
2349
|
-
// Warning: (ae-missing-release-tag) "PBUiInput" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2350
|
-
// Warning: (ae-missing-release-tag) "PBUiInput" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2351
|
-
//
|
|
2352
1848
|
// @public (undocumented)
|
|
2353
1849
|
export interface PBUiInput {
|
|
2354
1850
|
color?: PBColor4 | undefined;
|
|
@@ -2362,30 +1858,12 @@ export interface PBUiInput {
|
|
|
2362
1858
|
textAlign?: TextAlignMode | undefined;
|
|
2363
1859
|
}
|
|
2364
1860
|
|
|
2365
|
-
// @public
|
|
2366
|
-
export const PBUiInput: {
|
|
2367
|
-
encode(message: PBUiInput, writer?: _m0.Writer): _m0.Writer;
|
|
2368
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBUiInput;
|
|
2369
|
-
};
|
|
2370
|
-
|
|
2371
|
-
// Warning: (ae-missing-release-tag) "PBUiInputResult" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2372
|
-
// Warning: (ae-missing-release-tag) "PBUiInputResult" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2373
|
-
//
|
|
2374
1861
|
// @public (undocumented)
|
|
2375
1862
|
export interface PBUiInputResult {
|
|
2376
1863
|
// (undocumented)
|
|
2377
1864
|
value: string;
|
|
2378
1865
|
}
|
|
2379
1866
|
|
|
2380
|
-
// @public
|
|
2381
|
-
export const PBUiInputResult: {
|
|
2382
|
-
encode(message: PBUiInputResult, writer?: _m0.Writer): _m0.Writer;
|
|
2383
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBUiInputResult;
|
|
2384
|
-
};
|
|
2385
|
-
|
|
2386
|
-
// Warning: (ae-missing-release-tag) "PBUiText" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2387
|
-
// Warning: (ae-missing-release-tag) "PBUiText" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2388
|
-
//
|
|
2389
1867
|
// @public (undocumented)
|
|
2390
1868
|
export interface PBUiText {
|
|
2391
1869
|
color?: PBColor4 | undefined;
|
|
@@ -2396,15 +1874,6 @@ export interface PBUiText {
|
|
|
2396
1874
|
value: string;
|
|
2397
1875
|
}
|
|
2398
1876
|
|
|
2399
|
-
// @public
|
|
2400
|
-
export const PBUiText: {
|
|
2401
|
-
encode(message: PBUiText, writer?: _m0.Writer): _m0.Writer;
|
|
2402
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBUiText;
|
|
2403
|
-
};
|
|
2404
|
-
|
|
2405
|
-
// Warning: (ae-missing-release-tag) "PBUiTransform" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2406
|
-
// Warning: (ae-missing-release-tag) "PBUiTransform" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2407
|
-
//
|
|
2408
1877
|
// @public (undocumented)
|
|
2409
1878
|
export interface PBUiTransform {
|
|
2410
1879
|
alignContent?: YGAlign | undefined;
|
|
@@ -2482,15 +1951,6 @@ export interface PBUiTransform {
|
|
|
2482
1951
|
widthUnit: YGUnit;
|
|
2483
1952
|
}
|
|
2484
1953
|
|
|
2485
|
-
// @public
|
|
2486
|
-
export const PBUiTransform: {
|
|
2487
|
-
encode(message: PBUiTransform, writer?: _m0.Writer): _m0.Writer;
|
|
2488
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBUiTransform;
|
|
2489
|
-
};
|
|
2490
|
-
|
|
2491
|
-
// Warning: (ae-missing-release-tag) "Vector2" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2492
|
-
// Warning: (ae-missing-release-tag) "Vector2" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2493
|
-
//
|
|
2494
1954
|
// @public (undocumented)
|
|
2495
1955
|
export interface PBVector2 {
|
|
2496
1956
|
// (undocumented)
|
|
@@ -2499,15 +1959,6 @@ export interface PBVector2 {
|
|
|
2499
1959
|
y: number;
|
|
2500
1960
|
}
|
|
2501
1961
|
|
|
2502
|
-
// @public
|
|
2503
|
-
export const PBVector2: {
|
|
2504
|
-
encode(message: PBVector2, writer?: _m0.Writer): _m0.Writer;
|
|
2505
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBVector2;
|
|
2506
|
-
};
|
|
2507
|
-
|
|
2508
|
-
// Warning: (ae-missing-release-tag) "Vector3" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2509
|
-
// Warning: (ae-missing-release-tag) "Vector3" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2510
|
-
//
|
|
2511
1962
|
// @public (undocumented)
|
|
2512
1963
|
export interface PBVector3 {
|
|
2513
1964
|
// (undocumented)
|
|
@@ -2518,26 +1969,11 @@ export interface PBVector3 {
|
|
|
2518
1969
|
z: number;
|
|
2519
1970
|
}
|
|
2520
1971
|
|
|
2521
|
-
// @public
|
|
2522
|
-
export const PBVector3: {
|
|
2523
|
-
encode(message: PBVector3, writer?: _m0.Writer): _m0.Writer;
|
|
2524
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBVector3;
|
|
2525
|
-
};
|
|
2526
|
-
|
|
2527
|
-
// Warning: (ae-missing-release-tag) "PBVisibilityComponent" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2528
|
-
// Warning: (ae-missing-release-tag) "PBVisibilityComponent" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2529
|
-
//
|
|
2530
1972
|
// @public (undocumented)
|
|
2531
1973
|
export interface PBVisibilityComponent {
|
|
2532
1974
|
visible?: boolean | undefined;
|
|
2533
1975
|
}
|
|
2534
1976
|
|
|
2535
|
-
// @public
|
|
2536
|
-
export const PBVisibilityComponent: {
|
|
2537
|
-
encode(message: PBVisibilityComponent, writer?: _m0.Writer): _m0.Writer;
|
|
2538
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PBVisibilityComponent;
|
|
2539
|
-
};
|
|
2540
|
-
|
|
2541
1977
|
// @public
|
|
2542
1978
|
export namespace Plane {
|
|
2543
1979
|
// (undocumented)
|
|
@@ -2578,25 +2014,17 @@ export const PointerEvents: ComponentDefinition<PBPointerEvents>;
|
|
|
2578
2014
|
// @public (undocumented)
|
|
2579
2015
|
export const PointerEventsResult: ComponentDefinition<PBPointerEventsResult>;
|
|
2580
2016
|
|
|
2581
|
-
// Warning: (ae-missing-release-tag) "PointerEventsSystem" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2582
|
-
//
|
|
2583
|
-
// @public (undocumented)
|
|
2584
|
-
export type PointerEventsSystem = ReturnType<typeof createPointerEventSystem>;
|
|
2585
|
-
|
|
2586
|
-
// Warning: (ae-missing-release-tag) "pointerEventsSystem" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2587
|
-
//
|
|
2588
2017
|
// @public (undocumented)
|
|
2589
|
-
export
|
|
2590
|
-
|
|
2018
|
+
export interface PointerEventsSystem {
|
|
2019
|
+
onPointerDown(entity: Entity, cb: EventSystemCallback, opts?: Partial<EventSystemOptions>): void;
|
|
2020
|
+
onPointerUp(entity: Entity, cb: EventSystemCallback, opts?: Partial<EventSystemOptions>): void;
|
|
2591
2021
|
removeOnPointerDown(entity: Entity): void;
|
|
2592
2022
|
removeOnPointerUp(entity: Entity): void;
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
|
|
2023
|
+
}
|
|
2024
|
+
|
|
2025
|
+
// @public
|
|
2026
|
+
export const pointerEventsSystem: PointerEventsSystem;
|
|
2597
2027
|
|
|
2598
|
-
// Warning: (ae-missing-release-tag) "PointerEventType" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2599
|
-
//
|
|
2600
2028
|
// @public (undocumented)
|
|
2601
2029
|
export const enum PointerEventType {
|
|
2602
2030
|
// (undocumented)
|
|
@@ -2612,29 +2040,25 @@ export const enum PointerEventType {
|
|
|
2612
2040
|
// @public (undocumented)
|
|
2613
2041
|
export const PointerLock: ComponentDefinition<PBPointerLock>;
|
|
2614
2042
|
|
|
2615
|
-
// @public
|
|
2616
|
-
export
|
|
2617
|
-
|
|
2618
|
-
right: PositionUnit;
|
|
2043
|
+
// @public
|
|
2044
|
+
export interface Position {
|
|
2045
|
+
// (undocumented)
|
|
2619
2046
|
bottom: PositionUnit;
|
|
2047
|
+
// (undocumented)
|
|
2620
2048
|
left: PositionUnit;
|
|
2621
|
-
|
|
2049
|
+
// (undocumented)
|
|
2050
|
+
right: PositionUnit;
|
|
2051
|
+
// (undocumented)
|
|
2052
|
+
top: PositionUnit;
|
|
2053
|
+
}
|
|
2622
2054
|
|
|
2623
|
-
// @public
|
|
2055
|
+
// @public
|
|
2624
2056
|
export type PositionType = 'absolute' | 'relative';
|
|
2625
2057
|
|
|
2626
|
-
//
|
|
2627
|
-
//
|
|
2628
|
-
// @public (undocumented)
|
|
2058
|
+
// @public
|
|
2629
2059
|
export type PositionUnit = `${number}px` | `${number}%` | number;
|
|
2630
2060
|
|
|
2631
|
-
// Warning: (ae-missing-release-tag) "PutComponentMessage" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2632
|
-
//
|
|
2633
|
-
// @public (undocumented)
|
|
2634
|
-
export type PutComponentMessage = CrdtMessageHeader & PutComponentMessageBody;
|
|
2635
|
-
|
|
2636
2061
|
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
|
2637
|
-
// Warning: (ae-missing-release-tag) "PutComponentMessageBody" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2638
2062
|
//
|
|
2639
2063
|
// @public
|
|
2640
2064
|
export type PutComponentMessageBody = {
|
|
@@ -2645,17 +2069,6 @@ export type PutComponentMessageBody = {
|
|
|
2645
2069
|
data: Uint8Array;
|
|
2646
2070
|
};
|
|
2647
2071
|
|
|
2648
|
-
// Warning: (ae-missing-release-tag) "PutComponentOperation" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2649
|
-
//
|
|
2650
|
-
// @public (undocumented)
|
|
2651
|
-
export namespace PutComponentOperation {
|
|
2652
|
-
const // (undocumented)
|
|
2653
|
-
MESSAGE_HEADER_LENGTH = 20;
|
|
2654
|
-
// (undocumented)
|
|
2655
|
-
export function read(buf: ByteBuffer): PutComponentMessage | null;
|
|
2656
|
-
export function write(entity: Entity, timestamp: number, componentDefinition: ComponentDefinition<unknown>, buf: ByteBuffer): void;
|
|
2657
|
-
}
|
|
2658
|
-
|
|
2659
2072
|
// @public
|
|
2660
2073
|
export type Quaternion = Quaternion.ReadonlyQuaternion;
|
|
2661
2074
|
|
|
@@ -2721,10 +2134,7 @@ export const RAD2DEG: number;
|
|
|
2721
2134
|
// @public (undocumented)
|
|
2722
2135
|
export const Raycast: ComponentDefinition<PBRaycast>;
|
|
2723
2136
|
|
|
2724
|
-
//
|
|
2725
|
-
// Warning: (ae-missing-release-tag) "RaycastHit" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2726
|
-
//
|
|
2727
|
-
// @public
|
|
2137
|
+
// @public (undocumented)
|
|
2728
2138
|
export interface RaycastHit {
|
|
2729
2139
|
// (undocumented)
|
|
2730
2140
|
direction: PBVector3 | undefined;
|
|
@@ -2742,14 +2152,6 @@ export interface RaycastHit {
|
|
|
2742
2152
|
position: PBVector3 | undefined;
|
|
2743
2153
|
}
|
|
2744
2154
|
|
|
2745
|
-
// @public
|
|
2746
|
-
export const RaycastHit: {
|
|
2747
|
-
encode(message: RaycastHit, writer?: _m0.Writer): _m0.Writer;
|
|
2748
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): RaycastHit;
|
|
2749
|
-
};
|
|
2750
|
-
|
|
2751
|
-
// Warning: (ae-missing-release-tag) "RaycastQueryType" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2752
|
-
//
|
|
2753
2155
|
// @public (undocumented)
|
|
2754
2156
|
export const enum RaycastQueryType {
|
|
2755
2157
|
// (undocumented)
|
|
@@ -2770,35 +2172,33 @@ export type RaycastResponsePayload<T> = {
|
|
|
2770
2172
|
// @public (undocumented)
|
|
2771
2173
|
export const RaycastResult: ComponentDefinition<PBRaycastResult>;
|
|
2772
2174
|
|
|
2773
|
-
// Warning: (ae-missing-release-tag) "ReactBasedUiSystem" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2774
|
-
//
|
|
2775
2175
|
// @public (undocumented)
|
|
2776
|
-
export
|
|
2176
|
+
export interface ReactBasedUiSystem {
|
|
2177
|
+
// (undocumented)
|
|
2777
2178
|
destroy(): void;
|
|
2179
|
+
// (undocumented)
|
|
2778
2180
|
setUiRenderer(ui: UiComponent): void;
|
|
2779
|
-
}
|
|
2181
|
+
}
|
|
2780
2182
|
|
|
2781
|
-
// Warning: (ae-missing-release-tag) "ReactEcs" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2782
|
-
//
|
|
2783
2183
|
// @public (undocumented)
|
|
2784
2184
|
export namespace ReactEcs {
|
|
2785
2185
|
// (undocumented)
|
|
2786
2186
|
export namespace JSX {
|
|
2787
|
-
// (undocumented)
|
|
2788
2187
|
export interface Component {
|
|
2789
2188
|
}
|
|
2790
2189
|
// (undocumented)
|
|
2791
2190
|
export type Element = {} | null;
|
|
2792
|
-
// (undocumented)
|
|
2793
2191
|
export type IntrinsicElements = EcsElements;
|
|
2794
2192
|
}
|
|
2795
2193
|
const // (undocumented)
|
|
2796
2194
|
createElement: any;
|
|
2797
2195
|
}
|
|
2798
2196
|
|
|
2799
|
-
// Warning: (
|
|
2197
|
+
// Warning: (tsdoc-at-sign-in-word) The "@" character looks like part of a TSDoc tag; use a backslash to escape it
|
|
2198
|
+
// Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
|
|
2199
|
+
// Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
|
|
2800
2200
|
//
|
|
2801
|
-
// @public
|
|
2201
|
+
// @public
|
|
2802
2202
|
export const ReactEcsRenderer: ReactBasedUiSystem;
|
|
2803
2203
|
|
|
2804
2204
|
// @public (undocumented)
|
|
@@ -2809,17 +2209,12 @@ export type ReadonlyComponentSchema<T extends [ComponentDefinition<unknown>, ...
|
|
|
2809
2209
|
// @public (undocumented)
|
|
2810
2210
|
export type ReadonlyPrimitive = number | string | number[] | string[] | boolean | boolean[];
|
|
2811
2211
|
|
|
2812
|
-
// Warning: (ae-missing-release-tag) "ReceiveMessage" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2813
|
-
//
|
|
2814
2212
|
// @public (undocumented)
|
|
2815
2213
|
export type ReceiveMessage = CrdtMessageBody & {
|
|
2816
2214
|
transportId?: number;
|
|
2817
2215
|
messageBuffer: Uint8Array;
|
|
2818
2216
|
};
|
|
2819
2217
|
|
|
2820
|
-
// @public
|
|
2821
|
-
export const RESERVED_STATIC_ENTITIES = 512;
|
|
2822
|
-
|
|
2823
2218
|
// Warning: (ae-missing-release-tag) "RPCSendableMessage" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2824
2219
|
//
|
|
2825
2220
|
// @public (undocumented)
|
|
@@ -2889,13 +2284,13 @@ export namespace Schemas {
|
|
|
2889
2284
|
const // (undocumented)
|
|
2890
2285
|
Entity: ISchema<Entity>;
|
|
2891
2286
|
const // (undocumented)
|
|
2892
|
-
Enum:
|
|
2287
|
+
Enum: <T>(type: ISchema<any>) => ISchema<T>;
|
|
2893
2288
|
const // (undocumented)
|
|
2894
|
-
Array:
|
|
2289
|
+
Array: <T>(type: ISchema<T>) => ISchema<T[]>;
|
|
2895
2290
|
const // (undocumented)
|
|
2896
|
-
Map:
|
|
2291
|
+
Map: <T extends Spec>(spec: T, defaultValue?: Partial<MapResult<T>> | undefined) => ISchema<MapResult<T>>;
|
|
2897
2292
|
const // (undocumented)
|
|
2898
|
-
Optional:
|
|
2293
|
+
Optional: <T>(spec: ISchema<T>) => ISchema<T | undefined>;
|
|
2899
2294
|
}
|
|
2900
2295
|
|
|
2901
2296
|
// @public (undocumented)
|
|
@@ -2921,8 +2316,6 @@ export type SystemItem = {
|
|
|
2921
2316
|
// @public (undocumented)
|
|
2922
2317
|
export type Task<T = unknown> = () => Promise<T>;
|
|
2923
2318
|
|
|
2924
|
-
// Warning: (ae-missing-release-tag) "TextAlignMode" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2925
|
-
//
|
|
2926
2319
|
// @public (undocumented)
|
|
2927
2320
|
export const enum TextAlignMode {
|
|
2928
2321
|
// (undocumented)
|
|
@@ -2951,9 +2344,6 @@ export type TextAlignType = 'top-left' | 'top-center' | 'top-right' | 'middle-le
|
|
|
2951
2344
|
// @public (undocumented)
|
|
2952
2345
|
export const TextShape: ComponentDefinition<PBTextShape>;
|
|
2953
2346
|
|
|
2954
|
-
// Warning: (ae-missing-release-tag) "Texture" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2955
|
-
// Warning: (ae-missing-release-tag) "Texture" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2956
|
-
//
|
|
2957
2347
|
// @public (undocumented)
|
|
2958
2348
|
export interface Texture {
|
|
2959
2349
|
filterMode?: TextureFilterMode | undefined;
|
|
@@ -2962,14 +2352,6 @@ export interface Texture {
|
|
|
2962
2352
|
wrapMode?: TextureWrapMode | undefined;
|
|
2963
2353
|
}
|
|
2964
2354
|
|
|
2965
|
-
// @public
|
|
2966
|
-
export const Texture: {
|
|
2967
|
-
encode(message: Texture, writer?: _m0.Writer): _m0.Writer;
|
|
2968
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): Texture;
|
|
2969
|
-
};
|
|
2970
|
-
|
|
2971
|
-
// Warning: (ae-missing-release-tag) "TextureFilterMode" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2972
|
-
//
|
|
2973
2355
|
// @public (undocumented)
|
|
2974
2356
|
export const enum TextureFilterMode {
|
|
2975
2357
|
// (undocumented)
|
|
@@ -2984,17 +2366,16 @@ export const enum TextureFilterMode {
|
|
|
2984
2366
|
export type TextureFilterType = 'point' | 'bi-linear' | 'tri-linear';
|
|
2985
2367
|
|
|
2986
2368
|
// @public (undocumented)
|
|
2987
|
-
export
|
|
2988
|
-
|
|
2369
|
+
export interface TextureHelper {
|
|
2370
|
+
// (undocumented)
|
|
2989
2371
|
Avatar: (avatarTexture: AvatarTexture) => TextureUnion;
|
|
2990
|
-
|
|
2372
|
+
// (undocumented)
|
|
2373
|
+
Common: (texture: Texture) => TextureUnion;
|
|
2374
|
+
}
|
|
2991
2375
|
|
|
2992
2376
|
// @public
|
|
2993
2377
|
export type TextureMode = 'nine-slices' | 'center' | 'stretch';
|
|
2994
2378
|
|
|
2995
|
-
// Warning: (ae-missing-release-tag) "TextureUnion" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2996
|
-
// Warning: (ae-missing-release-tag) "TextureUnion" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2997
|
-
//
|
|
2998
2379
|
// @public (undocumented)
|
|
2999
2380
|
export interface TextureUnion {
|
|
3000
2381
|
// (undocumented)
|
|
@@ -3007,14 +2388,6 @@ export interface TextureUnion {
|
|
|
3007
2388
|
};
|
|
3008
2389
|
}
|
|
3009
2390
|
|
|
3010
|
-
// @public
|
|
3011
|
-
export const TextureUnion: {
|
|
3012
|
-
encode(message: TextureUnion, writer?: _m0.Writer): _m0.Writer;
|
|
3013
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): TextureUnion;
|
|
3014
|
-
};
|
|
3015
|
-
|
|
3016
|
-
// Warning: (ae-missing-release-tag) "TextureWrapMode" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
3017
|
-
//
|
|
3018
2391
|
// @public (undocumented)
|
|
3019
2392
|
export const enum TextureWrapMode {
|
|
3020
2393
|
// (undocumented)
|
|
@@ -3036,8 +2409,6 @@ export const ToGammaSpace: number;
|
|
|
3036
2409
|
// @public
|
|
3037
2410
|
export const ToLinearSpace = 2.2;
|
|
3038
2411
|
|
|
3039
|
-
// Warning: (ae-missing-release-tag) "ToOptional" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
3040
|
-
//
|
|
3041
2412
|
// @public (undocumented)
|
|
3042
2413
|
export type ToOptional<T> = OnlyOptionalUndefinedTypes<T> & OnlyNonUndefinedTypes<T>;
|
|
3043
2414
|
|
|
@@ -3081,8 +2452,6 @@ export type TransformType = {
|
|
|
3081
2452
|
// @public (undocumented)
|
|
3082
2453
|
export type TransformTypeWithOptionals = Partial<TransformType>;
|
|
3083
2454
|
|
|
3084
|
-
// Warning: (ae-missing-release-tag) "Transport" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
3085
|
-
//
|
|
3086
2455
|
// @public (undocumented)
|
|
3087
2456
|
export type Transport = {
|
|
3088
2457
|
send(message: Uint8Array): Promise<void>;
|
|
@@ -3090,56 +2459,61 @@ export type Transport = {
|
|
|
3090
2459
|
filter(message: Omit<TransportMessage, 'messageBuffer'>): boolean;
|
|
3091
2460
|
};
|
|
3092
2461
|
|
|
3093
|
-
// Warning: (ae-missing-release-tag) "TransportMessage" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
3094
|
-
//
|
|
3095
2462
|
// @public (undocumented)
|
|
3096
2463
|
export type TransportMessage = Omit<ReceiveMessage, 'data'>;
|
|
3097
2464
|
|
|
3098
|
-
// @public
|
|
3099
|
-
export
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
|
|
3104
|
-
|
|
3105
|
-
|
|
2465
|
+
// @public
|
|
2466
|
+
export interface UiAvatarTexture {
|
|
2467
|
+
// (undocumented)
|
|
2468
|
+
filterMode?: TextureFilterType;
|
|
2469
|
+
// (undocumented)
|
|
2470
|
+
userId: string;
|
|
2471
|
+
// (undocumented)
|
|
2472
|
+
wrapMode?: TextureWrapType;
|
|
2473
|
+
}
|
|
3106
2474
|
|
|
3107
2475
|
// @public (undocumented)
|
|
3108
2476
|
export const UiBackground: ComponentDefinition<PBUiBackground>;
|
|
3109
2477
|
|
|
3110
|
-
// @public
|
|
3111
|
-
export
|
|
2478
|
+
// @public
|
|
2479
|
+
export interface UiBackgroundProps {
|
|
2480
|
+
avatarTexture?: UiAvatarTexture;
|
|
3112
2481
|
color?: PBColor4 | undefined;
|
|
2482
|
+
texture?: UiTexture;
|
|
2483
|
+
// (undocumented)
|
|
3113
2484
|
textureMode?: TextureMode;
|
|
3114
2485
|
textureSlices?: BorderRect | undefined;
|
|
3115
2486
|
uvs?: number[];
|
|
3116
|
-
}
|
|
2487
|
+
}
|
|
3117
2488
|
|
|
3118
|
-
// @public
|
|
3119
|
-
export
|
|
3120
|
-
|
|
3121
|
-
}
|
|
2489
|
+
// @public
|
|
2490
|
+
export interface UiButtonProps extends UiLabelProps, EntityPropTypes {
|
|
2491
|
+
variant?: 'primary' | 'secondary';
|
|
2492
|
+
}
|
|
3122
2493
|
|
|
3123
|
-
// Warning: (ae-missing-release-tag) "UiComponent" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
3124
|
-
//
|
|
3125
2494
|
// @public (undocumented)
|
|
3126
|
-
export type UiComponent = () => JSX.Element;
|
|
2495
|
+
export type UiComponent = () => ReactEcs.JSX.Element;
|
|
3127
2496
|
|
|
3128
2497
|
// @public (undocumented)
|
|
3129
2498
|
export const UiDropdown: ComponentDefinition<PBUiDropdown>;
|
|
3130
2499
|
|
|
3131
|
-
// @public
|
|
3132
|
-
export
|
|
3133
|
-
|
|
2500
|
+
// @public
|
|
2501
|
+
export interface UiDropdownProps extends EntityPropTypes, Omit<Partial<PBUiDropdown>, 'textAlign' | 'font'> {
|
|
2502
|
+
// (undocumented)
|
|
3134
2503
|
font?: UiFontType;
|
|
2504
|
+
// (undocumented)
|
|
2505
|
+
onChange?(value: number): void;
|
|
2506
|
+
// (undocumented)
|
|
3135
2507
|
textAlign?: TextAlignType;
|
|
3136
|
-
}
|
|
2508
|
+
}
|
|
3137
2509
|
|
|
3138
2510
|
// @public (undocumented)
|
|
3139
2511
|
export const UiDropdownResult: ComponentDefinition<PBUiDropdownResult>;
|
|
3140
2512
|
|
|
3141
|
-
//
|
|
3142
|
-
|
|
2513
|
+
// Warning: (tsdoc-undefined-tag) The TSDoc tag "@category" is not defined in this configuration
|
|
2514
|
+
//
|
|
2515
|
+
// @public
|
|
2516
|
+
export function UiEntity(props: EntityPropTypes): ReactEcs.JSX.Element;
|
|
3143
2517
|
|
|
3144
2518
|
// @public (undocumented)
|
|
3145
2519
|
export type UiFontType = 'sans-serif' | 'serif' | 'monospace';
|
|
@@ -3148,25 +2522,25 @@ export type UiFontType = 'sans-serif' | 'serif' | 'monospace';
|
|
|
3148
2522
|
export const UiInput: ComponentDefinition<PBUiInput>;
|
|
3149
2523
|
|
|
3150
2524
|
// @public (undocumented)
|
|
3151
|
-
export
|
|
3152
|
-
|
|
2525
|
+
export interface UiInputProps extends Omit<PBUiInput, 'font' | 'textAlign'> {
|
|
2526
|
+
// (undocumented)
|
|
3153
2527
|
font?: UiFontType;
|
|
2528
|
+
onChange?(value: string): void;
|
|
2529
|
+
// (undocumented)
|
|
3154
2530
|
textAlign?: TextAlignType;
|
|
3155
|
-
}
|
|
2531
|
+
}
|
|
3156
2532
|
|
|
3157
2533
|
// @public (undocumented)
|
|
3158
2534
|
export const UiInputResult: ComponentDefinition<PBUiInputResult>;
|
|
3159
2535
|
|
|
3160
|
-
// @public
|
|
3161
|
-
export
|
|
3162
|
-
|
|
2536
|
+
// @public
|
|
2537
|
+
export interface UiLabelProps {
|
|
2538
|
+
color?: PBColor4 | undefined;
|
|
3163
2539
|
font?: UiFontType | undefined;
|
|
3164
|
-
|
|
3165
|
-
|
|
3166
|
-
|
|
3167
|
-
|
|
3168
|
-
// @public (undocumented)
|
|
3169
|
-
export type Uint32 = number;
|
|
2540
|
+
fontSize?: number | undefined;
|
|
2541
|
+
textAlign?: TextAlignType | undefined;
|
|
2542
|
+
value: string;
|
|
2543
|
+
}
|
|
3170
2544
|
|
|
3171
2545
|
// @public
|
|
3172
2546
|
export type uint32 = number;
|
|
@@ -3174,66 +2548,39 @@ export type uint32 = number;
|
|
|
3174
2548
|
// @public (undocumented)
|
|
3175
2549
|
export const UiText: ComponentDefinition<PBUiText>;
|
|
3176
2550
|
|
|
3177
|
-
// @public
|
|
2551
|
+
// @public
|
|
3178
2552
|
export type UiTexture = {
|
|
3179
|
-
|
|
3180
|
-
|
|
3181
|
-
|
|
3182
|
-
filterMode?: TextureFilterType;
|
|
3183
|
-
};
|
|
2553
|
+
src: string;
|
|
2554
|
+
wrapMode?: TextureWrapType;
|
|
2555
|
+
filterMode?: TextureFilterType;
|
|
3184
2556
|
};
|
|
3185
2557
|
|
|
3186
|
-
// @public (undocumented)
|
|
3187
|
-
export type UiTextureUnion = UiAvatarTexture | UiTexture;
|
|
3188
|
-
|
|
3189
2558
|
// @public (undocumented)
|
|
3190
2559
|
export const UiTransform: ComponentDefinition<PBUiTransform>;
|
|
3191
2560
|
|
|
3192
|
-
// @public
|
|
2561
|
+
// @public
|
|
3193
2562
|
export interface UiTransformProps {
|
|
3194
|
-
// (undocumented)
|
|
3195
2563
|
alignContent?: AlignType;
|
|
3196
|
-
// (undocumented)
|
|
3197
2564
|
alignItems?: AlignType;
|
|
3198
|
-
// (undocumented)
|
|
3199
2565
|
alignSelf?: AlignType;
|
|
3200
|
-
// (undocumented)
|
|
3201
2566
|
display?: DisplayType;
|
|
3202
|
-
// (undocumented)
|
|
3203
2567
|
flex?: number;
|
|
3204
|
-
// (undocumented)
|
|
3205
2568
|
flexBasis?: number;
|
|
3206
|
-
// (undocumented)
|
|
3207
2569
|
flexDirection?: FlexDirectionType;
|
|
3208
|
-
// (undocumented)
|
|
3209
2570
|
flexGrow?: number;
|
|
3210
|
-
// (undocumented)
|
|
3211
2571
|
flexShrink?: number;
|
|
3212
|
-
// (undocumented)
|
|
3213
2572
|
flexWrap?: FlexWrapType;
|
|
3214
|
-
// (undocumented)
|
|
3215
2573
|
height?: PositionUnit;
|
|
3216
|
-
// (undocumented)
|
|
3217
2574
|
justifyContent?: JustifyType;
|
|
3218
|
-
// (undocumented)
|
|
3219
2575
|
margin?: Partial<Position>;
|
|
3220
|
-
// (undocumented)
|
|
3221
2576
|
maxHeight?: PositionUnit;
|
|
3222
|
-
// (undocumented)
|
|
3223
2577
|
maxWidth?: PositionUnit;
|
|
3224
|
-
// (undocumented)
|
|
3225
2578
|
minHeight?: PositionUnit;
|
|
3226
|
-
// (undocumented)
|
|
3227
2579
|
minWidth?: PositionUnit;
|
|
3228
|
-
// (undocumented)
|
|
3229
2580
|
overflow?: OverflowType;
|
|
3230
|
-
// (undocumented)
|
|
3231
2581
|
padding?: Partial<Position>;
|
|
3232
|
-
// (undocumented)
|
|
3233
2582
|
position?: Partial<Position>;
|
|
3234
|
-
// (undocumented)
|
|
3235
2583
|
positionType?: PositionType;
|
|
3236
|
-
// (undocumented)
|
|
3237
2584
|
width?: PositionUnit;
|
|
3238
2585
|
}
|
|
3239
2586
|
|
|
@@ -3346,8 +2693,6 @@ export type Vector3Type = {
|
|
|
3346
2693
|
// @public (undocumented)
|
|
3347
2694
|
export const VisibilityComponent: ComponentDefinition<PBVisibilityComponent>;
|
|
3348
2695
|
|
|
3349
|
-
// Warning: (ae-missing-release-tag) "YGAlign" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
3350
|
-
//
|
|
3351
2696
|
// @public (undocumented)
|
|
3352
2697
|
export const enum YGAlign {
|
|
3353
2698
|
// (undocumented)
|
|
@@ -3368,8 +2713,6 @@ export const enum YGAlign {
|
|
|
3368
2713
|
YGA_STRETCH = 4
|
|
3369
2714
|
}
|
|
3370
2715
|
|
|
3371
|
-
// Warning: (ae-missing-release-tag) "YGDisplay" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
3372
|
-
//
|
|
3373
2716
|
// @public (undocumented)
|
|
3374
2717
|
export const enum YGDisplay {
|
|
3375
2718
|
// (undocumented)
|
|
@@ -3378,8 +2721,6 @@ export const enum YGDisplay {
|
|
|
3378
2721
|
YGD_NONE = 1
|
|
3379
2722
|
}
|
|
3380
2723
|
|
|
3381
|
-
// Warning: (ae-missing-release-tag) "YGEdge" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
3382
|
-
//
|
|
3383
2724
|
// @public (undocumented)
|
|
3384
2725
|
export const enum YGEdge {
|
|
3385
2726
|
// (undocumented)
|
|
@@ -3402,8 +2743,6 @@ export const enum YGEdge {
|
|
|
3402
2743
|
YGE_VERTICAL = 7
|
|
3403
2744
|
}
|
|
3404
2745
|
|
|
3405
|
-
// Warning: (ae-missing-release-tag) "YGFlexDirection" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
3406
|
-
//
|
|
3407
2746
|
// @public (undocumented)
|
|
3408
2747
|
export const enum YGFlexDirection {
|
|
3409
2748
|
// (undocumented)
|
|
@@ -3416,8 +2755,6 @@ export const enum YGFlexDirection {
|
|
|
3416
2755
|
YGFD_ROW_REVERSE = 3
|
|
3417
2756
|
}
|
|
3418
2757
|
|
|
3419
|
-
// Warning: (ae-missing-release-tag) "YGJustify" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
3420
|
-
//
|
|
3421
2758
|
// @public (undocumented)
|
|
3422
2759
|
export const enum YGJustify {
|
|
3423
2760
|
// (undocumented)
|
|
@@ -3434,8 +2771,6 @@ export const enum YGJustify {
|
|
|
3434
2771
|
YGJ_SPACE_EVENLY = 5
|
|
3435
2772
|
}
|
|
3436
2773
|
|
|
3437
|
-
// Warning: (ae-missing-release-tag) "YGOverflow" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
3438
|
-
//
|
|
3439
2774
|
// @public (undocumented)
|
|
3440
2775
|
export const enum YGOverflow {
|
|
3441
2776
|
// (undocumented)
|
|
@@ -3446,8 +2781,6 @@ export const enum YGOverflow {
|
|
|
3446
2781
|
YGO_VISIBLE = 0
|
|
3447
2782
|
}
|
|
3448
2783
|
|
|
3449
|
-
// Warning: (ae-missing-release-tag) "YGPositionType" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
3450
|
-
//
|
|
3451
2784
|
// @public (undocumented)
|
|
3452
2785
|
export const enum YGPositionType {
|
|
3453
2786
|
// (undocumented)
|
|
@@ -3456,8 +2789,6 @@ export const enum YGPositionType {
|
|
|
3456
2789
|
YGPT_RELATIVE = 0
|
|
3457
2790
|
}
|
|
3458
2791
|
|
|
3459
|
-
// Warning: (ae-missing-release-tag) "YGUnit" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
3460
|
-
//
|
|
3461
2792
|
// @public (undocumented)
|
|
3462
2793
|
export const enum YGUnit {
|
|
3463
2794
|
// (undocumented)
|
|
@@ -3470,8 +2801,6 @@ export const enum YGUnit {
|
|
|
3470
2801
|
YGU_UNDEFINED = 0
|
|
3471
2802
|
}
|
|
3472
2803
|
|
|
3473
|
-
// Warning: (ae-missing-release-tag) "YGWrap" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
3474
|
-
//
|
|
3475
2804
|
// @public (undocumented)
|
|
3476
2805
|
export const enum YGWrap {
|
|
3477
2806
|
// (undocumented)
|