@dcl/playground-assets 7.3.36-7289906681.commit-55d5f98 → 7.3.36-7302727740.commit-1571f2e
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 +0 -114
- package/dist/beta.d.ts +0 -114
- package/dist/index.bundled.d.ts +0 -114
- package/dist/index.js +5 -5
- package/dist/index.js.map +4 -4
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +0 -114
- package/etc/playground-assets.api.json +195 -1640
- package/etc/playground-assets.api.md +0 -99
- package/package.json +4 -4
package/dist/alpha.d.ts
CHANGED
@@ -110,15 +110,6 @@ export declare const enum AvatarAnchorPointType {
|
|
110
110
|
/** @public */
|
111
111
|
export declare const AvatarAttach: LastWriteWinElementSetComponentDefinition<PBAvatarAttach>;
|
112
112
|
|
113
|
-
/** @public */
|
114
|
-
export declare const AvatarBase: LastWriteWinElementSetComponentDefinition<PBAvatarBase>;
|
115
|
-
|
116
|
-
/** @public */
|
117
|
-
export declare const AvatarEmoteCommand: LastWriteWinElementSetComponentDefinition<PBAvatarEmoteCommand>;
|
118
|
-
|
119
|
-
/** @public */
|
120
|
-
export declare const AvatarEquippedData: LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>;
|
121
|
-
|
122
113
|
/** @public */
|
123
114
|
export declare const AvatarModifierArea: LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>;
|
124
115
|
|
@@ -1175,9 +1166,6 @@ export declare const componentDefinitionByName: {
|
|
1175
1166
|
"core::AudioSource": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioSource>>;
|
1176
1167
|
"core::AudioStream": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioStream>>;
|
1177
1168
|
"core::AvatarAttach": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarAttach>>;
|
1178
|
-
"core::AvatarBase": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarBase>>;
|
1179
|
-
"core::AvatarEmoteCommand": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarEmoteCommand>>;
|
1180
|
-
"core::AvatarEquippedData": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>>;
|
1181
1169
|
"core::AvatarModifierArea": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>>;
|
1182
1170
|
"core::AvatarShape": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarShape>>;
|
1183
1171
|
"core::Billboard": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBBillboard>>;
|
@@ -1190,7 +1178,6 @@ export declare const componentDefinitionByName: {
|
|
1190
1178
|
"core::MeshCollider": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMeshCollider>>;
|
1191
1179
|
"core::MeshRenderer": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMeshRenderer>>;
|
1192
1180
|
"core::NftShape": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBNftShape>>;
|
1193
|
-
"core::PlayerIdentityData": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBPlayerIdentityData>>;
|
1194
1181
|
"core::PointerEvents": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBPointerEvents>>;
|
1195
1182
|
"core::PointerEventsResult": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBPointerEventsResult>>;
|
1196
1183
|
"core::PointerLock": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBPointerLock>>;
|
@@ -3796,82 +3783,6 @@ export declare namespace PBAvatarAttach {
|
|
3796
3783
|
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarAttach;
|
3797
3784
|
}
|
3798
3785
|
|
3799
|
-
/** AvatarBase sets all modifiers over the avatar's apparence. */
|
3800
|
-
/**
|
3801
|
-
* @public
|
3802
|
-
*/
|
3803
|
-
export declare interface PBAvatarBase {
|
3804
|
-
skinColor: PBColor3 | undefined;
|
3805
|
-
eyesColor: PBColor3 | undefined;
|
3806
|
-
hairColor: PBColor3 | undefined;
|
3807
|
-
bodyShapeUrn: string;
|
3808
|
-
name: string;
|
3809
|
-
}
|
3810
|
-
|
3811
|
-
/**
|
3812
|
-
* @public
|
3813
|
-
*/
|
3814
|
-
export declare namespace PBAvatarBase {
|
3815
|
-
export function encode(message: PBAvatarBase, writer?: _m0.Writer): _m0.Writer;
|
3816
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarBase;
|
3817
|
-
}
|
3818
|
-
|
3819
|
-
/**
|
3820
|
-
* AvatarEmoteCommand is a grow only value set, used to signal the renderer about
|
3821
|
-
* avatar emotes playback.
|
3822
|
-
*/
|
3823
|
-
/**
|
3824
|
-
* @public
|
3825
|
-
*/
|
3826
|
-
export declare interface PBAvatarEmoteCommand {
|
3827
|
-
emoteCommand: PBAvatarEmoteCommand_EmoteCommand | undefined;
|
3828
|
-
}
|
3829
|
-
|
3830
|
-
/**
|
3831
|
-
* @public
|
3832
|
-
*/
|
3833
|
-
export declare namespace PBAvatarEmoteCommand {
|
3834
|
-
export function encode(message: PBAvatarEmoteCommand, writer?: _m0.Writer): _m0.Writer;
|
3835
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarEmoteCommand;
|
3836
|
-
}
|
3837
|
-
|
3838
|
-
/**
|
3839
|
-
* @public
|
3840
|
-
*/
|
3841
|
-
export declare interface PBAvatarEmoteCommand_EmoteCommand {
|
3842
|
-
emoteUrn: string;
|
3843
|
-
loop: boolean;
|
3844
|
-
}
|
3845
|
-
|
3846
|
-
/**
|
3847
|
-
* @public
|
3848
|
-
*/
|
3849
|
-
export declare namespace PBAvatarEmoteCommand_EmoteCommand {
|
3850
|
-
export function encode(message: PBAvatarEmoteCommand_EmoteCommand, writer?: _m0.Writer): _m0.Writer;
|
3851
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarEmoteCommand_EmoteCommand;
|
3852
|
-
}
|
3853
|
-
|
3854
|
-
/**
|
3855
|
-
* AvatarEquipData is used to read the information about the avatar's owneables.
|
3856
|
-
* this component is written by the engine using the communications transports'
|
3857
|
-
* data.
|
3858
|
-
*/
|
3859
|
-
/**
|
3860
|
-
* @public
|
3861
|
-
*/
|
3862
|
-
export declare interface PBAvatarEquippedData {
|
3863
|
-
wearableUrns: string[];
|
3864
|
-
emotesUrns: string[];
|
3865
|
-
}
|
3866
|
-
|
3867
|
-
/**
|
3868
|
-
* @public
|
3869
|
-
*/
|
3870
|
-
export declare namespace PBAvatarEquippedData {
|
3871
|
-
export function encode(message: PBAvatarEquippedData, writer?: _m0.Writer): _m0.Writer;
|
3872
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarEquippedData;
|
3873
|
-
}
|
3874
|
-
|
3875
3786
|
/**
|
3876
3787
|
* The AvatarModifierArea component can be attached to an Entity to define a region of space where
|
3877
3788
|
* avatar behavior changes.
|
@@ -4467,28 +4378,6 @@ export declare namespace PBNftShape {
|
|
4467
4378
|
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBNftShape;
|
4468
4379
|
}
|
4469
4380
|
|
4470
|
-
/**
|
4471
|
-
* PlayerIdentityData is used to read the information about the avatar's
|
4472
|
-
* identity. this component is written by the engine using the communications
|
4473
|
-
* transports' data.
|
4474
|
-
*/
|
4475
|
-
/**
|
4476
|
-
* @public
|
4477
|
-
*/
|
4478
|
-
export declare interface PBPlayerIdentityData {
|
4479
|
-
/** ethereum address of this player */
|
4480
|
-
address: string;
|
4481
|
-
isGuest: boolean;
|
4482
|
-
}
|
4483
|
-
|
4484
|
-
/**
|
4485
|
-
* @public
|
4486
|
-
*/
|
4487
|
-
export declare namespace PBPlayerIdentityData {
|
4488
|
-
export function encode(message: PBPlayerIdentityData, writer?: _m0.Writer): _m0.Writer;
|
4489
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBPlayerIdentityData;
|
4490
|
-
}
|
4491
|
-
|
4492
4381
|
/**
|
4493
4382
|
* PointerEvents adds configurable pointer-based interactions to the attached Entity.
|
4494
4383
|
*
|
@@ -5322,9 +5211,6 @@ export declare namespace Plane {
|
|
5322
5211
|
export function signedDistanceTo(plane: ReadonlyPlane, point: Vector3.ReadonlyVector3): number;
|
5323
5212
|
}
|
5324
5213
|
|
5325
|
-
/** @public */
|
5326
|
-
export declare const PlayerIdentityData: LastWriteWinElementSetComponentDefinition<PBPlayerIdentityData>;
|
5327
|
-
|
5328
5214
|
/** @public */
|
5329
5215
|
export declare const PointerEvents: LastWriteWinElementSetComponentDefinition<PBPointerEvents>;
|
5330
5216
|
|
package/dist/beta.d.ts
CHANGED
@@ -110,15 +110,6 @@ export declare const enum AvatarAnchorPointType {
|
|
110
110
|
/** @public */
|
111
111
|
export declare const AvatarAttach: LastWriteWinElementSetComponentDefinition<PBAvatarAttach>;
|
112
112
|
|
113
|
-
/** @public */
|
114
|
-
export declare const AvatarBase: LastWriteWinElementSetComponentDefinition<PBAvatarBase>;
|
115
|
-
|
116
|
-
/** @public */
|
117
|
-
export declare const AvatarEmoteCommand: LastWriteWinElementSetComponentDefinition<PBAvatarEmoteCommand>;
|
118
|
-
|
119
|
-
/** @public */
|
120
|
-
export declare const AvatarEquippedData: LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>;
|
121
|
-
|
122
113
|
/** @public */
|
123
114
|
export declare const AvatarModifierArea: LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>;
|
124
115
|
|
@@ -1175,9 +1166,6 @@ export declare const componentDefinitionByName: {
|
|
1175
1166
|
"core::AudioSource": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioSource>>;
|
1176
1167
|
"core::AudioStream": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioStream>>;
|
1177
1168
|
"core::AvatarAttach": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarAttach>>;
|
1178
|
-
"core::AvatarBase": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarBase>>;
|
1179
|
-
"core::AvatarEmoteCommand": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarEmoteCommand>>;
|
1180
|
-
"core::AvatarEquippedData": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>>;
|
1181
1169
|
"core::AvatarModifierArea": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>>;
|
1182
1170
|
"core::AvatarShape": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarShape>>;
|
1183
1171
|
"core::Billboard": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBBillboard>>;
|
@@ -1190,7 +1178,6 @@ export declare const componentDefinitionByName: {
|
|
1190
1178
|
"core::MeshCollider": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMeshCollider>>;
|
1191
1179
|
"core::MeshRenderer": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMeshRenderer>>;
|
1192
1180
|
"core::NftShape": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBNftShape>>;
|
1193
|
-
"core::PlayerIdentityData": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBPlayerIdentityData>>;
|
1194
1181
|
"core::PointerEvents": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBPointerEvents>>;
|
1195
1182
|
"core::PointerEventsResult": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBPointerEventsResult>>;
|
1196
1183
|
"core::PointerLock": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBPointerLock>>;
|
@@ -3779,82 +3766,6 @@ export declare namespace PBAvatarAttach {
|
|
3779
3766
|
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarAttach;
|
3780
3767
|
}
|
3781
3768
|
|
3782
|
-
/** AvatarBase sets all modifiers over the avatar's apparence. */
|
3783
|
-
/**
|
3784
|
-
* @public
|
3785
|
-
*/
|
3786
|
-
export declare interface PBAvatarBase {
|
3787
|
-
skinColor: PBColor3 | undefined;
|
3788
|
-
eyesColor: PBColor3 | undefined;
|
3789
|
-
hairColor: PBColor3 | undefined;
|
3790
|
-
bodyShapeUrn: string;
|
3791
|
-
name: string;
|
3792
|
-
}
|
3793
|
-
|
3794
|
-
/**
|
3795
|
-
* @public
|
3796
|
-
*/
|
3797
|
-
export declare namespace PBAvatarBase {
|
3798
|
-
export function encode(message: PBAvatarBase, writer?: _m0.Writer): _m0.Writer;
|
3799
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarBase;
|
3800
|
-
}
|
3801
|
-
|
3802
|
-
/**
|
3803
|
-
* AvatarEmoteCommand is a grow only value set, used to signal the renderer about
|
3804
|
-
* avatar emotes playback.
|
3805
|
-
*/
|
3806
|
-
/**
|
3807
|
-
* @public
|
3808
|
-
*/
|
3809
|
-
export declare interface PBAvatarEmoteCommand {
|
3810
|
-
emoteCommand: PBAvatarEmoteCommand_EmoteCommand | undefined;
|
3811
|
-
}
|
3812
|
-
|
3813
|
-
/**
|
3814
|
-
* @public
|
3815
|
-
*/
|
3816
|
-
export declare namespace PBAvatarEmoteCommand {
|
3817
|
-
export function encode(message: PBAvatarEmoteCommand, writer?: _m0.Writer): _m0.Writer;
|
3818
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarEmoteCommand;
|
3819
|
-
}
|
3820
|
-
|
3821
|
-
/**
|
3822
|
-
* @public
|
3823
|
-
*/
|
3824
|
-
export declare interface PBAvatarEmoteCommand_EmoteCommand {
|
3825
|
-
emoteUrn: string;
|
3826
|
-
loop: boolean;
|
3827
|
-
}
|
3828
|
-
|
3829
|
-
/**
|
3830
|
-
* @public
|
3831
|
-
*/
|
3832
|
-
export declare namespace PBAvatarEmoteCommand_EmoteCommand {
|
3833
|
-
export function encode(message: PBAvatarEmoteCommand_EmoteCommand, writer?: _m0.Writer): _m0.Writer;
|
3834
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarEmoteCommand_EmoteCommand;
|
3835
|
-
}
|
3836
|
-
|
3837
|
-
/**
|
3838
|
-
* AvatarEquipData is used to read the information about the avatar's owneables.
|
3839
|
-
* this component is written by the engine using the communications transports'
|
3840
|
-
* data.
|
3841
|
-
*/
|
3842
|
-
/**
|
3843
|
-
* @public
|
3844
|
-
*/
|
3845
|
-
export declare interface PBAvatarEquippedData {
|
3846
|
-
wearableUrns: string[];
|
3847
|
-
emotesUrns: string[];
|
3848
|
-
}
|
3849
|
-
|
3850
|
-
/**
|
3851
|
-
* @public
|
3852
|
-
*/
|
3853
|
-
export declare namespace PBAvatarEquippedData {
|
3854
|
-
export function encode(message: PBAvatarEquippedData, writer?: _m0.Writer): _m0.Writer;
|
3855
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarEquippedData;
|
3856
|
-
}
|
3857
|
-
|
3858
3769
|
/**
|
3859
3770
|
* The AvatarModifierArea component can be attached to an Entity to define a region of space where
|
3860
3771
|
* avatar behavior changes.
|
@@ -4450,28 +4361,6 @@ export declare namespace PBNftShape {
|
|
4450
4361
|
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBNftShape;
|
4451
4362
|
}
|
4452
4363
|
|
4453
|
-
/**
|
4454
|
-
* PlayerIdentityData is used to read the information about the avatar's
|
4455
|
-
* identity. this component is written by the engine using the communications
|
4456
|
-
* transports' data.
|
4457
|
-
*/
|
4458
|
-
/**
|
4459
|
-
* @public
|
4460
|
-
*/
|
4461
|
-
export declare interface PBPlayerIdentityData {
|
4462
|
-
/** ethereum address of this player */
|
4463
|
-
address: string;
|
4464
|
-
isGuest: boolean;
|
4465
|
-
}
|
4466
|
-
|
4467
|
-
/**
|
4468
|
-
* @public
|
4469
|
-
*/
|
4470
|
-
export declare namespace PBPlayerIdentityData {
|
4471
|
-
export function encode(message: PBPlayerIdentityData, writer?: _m0.Writer): _m0.Writer;
|
4472
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBPlayerIdentityData;
|
4473
|
-
}
|
4474
|
-
|
4475
4364
|
/**
|
4476
4365
|
* PointerEvents adds configurable pointer-based interactions to the attached Entity.
|
4477
4366
|
*
|
@@ -5305,9 +5194,6 @@ export declare namespace Plane {
|
|
5305
5194
|
export function signedDistanceTo(plane: ReadonlyPlane, point: Vector3.ReadonlyVector3): number;
|
5306
5195
|
}
|
5307
5196
|
|
5308
|
-
/** @public */
|
5309
|
-
export declare const PlayerIdentityData: LastWriteWinElementSetComponentDefinition<PBPlayerIdentityData>;
|
5310
|
-
|
5311
5197
|
/** @public */
|
5312
5198
|
export declare const PointerEvents: LastWriteWinElementSetComponentDefinition<PBPointerEvents>;
|
5313
5199
|
|
package/dist/index.bundled.d.ts
CHANGED
@@ -110,15 +110,6 @@ export declare const enum AvatarAnchorPointType {
|
|
110
110
|
/** @public */
|
111
111
|
export declare const AvatarAttach: LastWriteWinElementSetComponentDefinition<PBAvatarAttach>;
|
112
112
|
|
113
|
-
/** @public */
|
114
|
-
export declare const AvatarBase: LastWriteWinElementSetComponentDefinition<PBAvatarBase>;
|
115
|
-
|
116
|
-
/** @public */
|
117
|
-
export declare const AvatarEmoteCommand: LastWriteWinElementSetComponentDefinition<PBAvatarEmoteCommand>;
|
118
|
-
|
119
|
-
/** @public */
|
120
|
-
export declare const AvatarEquippedData: LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>;
|
121
|
-
|
122
113
|
/** @public */
|
123
114
|
export declare const AvatarModifierArea: LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>;
|
124
115
|
|
@@ -1175,9 +1166,6 @@ export declare const componentDefinitionByName: {
|
|
1175
1166
|
"core::AudioSource": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioSource>>;
|
1176
1167
|
"core::AudioStream": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioStream>>;
|
1177
1168
|
"core::AvatarAttach": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarAttach>>;
|
1178
|
-
"core::AvatarBase": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarBase>>;
|
1179
|
-
"core::AvatarEmoteCommand": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarEmoteCommand>>;
|
1180
|
-
"core::AvatarEquippedData": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>>;
|
1181
1169
|
"core::AvatarModifierArea": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>>;
|
1182
1170
|
"core::AvatarShape": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarShape>>;
|
1183
1171
|
"core::Billboard": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBBillboard>>;
|
@@ -1190,7 +1178,6 @@ export declare const componentDefinitionByName: {
|
|
1190
1178
|
"core::MeshCollider": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMeshCollider>>;
|
1191
1179
|
"core::MeshRenderer": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMeshRenderer>>;
|
1192
1180
|
"core::NftShape": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBNftShape>>;
|
1193
|
-
"core::PlayerIdentityData": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBPlayerIdentityData>>;
|
1194
1181
|
"core::PointerEvents": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBPointerEvents>>;
|
1195
1182
|
"core::PointerEventsResult": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBPointerEventsResult>>;
|
1196
1183
|
"core::PointerLock": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBPointerLock>>;
|
@@ -3779,82 +3766,6 @@ export declare namespace PBAvatarAttach {
|
|
3779
3766
|
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarAttach;
|
3780
3767
|
}
|
3781
3768
|
|
3782
|
-
/** AvatarBase sets all modifiers over the avatar's apparence. */
|
3783
|
-
/**
|
3784
|
-
* @public
|
3785
|
-
*/
|
3786
|
-
export declare interface PBAvatarBase {
|
3787
|
-
skinColor: PBColor3 | undefined;
|
3788
|
-
eyesColor: PBColor3 | undefined;
|
3789
|
-
hairColor: PBColor3 | undefined;
|
3790
|
-
bodyShapeUrn: string;
|
3791
|
-
name: string;
|
3792
|
-
}
|
3793
|
-
|
3794
|
-
/**
|
3795
|
-
* @public
|
3796
|
-
*/
|
3797
|
-
export declare namespace PBAvatarBase {
|
3798
|
-
export function encode(message: PBAvatarBase, writer?: _m0.Writer): _m0.Writer;
|
3799
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarBase;
|
3800
|
-
}
|
3801
|
-
|
3802
|
-
/**
|
3803
|
-
* AvatarEmoteCommand is a grow only value set, used to signal the renderer about
|
3804
|
-
* avatar emotes playback.
|
3805
|
-
*/
|
3806
|
-
/**
|
3807
|
-
* @public
|
3808
|
-
*/
|
3809
|
-
export declare interface PBAvatarEmoteCommand {
|
3810
|
-
emoteCommand: PBAvatarEmoteCommand_EmoteCommand | undefined;
|
3811
|
-
}
|
3812
|
-
|
3813
|
-
/**
|
3814
|
-
* @public
|
3815
|
-
*/
|
3816
|
-
export declare namespace PBAvatarEmoteCommand {
|
3817
|
-
export function encode(message: PBAvatarEmoteCommand, writer?: _m0.Writer): _m0.Writer;
|
3818
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarEmoteCommand;
|
3819
|
-
}
|
3820
|
-
|
3821
|
-
/**
|
3822
|
-
* @public
|
3823
|
-
*/
|
3824
|
-
export declare interface PBAvatarEmoteCommand_EmoteCommand {
|
3825
|
-
emoteUrn: string;
|
3826
|
-
loop: boolean;
|
3827
|
-
}
|
3828
|
-
|
3829
|
-
/**
|
3830
|
-
* @public
|
3831
|
-
*/
|
3832
|
-
export declare namespace PBAvatarEmoteCommand_EmoteCommand {
|
3833
|
-
export function encode(message: PBAvatarEmoteCommand_EmoteCommand, writer?: _m0.Writer): _m0.Writer;
|
3834
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarEmoteCommand_EmoteCommand;
|
3835
|
-
}
|
3836
|
-
|
3837
|
-
/**
|
3838
|
-
* AvatarEquipData is used to read the information about the avatar's owneables.
|
3839
|
-
* this component is written by the engine using the communications transports'
|
3840
|
-
* data.
|
3841
|
-
*/
|
3842
|
-
/**
|
3843
|
-
* @public
|
3844
|
-
*/
|
3845
|
-
export declare interface PBAvatarEquippedData {
|
3846
|
-
wearableUrns: string[];
|
3847
|
-
emotesUrns: string[];
|
3848
|
-
}
|
3849
|
-
|
3850
|
-
/**
|
3851
|
-
* @public
|
3852
|
-
*/
|
3853
|
-
export declare namespace PBAvatarEquippedData {
|
3854
|
-
export function encode(message: PBAvatarEquippedData, writer?: _m0.Writer): _m0.Writer;
|
3855
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarEquippedData;
|
3856
|
-
}
|
3857
|
-
|
3858
3769
|
/**
|
3859
3770
|
* The AvatarModifierArea component can be attached to an Entity to define a region of space where
|
3860
3771
|
* avatar behavior changes.
|
@@ -4450,28 +4361,6 @@ export declare namespace PBNftShape {
|
|
4450
4361
|
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBNftShape;
|
4451
4362
|
}
|
4452
4363
|
|
4453
|
-
/**
|
4454
|
-
* PlayerIdentityData is used to read the information about the avatar's
|
4455
|
-
* identity. this component is written by the engine using the communications
|
4456
|
-
* transports' data.
|
4457
|
-
*/
|
4458
|
-
/**
|
4459
|
-
* @public
|
4460
|
-
*/
|
4461
|
-
export declare interface PBPlayerIdentityData {
|
4462
|
-
/** ethereum address of this player */
|
4463
|
-
address: string;
|
4464
|
-
isGuest: boolean;
|
4465
|
-
}
|
4466
|
-
|
4467
|
-
/**
|
4468
|
-
* @public
|
4469
|
-
*/
|
4470
|
-
export declare namespace PBPlayerIdentityData {
|
4471
|
-
export function encode(message: PBPlayerIdentityData, writer?: _m0.Writer): _m0.Writer;
|
4472
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBPlayerIdentityData;
|
4473
|
-
}
|
4474
|
-
|
4475
4364
|
/**
|
4476
4365
|
* PointerEvents adds configurable pointer-based interactions to the attached Entity.
|
4477
4366
|
*
|
@@ -5305,9 +5194,6 @@ export declare namespace Plane {
|
|
5305
5194
|
export function signedDistanceTo(plane: ReadonlyPlane, point: Vector3.ReadonlyVector3): number;
|
5306
5195
|
}
|
5307
5196
|
|
5308
|
-
/** @public */
|
5309
|
-
export declare const PlayerIdentityData: LastWriteWinElementSetComponentDefinition<PBPlayerIdentityData>;
|
5310
|
-
|
5311
5197
|
/** @public */
|
5312
5198
|
export declare const PointerEvents: LastWriteWinElementSetComponentDefinition<PBPointerEvents>;
|
5313
5199
|
|