@dcl/ecs 7.22.3-24082946861.commit-0d8c4f2 → 7.22.3-24140259774.commit-413d8e2
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/components/generated/component-names.gen.js +0 -2
- package/dist/components/generated/global.gen.d.ts +0 -4
- package/dist/components/generated/global.gen.js +0 -2
- package/dist/components/generated/index.gen.d.ts +0 -8
- package/dist/components/generated/index.gen.js +0 -10
- package/dist/components/generated/pb/decentraland/sdk/components/common/input_action.gen.d.ts +1 -2
- package/dist/components/generated/pb/decentraland/sdk/components/common/input_action.gen.js +0 -1
- package/dist/components/generated/pb/decentraland/sdk/components/virtual_camera.gen.d.ts +0 -3
- package/dist/components/generated/pb/decentraland/sdk/components/virtual_camera.gen.js +1 -10
- package/dist/components/index.d.ts +0 -4
- package/dist/components/index.js +0 -3
- package/dist/components/types.d.ts +0 -1
- package/dist/index.d.ts +1 -2
- package/dist/index.js +0 -1
- package/dist-cjs/components/generated/component-names.gen.js +0 -2
- package/dist-cjs/components/generated/global.gen.d.ts +0 -4
- package/dist-cjs/components/generated/global.gen.js +2 -4
- package/dist-cjs/components/generated/index.gen.d.ts +0 -8
- package/dist-cjs/components/generated/index.gen.js +2 -14
- package/dist-cjs/components/generated/pb/decentraland/sdk/components/common/input_action.gen.d.ts +1 -2
- package/dist-cjs/components/generated/pb/decentraland/sdk/components/common/input_action.gen.js +0 -1
- package/dist-cjs/components/generated/pb/decentraland/sdk/components/virtual_camera.gen.d.ts +0 -3
- package/dist-cjs/components/generated/pb/decentraland/sdk/components/virtual_camera.gen.js +1 -10
- package/dist-cjs/components/index.d.ts +0 -4
- package/dist-cjs/components/index.js +1 -5
- package/dist-cjs/components/types.d.ts +0 -1
- package/dist-cjs/index.d.ts +1 -2
- package/dist-cjs/index.js +1 -2
- package/package.json +2 -2
- package/dist/components/extended/AudioAnalysis.d.ts +0 -55
- package/dist/components/extended/AudioAnalysis.js +0 -66
- package/dist/components/generated/AudioAnalysis.gen.d.ts +0 -1
- package/dist/components/generated/AudioAnalysis.gen.js +0 -25
- package/dist/components/generated/AvatarLocomotionSettings.gen.d.ts +0 -1
- package/dist/components/generated/AvatarLocomotionSettings.gen.js +0 -25
- package/dist/components/generated/pb/decentraland/sdk/components/audio_analysis.gen.d.ts +0 -37
- package/dist/components/generated/pb/decentraland/sdk/components/audio_analysis.gen.js +0 -161
- package/dist/components/generated/pb/decentraland/sdk/components/avatar_locomotion_settings.gen.d.ts +0 -35
- package/dist/components/generated/pb/decentraland/sdk/components/avatar_locomotion_settings.gen.js +0 -123
- package/dist-cjs/components/extended/AudioAnalysis.d.ts +0 -55
- package/dist-cjs/components/extended/AudioAnalysis.js +0 -70
- package/dist-cjs/components/generated/AudioAnalysis.gen.d.ts +0 -1
- package/dist-cjs/components/generated/AudioAnalysis.gen.js +0 -28
- package/dist-cjs/components/generated/AvatarLocomotionSettings.gen.d.ts +0 -1
- package/dist-cjs/components/generated/AvatarLocomotionSettings.gen.js +0 -28
- package/dist-cjs/components/generated/pb/decentraland/sdk/components/audio_analysis.gen.d.ts +0 -37
- package/dist-cjs/components/generated/pb/decentraland/sdk/components/audio_analysis.gen.js +0 -167
- package/dist-cjs/components/generated/pb/decentraland/sdk/components/avatar_locomotion_settings.gen.d.ts +0 -35
- package/dist-cjs/components/generated/pb/decentraland/sdk/components/avatar_locomotion_settings.gen.js +0 -129
|
@@ -6,7 +6,6 @@ export const coreComponentMappings = {
|
|
|
6
6
|
"core::Animator": 1042,
|
|
7
7
|
"core::AssetLoad": 1213,
|
|
8
8
|
"core::AssetLoadLoadingState": 1214,
|
|
9
|
-
"core::AudioAnalysis": 1212,
|
|
10
9
|
"core::AudioEvent": 1105,
|
|
11
10
|
"core::AudioSource": 1020,
|
|
12
11
|
"core::AudioStream": 1021,
|
|
@@ -14,7 +13,6 @@ export const coreComponentMappings = {
|
|
|
14
13
|
"core::AvatarBase": 1087,
|
|
15
14
|
"core::AvatarEmoteCommand": 1088,
|
|
16
15
|
"core::AvatarEquippedData": 1091,
|
|
17
|
-
"core::AvatarLocomotionSettings": 1211,
|
|
18
16
|
"core::AvatarModifierArea": 1070,
|
|
19
17
|
"core::AvatarShape": 1080,
|
|
20
18
|
"core::Billboard": 1090,
|
|
@@ -2,7 +2,6 @@ import { LastWriteWinElementSetComponentDefinition, GrowOnlyValueSetComponentDef
|
|
|
2
2
|
export * from './index.gen';
|
|
3
3
|
import { PBAssetLoad } from './pb/decentraland/sdk/components/asset_load.gen';
|
|
4
4
|
import { PBAssetLoadLoadingState } from './pb/decentraland/sdk/components/asset_load_loading_state.gen';
|
|
5
|
-
import { PBAudioAnalysis } from './pb/decentraland/sdk/components/audio_analysis.gen';
|
|
6
5
|
import { PBAudioEvent } from './pb/decentraland/sdk/components/audio_event.gen';
|
|
7
6
|
import { PBAudioSource } from './pb/decentraland/sdk/components/audio_source.gen';
|
|
8
7
|
import { PBAudioStream } from './pb/decentraland/sdk/components/audio_stream.gen';
|
|
@@ -10,7 +9,6 @@ import { PBAvatarAttach } from './pb/decentraland/sdk/components/avatar_attach.g
|
|
|
10
9
|
import { PBAvatarBase } from './pb/decentraland/sdk/components/avatar_base.gen';
|
|
11
10
|
import { PBAvatarEmoteCommand } from './pb/decentraland/sdk/components/avatar_emote_command.gen';
|
|
12
11
|
import { PBAvatarEquippedData } from './pb/decentraland/sdk/components/avatar_equipped_data.gen';
|
|
13
|
-
import { PBAvatarLocomotionSettings } from './pb/decentraland/sdk/components/avatar_locomotion_settings.gen';
|
|
14
12
|
import { PBAvatarModifierArea } from './pb/decentraland/sdk/components/avatar_modifier_area.gen';
|
|
15
13
|
import { PBAvatarShape } from './pb/decentraland/sdk/components/avatar_shape.gen';
|
|
16
14
|
import { PBBillboard } from './pb/decentraland/sdk/components/billboard.gen';
|
|
@@ -55,7 +53,6 @@ import { PBVirtualCamera } from './pb/decentraland/sdk/components/virtual_camera
|
|
|
55
53
|
import { PBVisibilityComponent } from './pb/decentraland/sdk/components/visibility_component.gen';
|
|
56
54
|
/** @public */ export declare const AssetLoad: LastWriteWinElementSetComponentDefinition<PBAssetLoad>;
|
|
57
55
|
/** @public */ export declare const AssetLoadLoadingState: GrowOnlyValueSetComponentDefinition<PBAssetLoadLoadingState>;
|
|
58
|
-
/** @public */ export declare const AudioAnalysis: LastWriteWinElementSetComponentDefinition<PBAudioAnalysis>;
|
|
59
56
|
/** @public */ export declare const AudioEvent: GrowOnlyValueSetComponentDefinition<PBAudioEvent>;
|
|
60
57
|
/** @public */ export declare const AudioSource: LastWriteWinElementSetComponentDefinition<PBAudioSource>;
|
|
61
58
|
/** @public */ export declare const AudioStream: LastWriteWinElementSetComponentDefinition<PBAudioStream>;
|
|
@@ -63,7 +60,6 @@ import { PBVisibilityComponent } from './pb/decentraland/sdk/components/visibili
|
|
|
63
60
|
/** @public */ export declare const AvatarBase: LastWriteWinElementSetComponentDefinition<PBAvatarBase>;
|
|
64
61
|
/** @public */ export declare const AvatarEmoteCommand: GrowOnlyValueSetComponentDefinition<PBAvatarEmoteCommand>;
|
|
65
62
|
/** @public */ export declare const AvatarEquippedData: LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>;
|
|
66
|
-
/** @public */ export declare const AvatarLocomotionSettings: LastWriteWinElementSetComponentDefinition<PBAvatarLocomotionSettings>;
|
|
67
63
|
/** @public */ export declare const AvatarModifierArea: LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>;
|
|
68
64
|
/** @public */ export declare const AvatarShape: LastWriteWinElementSetComponentDefinition<PBAvatarShape>;
|
|
69
65
|
/** @public */ export declare const Billboard: LastWriteWinElementSetComponentDefinition<PBBillboard>;
|
|
@@ -3,7 +3,6 @@ import * as components from './index.gen';
|
|
|
3
3
|
export * from './index.gen';
|
|
4
4
|
/** @public */ export const AssetLoad = /* @__PURE__ */ components.AssetLoad(engine);
|
|
5
5
|
/** @public */ export const AssetLoadLoadingState = /* @__PURE__ */ components.AssetLoadLoadingState(engine);
|
|
6
|
-
/** @public */ export const AudioAnalysis = /* @__PURE__ */ components.AudioAnalysis(engine);
|
|
7
6
|
/** @public */ export const AudioEvent = /* @__PURE__ */ components.AudioEvent(engine);
|
|
8
7
|
/** @public */ export const AudioSource = /* @__PURE__ */ components.AudioSource(engine);
|
|
9
8
|
/** @public */ export const AudioStream = /* @__PURE__ */ components.AudioStream(engine);
|
|
@@ -11,7 +10,6 @@ export * from './index.gen';
|
|
|
11
10
|
/** @public */ export const AvatarBase = /* @__PURE__ */ components.AvatarBase(engine);
|
|
12
11
|
/** @public */ export const AvatarEmoteCommand = /* @__PURE__ */ components.AvatarEmoteCommand(engine);
|
|
13
12
|
/** @public */ export const AvatarEquippedData = /* @__PURE__ */ components.AvatarEquippedData(engine);
|
|
14
|
-
/** @public */ export const AvatarLocomotionSettings = /* @__PURE__ */ components.AvatarLocomotionSettings(engine);
|
|
15
13
|
/** @public */ export const AvatarModifierArea = /* @__PURE__ */ components.AvatarModifierArea(engine);
|
|
16
14
|
/** @public */ export const AvatarShape = /* @__PURE__ */ components.AvatarShape(engine);
|
|
17
15
|
/** @public */ export const Billboard = /* @__PURE__ */ components.Billboard(engine);
|
|
@@ -3,7 +3,6 @@ import { LastWriteWinElementSetComponentDefinition, GrowOnlyValueSetComponentDef
|
|
|
3
3
|
import { PBAnimator } from './pb/decentraland/sdk/components/animator.gen';
|
|
4
4
|
import { PBAssetLoad } from './pb/decentraland/sdk/components/asset_load.gen';
|
|
5
5
|
import { PBAssetLoadLoadingState } from './pb/decentraland/sdk/components/asset_load_loading_state.gen';
|
|
6
|
-
import { PBAudioAnalysis } from './pb/decentraland/sdk/components/audio_analysis.gen';
|
|
7
6
|
import { PBAudioEvent } from './pb/decentraland/sdk/components/audio_event.gen';
|
|
8
7
|
import { PBAudioSource } from './pb/decentraland/sdk/components/audio_source.gen';
|
|
9
8
|
import { PBAudioStream } from './pb/decentraland/sdk/components/audio_stream.gen';
|
|
@@ -11,7 +10,6 @@ import { PBAvatarAttach } from './pb/decentraland/sdk/components/avatar_attach.g
|
|
|
11
10
|
import { PBAvatarBase } from './pb/decentraland/sdk/components/avatar_base.gen';
|
|
12
11
|
import { PBAvatarEmoteCommand } from './pb/decentraland/sdk/components/avatar_emote_command.gen';
|
|
13
12
|
import { PBAvatarEquippedData } from './pb/decentraland/sdk/components/avatar_equipped_data.gen';
|
|
14
|
-
import { PBAvatarLocomotionSettings } from './pb/decentraland/sdk/components/avatar_locomotion_settings.gen';
|
|
15
13
|
import { PBAvatarModifierArea } from './pb/decentraland/sdk/components/avatar_modifier_area.gen';
|
|
16
14
|
import { PBAvatarShape } from './pb/decentraland/sdk/components/avatar_shape.gen';
|
|
17
15
|
import { PBBillboard } from './pb/decentraland/sdk/components/billboard.gen';
|
|
@@ -61,7 +59,6 @@ import { PBVisibilityComponent } from './pb/decentraland/sdk/components/visibili
|
|
|
61
59
|
export * from './pb/decentraland/sdk/components/animator.gen';
|
|
62
60
|
export * from './pb/decentraland/sdk/components/asset_load.gen';
|
|
63
61
|
export * from './pb/decentraland/sdk/components/asset_load_loading_state.gen';
|
|
64
|
-
export * from './pb/decentraland/sdk/components/audio_analysis.gen';
|
|
65
62
|
export * from './pb/decentraland/sdk/components/audio_event.gen';
|
|
66
63
|
export * from './pb/decentraland/sdk/components/audio_source.gen';
|
|
67
64
|
export * from './pb/decentraland/sdk/components/audio_stream.gen';
|
|
@@ -69,7 +66,6 @@ export * from './pb/decentraland/sdk/components/avatar_attach.gen';
|
|
|
69
66
|
export * from './pb/decentraland/sdk/components/avatar_base.gen';
|
|
70
67
|
export * from './pb/decentraland/sdk/components/avatar_emote_command.gen';
|
|
71
68
|
export * from './pb/decentraland/sdk/components/avatar_equipped_data.gen';
|
|
72
|
-
export * from './pb/decentraland/sdk/components/avatar_locomotion_settings.gen';
|
|
73
69
|
export * from './pb/decentraland/sdk/components/avatar_modifier_area.gen';
|
|
74
70
|
export * from './pb/decentraland/sdk/components/avatar_shape.gen';
|
|
75
71
|
export * from './pb/decentraland/sdk/components/billboard.gen';
|
|
@@ -121,7 +117,6 @@ export type GSetComponentGetter<T extends GrowOnlyValueSetComponentDefinition<an
|
|
|
121
117
|
/** @public */ export declare const Animator: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAnimator>>;
|
|
122
118
|
/** @public */ export declare const AssetLoad: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAssetLoad>>;
|
|
123
119
|
/** @public */ export declare const AssetLoadLoadingState: GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBAssetLoadLoadingState>>;
|
|
124
|
-
/** @public */ export declare const AudioAnalysis: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioAnalysis>>;
|
|
125
120
|
/** @public */ export declare const AudioEvent: GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBAudioEvent>>;
|
|
126
121
|
/** @public */ export declare const AudioSource: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioSource>>;
|
|
127
122
|
/** @public */ export declare const AudioStream: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioStream>>;
|
|
@@ -129,7 +124,6 @@ export type GSetComponentGetter<T extends GrowOnlyValueSetComponentDefinition<an
|
|
|
129
124
|
/** @public */ export declare const AvatarBase: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarBase>>;
|
|
130
125
|
/** @public */ export declare const AvatarEmoteCommand: GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBAvatarEmoteCommand>>;
|
|
131
126
|
/** @public */ export declare const AvatarEquippedData: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>>;
|
|
132
|
-
/** @public */ export declare const AvatarLocomotionSettings: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarLocomotionSettings>>;
|
|
133
127
|
/** @public */ export declare const AvatarModifierArea: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>>;
|
|
134
128
|
/** @public */ export declare const AvatarShape: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarShape>>;
|
|
135
129
|
/** @public */ export declare const Billboard: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBBillboard>>;
|
|
@@ -181,7 +175,6 @@ export declare const componentDefinitionByName: {
|
|
|
181
175
|
"core::Animator": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAnimator>>;
|
|
182
176
|
"core::AssetLoad": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAssetLoad>>;
|
|
183
177
|
"core::AssetLoadLoadingState": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBAssetLoadLoadingState>>;
|
|
184
|
-
"core::AudioAnalysis": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioAnalysis>>;
|
|
185
178
|
"core::AudioEvent": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBAudioEvent>>;
|
|
186
179
|
"core::AudioSource": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioSource>>;
|
|
187
180
|
"core::AudioStream": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioStream>>;
|
|
@@ -189,7 +182,6 @@ export declare const componentDefinitionByName: {
|
|
|
189
182
|
"core::AvatarBase": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarBase>>;
|
|
190
183
|
"core::AvatarEmoteCommand": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBAvatarEmoteCommand>>;
|
|
191
184
|
"core::AvatarEquippedData": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>>;
|
|
192
|
-
"core::AvatarLocomotionSettings": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarLocomotionSettings>>;
|
|
193
185
|
"core::AvatarModifierArea": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>>;
|
|
194
186
|
"core::AvatarShape": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarShape>>;
|
|
195
187
|
"core::Billboard": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBBillboard>>;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { AnimatorSchema } from './Animator.gen';
|
|
2
2
|
import { AssetLoadSchema } from './AssetLoad.gen';
|
|
3
3
|
import { AssetLoadLoadingStateSchema } from './AssetLoadLoadingState.gen';
|
|
4
|
-
import { AudioAnalysisSchema } from './AudioAnalysis.gen';
|
|
5
4
|
import { AudioEventSchema } from './AudioEvent.gen';
|
|
6
5
|
import { AudioSourceSchema } from './AudioSource.gen';
|
|
7
6
|
import { AudioStreamSchema } from './AudioStream.gen';
|
|
@@ -9,7 +8,6 @@ import { AvatarAttachSchema } from './AvatarAttach.gen';
|
|
|
9
8
|
import { AvatarBaseSchema } from './AvatarBase.gen';
|
|
10
9
|
import { AvatarEmoteCommandSchema } from './AvatarEmoteCommand.gen';
|
|
11
10
|
import { AvatarEquippedDataSchema } from './AvatarEquippedData.gen';
|
|
12
|
-
import { AvatarLocomotionSettingsSchema } from './AvatarLocomotionSettings.gen';
|
|
13
11
|
import { AvatarModifierAreaSchema } from './AvatarModifierArea.gen';
|
|
14
12
|
import { AvatarShapeSchema } from './AvatarShape.gen';
|
|
15
13
|
import { BillboardSchema } from './Billboard.gen';
|
|
@@ -59,7 +57,6 @@ import { VisibilityComponentSchema } from './VisibilityComponent.gen';
|
|
|
59
57
|
export * from './pb/decentraland/sdk/components/animator.gen';
|
|
60
58
|
export * from './pb/decentraland/sdk/components/asset_load.gen';
|
|
61
59
|
export * from './pb/decentraland/sdk/components/asset_load_loading_state.gen';
|
|
62
|
-
export * from './pb/decentraland/sdk/components/audio_analysis.gen';
|
|
63
60
|
export * from './pb/decentraland/sdk/components/audio_event.gen';
|
|
64
61
|
export * from './pb/decentraland/sdk/components/audio_source.gen';
|
|
65
62
|
export * from './pb/decentraland/sdk/components/audio_stream.gen';
|
|
@@ -67,7 +64,6 @@ export * from './pb/decentraland/sdk/components/avatar_attach.gen';
|
|
|
67
64
|
export * from './pb/decentraland/sdk/components/avatar_base.gen';
|
|
68
65
|
export * from './pb/decentraland/sdk/components/avatar_emote_command.gen';
|
|
69
66
|
export * from './pb/decentraland/sdk/components/avatar_equipped_data.gen';
|
|
70
|
-
export * from './pb/decentraland/sdk/components/avatar_locomotion_settings.gen';
|
|
71
67
|
export * from './pb/decentraland/sdk/components/avatar_modifier_area.gen';
|
|
72
68
|
export * from './pb/decentraland/sdk/components/avatar_shape.gen';
|
|
73
69
|
export * from './pb/decentraland/sdk/components/billboard.gen';
|
|
@@ -122,8 +118,6 @@ export * from './pb/decentraland/sdk/components/visibility_component.gen';
|
|
|
122
118
|
timestampFunction: (t) => t.timestamp,
|
|
123
119
|
maxElements: 100
|
|
124
120
|
});
|
|
125
|
-
/** @public */ export const AudioAnalysis = engine =>
|
|
126
|
-
/* @__PURE__ */ engine.defineComponentFromSchema("core::AudioAnalysis", AudioAnalysisSchema);
|
|
127
121
|
/** @public */ export const AudioEvent = (engine) => /* @__PURE__ */ engine.defineValueSetComponentFromSchema("core::AudioEvent", AudioEventSchema, {
|
|
128
122
|
timestampFunction: (t) => t.timestamp,
|
|
129
123
|
maxElements: 100
|
|
@@ -142,8 +136,6 @@ export * from './pb/decentraland/sdk/components/visibility_component.gen';
|
|
|
142
136
|
});
|
|
143
137
|
/** @public */ export const AvatarEquippedData = engine =>
|
|
144
138
|
/* @__PURE__ */ engine.defineComponentFromSchema("core::AvatarEquippedData", AvatarEquippedDataSchema);
|
|
145
|
-
/** @public */ export const AvatarLocomotionSettings = engine =>
|
|
146
|
-
/* @__PURE__ */ engine.defineComponentFromSchema("core::AvatarLocomotionSettings", AvatarLocomotionSettingsSchema);
|
|
147
139
|
/** @public */ export const AvatarModifierArea = engine =>
|
|
148
140
|
/* @__PURE__ */ engine.defineComponentFromSchema("core::AvatarModifierArea", AvatarModifierAreaSchema);
|
|
149
141
|
/** @public */ export const AvatarShape = engine =>
|
|
@@ -247,7 +239,6 @@ export const componentDefinitionByName = /* @__PURE__ */ {
|
|
|
247
239
|
"core::Animator": Animator,
|
|
248
240
|
"core::AssetLoad": AssetLoad,
|
|
249
241
|
"core::AssetLoadLoadingState": AssetLoadLoadingState,
|
|
250
|
-
"core::AudioAnalysis": AudioAnalysis,
|
|
251
242
|
"core::AudioEvent": AudioEvent,
|
|
252
243
|
"core::AudioSource": AudioSource,
|
|
253
244
|
"core::AudioStream": AudioStream,
|
|
@@ -255,7 +246,6 @@ export const componentDefinitionByName = /* @__PURE__ */ {
|
|
|
255
246
|
"core::AvatarBase": AvatarBase,
|
|
256
247
|
"core::AvatarEmoteCommand": AvatarEmoteCommand,
|
|
257
248
|
"core::AvatarEquippedData": AvatarEquippedData,
|
|
258
|
-
"core::AvatarLocomotionSettings": AvatarLocomotionSettings,
|
|
259
249
|
"core::AvatarModifierArea": AvatarModifierArea,
|
|
260
250
|
"core::AvatarShape": AvatarShape,
|
|
261
251
|
"core::Billboard": Billboard,
|
|
@@ -19,7 +19,6 @@ export var InputAction;
|
|
|
19
19
|
InputAction[InputAction["IA_ACTION_4"] = 11] = "IA_ACTION_4";
|
|
20
20
|
InputAction[InputAction["IA_ACTION_5"] = 12] = "IA_ACTION_5";
|
|
21
21
|
InputAction[InputAction["IA_ACTION_6"] = 13] = "IA_ACTION_6";
|
|
22
|
-
InputAction[InputAction["IA_MODIFIER"] = 14] = "IA_MODIFIER";
|
|
23
22
|
})(InputAction || (InputAction = {}));
|
|
24
23
|
/** PointerEventType is a kind of interaction that can be detected. */
|
|
25
24
|
/**
|
|
@@ -6,7 +6,6 @@ import { CameraTransition } from "./common/camera_transition.gen";
|
|
|
6
6
|
* an 'instant' transition (like using speed/time = 0)
|
|
7
7
|
* * The lookAtEntity defines to which entity the Camera has to look at constantly (independent from
|
|
8
8
|
* the holding entity transform).
|
|
9
|
-
* * The fov defines the Field of View of the virtual camera
|
|
10
9
|
*/
|
|
11
10
|
/**
|
|
12
11
|
* @public
|
|
@@ -14,8 +13,6 @@ import { CameraTransition } from "./common/camera_transition.gen";
|
|
|
14
13
|
export interface PBVirtualCamera {
|
|
15
14
|
defaultTransition?: CameraTransition | undefined;
|
|
16
15
|
lookAtEntity?: number | undefined;
|
|
17
|
-
/** default: 60 */
|
|
18
|
-
fov?: number | undefined;
|
|
19
16
|
}
|
|
20
17
|
/**
|
|
21
18
|
* @public
|
|
@@ -3,7 +3,7 @@ import _m0 from "protobufjs/minimal";
|
|
|
3
3
|
import { CameraTransition } from "./common/camera_transition.gen";
|
|
4
4
|
const protobufPackageSarasa = "decentraland.sdk.components";
|
|
5
5
|
function createBasePBVirtualCamera() {
|
|
6
|
-
return { defaultTransition: undefined, lookAtEntity: undefined
|
|
6
|
+
return { defaultTransition: undefined, lookAtEntity: undefined };
|
|
7
7
|
}
|
|
8
8
|
/**
|
|
9
9
|
* @public
|
|
@@ -17,9 +17,6 @@ export var PBVirtualCamera;
|
|
|
17
17
|
if (message.lookAtEntity !== undefined) {
|
|
18
18
|
writer.uint32(16).uint32(message.lookAtEntity);
|
|
19
19
|
}
|
|
20
|
-
if (message.fov !== undefined) {
|
|
21
|
-
writer.uint32(29).float(message.fov);
|
|
22
|
-
}
|
|
23
20
|
return writer;
|
|
24
21
|
}
|
|
25
22
|
PBVirtualCamera.encode = encode;
|
|
@@ -42,12 +39,6 @@ export var PBVirtualCamera;
|
|
|
42
39
|
}
|
|
43
40
|
message.lookAtEntity = reader.uint32();
|
|
44
41
|
continue;
|
|
45
|
-
case 3:
|
|
46
|
-
if (tag !== 29) {
|
|
47
|
-
break;
|
|
48
|
-
}
|
|
49
|
-
message.fov = reader.float();
|
|
50
|
-
continue;
|
|
51
42
|
}
|
|
52
43
|
if ((tag & 7) === 4 || tag === 0) {
|
|
53
44
|
break;
|
|
@@ -2,8 +2,6 @@ import { GrowOnlyValueSetComponentDefinition, LastWriteWinElementSetComponentDef
|
|
|
2
2
|
import { IEngine } from '../engine/types';
|
|
3
3
|
import { AnimatorComponentDefinitionExtended } from './extended/Animator';
|
|
4
4
|
import { AudioSourceComponentDefinitionExtended } from './extended/AudioSource';
|
|
5
|
-
import { AudioAnalysisComponentDefinitionExtended } from './extended/AudioAnalysis';
|
|
6
|
-
import type { AudioAnalysisView } from './extended/AudioAnalysis';
|
|
7
5
|
import { MaterialComponentDefinitionExtended } from './extended/Material';
|
|
8
6
|
import { MeshColliderComponentDefinitionExtended } from './extended/MeshCollider';
|
|
9
7
|
import { MeshRendererComponentDefinitionExtended } from './extended/MeshRenderer';
|
|
@@ -28,7 +26,6 @@ export declare const Transform: LwwComponentGetter<TransformComponentExtended>;
|
|
|
28
26
|
export declare const Material: LwwComponentGetter<MaterialComponentDefinitionExtended>;
|
|
29
27
|
export declare const Animator: LwwComponentGetter<AnimatorComponentDefinitionExtended>;
|
|
30
28
|
export declare const AudioSource: LwwComponentGetter<AudioSourceComponentDefinitionExtended>;
|
|
31
|
-
export declare const AudioAnalysis: LwwComponentGetter<AudioAnalysisComponentDefinitionExtended>;
|
|
32
29
|
export declare const AudioStream: (engine: Pick<IEngine, 'defineComponentFromSchema' | 'defineValueSetComponentFromSchema'>) => AudioStreamComponentDefinitionExtended;
|
|
33
30
|
export declare const MeshRenderer: LwwComponentGetter<MeshRendererComponentDefinitionExtended>;
|
|
34
31
|
export declare const MeshCollider: LwwComponentGetter<MeshColliderComponentDefinitionExtended>;
|
|
@@ -56,4 +53,3 @@ export declare const NetworkEntity: (engine: Pick<IEngine, 'defineComponent'>) =
|
|
|
56
53
|
*/
|
|
57
54
|
export declare const NetworkParent: (engine: Pick<IEngine, 'defineComponent'>) => LastWriteWinElementSetComponentDefinition<INetowrkParentType>;
|
|
58
55
|
export { MediaState };
|
|
59
|
-
export type { AudioAnalysisView };
|
package/dist/components/index.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { defineAnimatorComponent } from './extended/Animator';
|
|
2
2
|
import { defineAudioSourceComponent } from './extended/AudioSource';
|
|
3
|
-
import { defineAudioAnalysisComponent } from './extended/AudioAnalysis';
|
|
4
3
|
import { defineMaterialComponent } from './extended/Material';
|
|
5
4
|
import { defineMeshColliderComponent } from './extended/MeshCollider';
|
|
6
5
|
import { defineMeshRendererComponent } from './extended/MeshRenderer';
|
|
@@ -28,8 +27,6 @@ export const Animator = (engine) => defineAnimatorComponent(engine);
|
|
|
28
27
|
/* @__PURE__ */
|
|
29
28
|
export const AudioSource = (engine) => defineAudioSourceComponent(engine);
|
|
30
29
|
/* @__PURE__ */
|
|
31
|
-
export const AudioAnalysis = (engine) => defineAudioAnalysisComponent(engine);
|
|
32
|
-
/* @__PURE__ */
|
|
33
30
|
export const AudioStream = (engine) => defineAudioStreamComponent(engine);
|
|
34
31
|
/* @__PURE__ */
|
|
35
32
|
export const MeshRenderer = (engine) => defineMeshRendererComponent(engine);
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
export type { AnimatorComponentDefinitionExtended } from './extended/Animator';
|
|
2
2
|
export type { AudioSourceComponentDefinitionExtended } from './extended/AudioSource';
|
|
3
|
-
export type { AudioAnalysisComponentDefinitionExtended, AudioAnalysisView } from './extended/AudioAnalysis';
|
|
4
3
|
export type { AudioStreamComponentDefinitionExtended } from './extended/AudioStream';
|
|
5
4
|
export type { MeshRendererComponentDefinitionExtended } from './extended/MeshRenderer';
|
|
6
5
|
export type { MeshColliderComponentDefinitionExtended } from './extended/MeshCollider';
|
package/dist/index.d.ts
CHANGED
|
@@ -15,13 +15,12 @@ export * from './systems/triggerArea';
|
|
|
15
15
|
export * from './systems/physics';
|
|
16
16
|
export * from './engine/entity';
|
|
17
17
|
export * from './components/types';
|
|
18
|
-
import { MaterialComponentDefinitionExtended, MeshColliderComponentDefinitionExtended, MeshRendererComponentDefinitionExtended, TransformComponentExtended, AnimatorComponentDefinitionExtended, AudioSourceComponentDefinitionExtended,
|
|
18
|
+
import { MaterialComponentDefinitionExtended, MeshColliderComponentDefinitionExtended, MeshRendererComponentDefinitionExtended, TransformComponentExtended, AnimatorComponentDefinitionExtended, AudioSourceComponentDefinitionExtended, AudioStreamComponentDefinitionExtended, ISyncComponents, TweenComponentDefinitionExtended, INetowrkEntity, INetowrkParent, VirtualCameraComponentDefinitionExtended, InputModifierComponentDefinitionExtended, LightSourceComponentDefinitionExtended, TriggerAreaComponentDefinitionExtended, ParticleSystemComponentDefinitionExtended } from './components/types';
|
|
19
19
|
import { NameComponent } from './components/manual/Name';
|
|
20
20
|
import { TagsComponentDefinitionExtended } from './components/manual/Tags';
|
|
21
21
|
export declare const Transform: TransformComponentExtended;
|
|
22
22
|
export declare const Animator: AnimatorComponentDefinitionExtended;
|
|
23
23
|
export declare const AudioSource: AudioSourceComponentDefinitionExtended;
|
|
24
|
-
export declare const AudioAnalysis: AudioAnalysisComponentDefinitionExtended;
|
|
25
24
|
export declare const AudioStream: AudioStreamComponentDefinitionExtended;
|
|
26
25
|
export declare const Material: MaterialComponentDefinitionExtended;
|
|
27
26
|
export declare const MeshRenderer: MeshRendererComponentDefinitionExtended;
|
package/dist/index.js
CHANGED
|
@@ -25,7 +25,6 @@ import { engine } from './runtime/initialization';
|
|
|
25
25
|
export const Transform = /* @__PURE__*/ components.Transform(engine);
|
|
26
26
|
export const Animator = /* @__PURE__*/ components.Animator(engine);
|
|
27
27
|
export const AudioSource = /* @__PURE__*/ components.AudioSource(engine);
|
|
28
|
-
export const AudioAnalysis = /* @__PURE__*/ components.AudioAnalysis(engine);
|
|
29
28
|
export const AudioStream = /* @__PURE__*/ components.AudioStream(engine);
|
|
30
29
|
export const Material = /* @__PURE__*/ components.Material(engine);
|
|
31
30
|
export const MeshRenderer = /* @__PURE__*/ components.MeshRenderer(engine);
|
|
@@ -9,7 +9,6 @@ exports.coreComponentMappings = {
|
|
|
9
9
|
"core::Animator": 1042,
|
|
10
10
|
"core::AssetLoad": 1213,
|
|
11
11
|
"core::AssetLoadLoadingState": 1214,
|
|
12
|
-
"core::AudioAnalysis": 1212,
|
|
13
12
|
"core::AudioEvent": 1105,
|
|
14
13
|
"core::AudioSource": 1020,
|
|
15
14
|
"core::AudioStream": 1021,
|
|
@@ -17,7 +16,6 @@ exports.coreComponentMappings = {
|
|
|
17
16
|
"core::AvatarBase": 1087,
|
|
18
17
|
"core::AvatarEmoteCommand": 1088,
|
|
19
18
|
"core::AvatarEquippedData": 1091,
|
|
20
|
-
"core::AvatarLocomotionSettings": 1211,
|
|
21
19
|
"core::AvatarModifierArea": 1070,
|
|
22
20
|
"core::AvatarShape": 1080,
|
|
23
21
|
"core::Billboard": 1090,
|
|
@@ -2,7 +2,6 @@ import { LastWriteWinElementSetComponentDefinition, GrowOnlyValueSetComponentDef
|
|
|
2
2
|
export * from './index.gen';
|
|
3
3
|
import { PBAssetLoad } from './pb/decentraland/sdk/components/asset_load.gen';
|
|
4
4
|
import { PBAssetLoadLoadingState } from './pb/decentraland/sdk/components/asset_load_loading_state.gen';
|
|
5
|
-
import { PBAudioAnalysis } from './pb/decentraland/sdk/components/audio_analysis.gen';
|
|
6
5
|
import { PBAudioEvent } from './pb/decentraland/sdk/components/audio_event.gen';
|
|
7
6
|
import { PBAudioSource } from './pb/decentraland/sdk/components/audio_source.gen';
|
|
8
7
|
import { PBAudioStream } from './pb/decentraland/sdk/components/audio_stream.gen';
|
|
@@ -10,7 +9,6 @@ import { PBAvatarAttach } from './pb/decentraland/sdk/components/avatar_attach.g
|
|
|
10
9
|
import { PBAvatarBase } from './pb/decentraland/sdk/components/avatar_base.gen';
|
|
11
10
|
import { PBAvatarEmoteCommand } from './pb/decentraland/sdk/components/avatar_emote_command.gen';
|
|
12
11
|
import { PBAvatarEquippedData } from './pb/decentraland/sdk/components/avatar_equipped_data.gen';
|
|
13
|
-
import { PBAvatarLocomotionSettings } from './pb/decentraland/sdk/components/avatar_locomotion_settings.gen';
|
|
14
12
|
import { PBAvatarModifierArea } from './pb/decentraland/sdk/components/avatar_modifier_area.gen';
|
|
15
13
|
import { PBAvatarShape } from './pb/decentraland/sdk/components/avatar_shape.gen';
|
|
16
14
|
import { PBBillboard } from './pb/decentraland/sdk/components/billboard.gen';
|
|
@@ -55,7 +53,6 @@ import { PBVirtualCamera } from './pb/decentraland/sdk/components/virtual_camera
|
|
|
55
53
|
import { PBVisibilityComponent } from './pb/decentraland/sdk/components/visibility_component.gen';
|
|
56
54
|
/** @public */ export declare const AssetLoad: LastWriteWinElementSetComponentDefinition<PBAssetLoad>;
|
|
57
55
|
/** @public */ export declare const AssetLoadLoadingState: GrowOnlyValueSetComponentDefinition<PBAssetLoadLoadingState>;
|
|
58
|
-
/** @public */ export declare const AudioAnalysis: LastWriteWinElementSetComponentDefinition<PBAudioAnalysis>;
|
|
59
56
|
/** @public */ export declare const AudioEvent: GrowOnlyValueSetComponentDefinition<PBAudioEvent>;
|
|
60
57
|
/** @public */ export declare const AudioSource: LastWriteWinElementSetComponentDefinition<PBAudioSource>;
|
|
61
58
|
/** @public */ export declare const AudioStream: LastWriteWinElementSetComponentDefinition<PBAudioStream>;
|
|
@@ -63,7 +60,6 @@ import { PBVisibilityComponent } from './pb/decentraland/sdk/components/visibili
|
|
|
63
60
|
/** @public */ export declare const AvatarBase: LastWriteWinElementSetComponentDefinition<PBAvatarBase>;
|
|
64
61
|
/** @public */ export declare const AvatarEmoteCommand: GrowOnlyValueSetComponentDefinition<PBAvatarEmoteCommand>;
|
|
65
62
|
/** @public */ export declare const AvatarEquippedData: LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>;
|
|
66
|
-
/** @public */ export declare const AvatarLocomotionSettings: LastWriteWinElementSetComponentDefinition<PBAvatarLocomotionSettings>;
|
|
67
63
|
/** @public */ export declare const AvatarModifierArea: LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>;
|
|
68
64
|
/** @public */ export declare const AvatarShape: LastWriteWinElementSetComponentDefinition<PBAvatarShape>;
|
|
69
65
|
/** @public */ export declare const Billboard: LastWriteWinElementSetComponentDefinition<PBBillboard>;
|
|
@@ -26,14 +26,13 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
26
26
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.VideoEvent = exports.UiTransform = exports.UiText = exports.UiInputResult = exports.UiInput = exports.UiDropdownResult = exports.UiDropdown = exports.UiCanvasInformation = exports.UiBackground = exports.TweenState = exports.TweenSequence = exports.TriggerAreaResult = exports.TriggerArea = exports.TextShape = exports.SkyboxTime = exports.RealmInfo = exports.RaycastResult = exports.Raycast = exports.PrimaryPointerInfo = exports.PointerLock = exports.PointerEventsResult = exports.PointerEvents = exports.PlayerIdentityData = exports.PhysicsCombinedImpulse = exports.PhysicsCombinedForce = exports.ParticleSystem = exports.NftShape = exports.MainCamera = exports.LightSource = exports.InputModifier = exports.GltfNodeModifiers = exports.GltfContainerLoadingState = exports.GltfContainer = exports.EngineInfo = exports.CameraModeArea = exports.CameraMode = exports.Billboard = exports.AvatarShape = exports.AvatarModifierArea = exports.
|
|
30
|
-
exports.VisibilityComponent =
|
|
29
|
+
exports.VirtualCamera = exports.VideoPlayer = exports.VideoEvent = exports.UiTransform = exports.UiText = exports.UiInputResult = exports.UiInput = exports.UiDropdownResult = exports.UiDropdown = exports.UiCanvasInformation = exports.UiBackground = exports.TweenState = exports.TweenSequence = exports.TriggerAreaResult = exports.TriggerArea = exports.TextShape = exports.SkyboxTime = exports.RealmInfo = exports.RaycastResult = exports.Raycast = exports.PrimaryPointerInfo = exports.PointerLock = exports.PointerEventsResult = exports.PointerEvents = exports.PlayerIdentityData = exports.PhysicsCombinedImpulse = exports.PhysicsCombinedForce = exports.ParticleSystem = exports.NftShape = exports.MainCamera = exports.LightSource = exports.InputModifier = exports.GltfNodeModifiers = exports.GltfContainerLoadingState = exports.GltfContainer = exports.EngineInfo = exports.CameraModeArea = exports.CameraMode = exports.Billboard = exports.AvatarShape = exports.AvatarModifierArea = exports.AvatarEquippedData = exports.AvatarEmoteCommand = exports.AvatarBase = exports.AvatarAttach = exports.AudioStream = exports.AudioSource = exports.AudioEvent = exports.AssetLoadLoadingState = exports.AssetLoad = void 0;
|
|
30
|
+
exports.VisibilityComponent = void 0;
|
|
31
31
|
const initialization_1 = require("../../runtime/initialization");
|
|
32
32
|
const components = __importStar(require("./index.gen"));
|
|
33
33
|
__exportStar(require("./index.gen"), exports);
|
|
34
34
|
/** @public */ exports.AssetLoad = components.AssetLoad(initialization_1.engine);
|
|
35
35
|
/** @public */ exports.AssetLoadLoadingState = components.AssetLoadLoadingState(initialization_1.engine);
|
|
36
|
-
/** @public */ exports.AudioAnalysis = components.AudioAnalysis(initialization_1.engine);
|
|
37
36
|
/** @public */ exports.AudioEvent = components.AudioEvent(initialization_1.engine);
|
|
38
37
|
/** @public */ exports.AudioSource = components.AudioSource(initialization_1.engine);
|
|
39
38
|
/** @public */ exports.AudioStream = components.AudioStream(initialization_1.engine);
|
|
@@ -41,7 +40,6 @@ __exportStar(require("./index.gen"), exports);
|
|
|
41
40
|
/** @public */ exports.AvatarBase = components.AvatarBase(initialization_1.engine);
|
|
42
41
|
/** @public */ exports.AvatarEmoteCommand = components.AvatarEmoteCommand(initialization_1.engine);
|
|
43
42
|
/** @public */ exports.AvatarEquippedData = components.AvatarEquippedData(initialization_1.engine);
|
|
44
|
-
/** @public */ exports.AvatarLocomotionSettings = components.AvatarLocomotionSettings(initialization_1.engine);
|
|
45
43
|
/** @public */ exports.AvatarModifierArea = components.AvatarModifierArea(initialization_1.engine);
|
|
46
44
|
/** @public */ exports.AvatarShape = components.AvatarShape(initialization_1.engine);
|
|
47
45
|
/** @public */ exports.Billboard = components.Billboard(initialization_1.engine);
|
|
@@ -3,7 +3,6 @@ import { LastWriteWinElementSetComponentDefinition, GrowOnlyValueSetComponentDef
|
|
|
3
3
|
import { PBAnimator } from './pb/decentraland/sdk/components/animator.gen';
|
|
4
4
|
import { PBAssetLoad } from './pb/decentraland/sdk/components/asset_load.gen';
|
|
5
5
|
import { PBAssetLoadLoadingState } from './pb/decentraland/sdk/components/asset_load_loading_state.gen';
|
|
6
|
-
import { PBAudioAnalysis } from './pb/decentraland/sdk/components/audio_analysis.gen';
|
|
7
6
|
import { PBAudioEvent } from './pb/decentraland/sdk/components/audio_event.gen';
|
|
8
7
|
import { PBAudioSource } from './pb/decentraland/sdk/components/audio_source.gen';
|
|
9
8
|
import { PBAudioStream } from './pb/decentraland/sdk/components/audio_stream.gen';
|
|
@@ -11,7 +10,6 @@ import { PBAvatarAttach } from './pb/decentraland/sdk/components/avatar_attach.g
|
|
|
11
10
|
import { PBAvatarBase } from './pb/decentraland/sdk/components/avatar_base.gen';
|
|
12
11
|
import { PBAvatarEmoteCommand } from './pb/decentraland/sdk/components/avatar_emote_command.gen';
|
|
13
12
|
import { PBAvatarEquippedData } from './pb/decentraland/sdk/components/avatar_equipped_data.gen';
|
|
14
|
-
import { PBAvatarLocomotionSettings } from './pb/decentraland/sdk/components/avatar_locomotion_settings.gen';
|
|
15
13
|
import { PBAvatarModifierArea } from './pb/decentraland/sdk/components/avatar_modifier_area.gen';
|
|
16
14
|
import { PBAvatarShape } from './pb/decentraland/sdk/components/avatar_shape.gen';
|
|
17
15
|
import { PBBillboard } from './pb/decentraland/sdk/components/billboard.gen';
|
|
@@ -61,7 +59,6 @@ import { PBVisibilityComponent } from './pb/decentraland/sdk/components/visibili
|
|
|
61
59
|
export * from './pb/decentraland/sdk/components/animator.gen';
|
|
62
60
|
export * from './pb/decentraland/sdk/components/asset_load.gen';
|
|
63
61
|
export * from './pb/decentraland/sdk/components/asset_load_loading_state.gen';
|
|
64
|
-
export * from './pb/decentraland/sdk/components/audio_analysis.gen';
|
|
65
62
|
export * from './pb/decentraland/sdk/components/audio_event.gen';
|
|
66
63
|
export * from './pb/decentraland/sdk/components/audio_source.gen';
|
|
67
64
|
export * from './pb/decentraland/sdk/components/audio_stream.gen';
|
|
@@ -69,7 +66,6 @@ export * from './pb/decentraland/sdk/components/avatar_attach.gen';
|
|
|
69
66
|
export * from './pb/decentraland/sdk/components/avatar_base.gen';
|
|
70
67
|
export * from './pb/decentraland/sdk/components/avatar_emote_command.gen';
|
|
71
68
|
export * from './pb/decentraland/sdk/components/avatar_equipped_data.gen';
|
|
72
|
-
export * from './pb/decentraland/sdk/components/avatar_locomotion_settings.gen';
|
|
73
69
|
export * from './pb/decentraland/sdk/components/avatar_modifier_area.gen';
|
|
74
70
|
export * from './pb/decentraland/sdk/components/avatar_shape.gen';
|
|
75
71
|
export * from './pb/decentraland/sdk/components/billboard.gen';
|
|
@@ -121,7 +117,6 @@ export type GSetComponentGetter<T extends GrowOnlyValueSetComponentDefinition<an
|
|
|
121
117
|
/** @public */ export declare const Animator: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAnimator>>;
|
|
122
118
|
/** @public */ export declare const AssetLoad: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAssetLoad>>;
|
|
123
119
|
/** @public */ export declare const AssetLoadLoadingState: GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBAssetLoadLoadingState>>;
|
|
124
|
-
/** @public */ export declare const AudioAnalysis: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioAnalysis>>;
|
|
125
120
|
/** @public */ export declare const AudioEvent: GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBAudioEvent>>;
|
|
126
121
|
/** @public */ export declare const AudioSource: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioSource>>;
|
|
127
122
|
/** @public */ export declare const AudioStream: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioStream>>;
|
|
@@ -129,7 +124,6 @@ export type GSetComponentGetter<T extends GrowOnlyValueSetComponentDefinition<an
|
|
|
129
124
|
/** @public */ export declare const AvatarBase: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarBase>>;
|
|
130
125
|
/** @public */ export declare const AvatarEmoteCommand: GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBAvatarEmoteCommand>>;
|
|
131
126
|
/** @public */ export declare const AvatarEquippedData: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>>;
|
|
132
|
-
/** @public */ export declare const AvatarLocomotionSettings: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarLocomotionSettings>>;
|
|
133
127
|
/** @public */ export declare const AvatarModifierArea: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>>;
|
|
134
128
|
/** @public */ export declare const AvatarShape: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarShape>>;
|
|
135
129
|
/** @public */ export declare const Billboard: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBBillboard>>;
|
|
@@ -181,7 +175,6 @@ export declare const componentDefinitionByName: {
|
|
|
181
175
|
"core::Animator": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAnimator>>;
|
|
182
176
|
"core::AssetLoad": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAssetLoad>>;
|
|
183
177
|
"core::AssetLoadLoadingState": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBAssetLoadLoadingState>>;
|
|
184
|
-
"core::AudioAnalysis": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioAnalysis>>;
|
|
185
178
|
"core::AudioEvent": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBAudioEvent>>;
|
|
186
179
|
"core::AudioSource": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioSource>>;
|
|
187
180
|
"core::AudioStream": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioStream>>;
|
|
@@ -189,7 +182,6 @@ export declare const componentDefinitionByName: {
|
|
|
189
182
|
"core::AvatarBase": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarBase>>;
|
|
190
183
|
"core::AvatarEmoteCommand": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBAvatarEmoteCommand>>;
|
|
191
184
|
"core::AvatarEquippedData": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>>;
|
|
192
|
-
"core::AvatarLocomotionSettings": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarLocomotionSettings>>;
|
|
193
185
|
"core::AvatarModifierArea": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>>;
|
|
194
186
|
"core::AvatarShape": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarShape>>;
|
|
195
187
|
"core::Billboard": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBBillboard>>;
|
|
@@ -14,12 +14,11 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.UiDropdownResult = exports.UiDropdown = exports.UiCanvasInformation = exports.UiBackground = exports.TweenState = exports.TweenSequence = exports.Tween = exports.TriggerAreaResult = exports.TriggerArea = exports.TextShape = exports.SkyboxTime = exports.RealmInfo = exports.RaycastResult = exports.Raycast = exports.PrimaryPointerInfo = exports.PointerLock = exports.PointerEventsResult = exports.PointerEvents = exports.PlayerIdentityData = exports.PhysicsCombinedImpulse = exports.PhysicsCombinedForce = exports.ParticleSystem = exports.NftShape = exports.MeshRenderer = exports.MeshCollider = exports.Material = exports.MainCamera = exports.LightSource = exports.InputModifier = exports.GltfNodeModifiers = exports.GltfContainerLoadingState = exports.GltfContainer = exports.EngineInfo = exports.CameraModeArea = exports.CameraMode = exports.Billboard = exports.AvatarShape = exports.AvatarModifierArea = exports.
|
|
18
|
-
exports.componentDefinitionByName = exports.VisibilityComponent = exports.VirtualCamera = exports.VideoPlayer = exports.VideoEvent = exports.UiTransform = exports.UiText =
|
|
17
|
+
exports.UiInputResult = exports.UiInput = exports.UiDropdownResult = exports.UiDropdown = exports.UiCanvasInformation = exports.UiBackground = exports.TweenState = exports.TweenSequence = exports.Tween = exports.TriggerAreaResult = exports.TriggerArea = exports.TextShape = exports.SkyboxTime = exports.RealmInfo = exports.RaycastResult = exports.Raycast = exports.PrimaryPointerInfo = exports.PointerLock = exports.PointerEventsResult = exports.PointerEvents = exports.PlayerIdentityData = exports.PhysicsCombinedImpulse = exports.PhysicsCombinedForce = exports.ParticleSystem = exports.NftShape = exports.MeshRenderer = exports.MeshCollider = exports.Material = exports.MainCamera = exports.LightSource = exports.InputModifier = exports.GltfNodeModifiers = exports.GltfContainerLoadingState = exports.GltfContainer = exports.EngineInfo = exports.CameraModeArea = exports.CameraMode = exports.Billboard = exports.AvatarShape = exports.AvatarModifierArea = exports.AvatarEquippedData = exports.AvatarEmoteCommand = exports.AvatarBase = exports.AvatarAttach = exports.AudioStream = exports.AudioSource = exports.AudioEvent = exports.AssetLoadLoadingState = exports.AssetLoad = exports.Animator = void 0;
|
|
18
|
+
exports.componentDefinitionByName = exports.VisibilityComponent = exports.VirtualCamera = exports.VideoPlayer = exports.VideoEvent = exports.UiTransform = exports.UiText = void 0;
|
|
19
19
|
const Animator_gen_1 = require("./Animator.gen");
|
|
20
20
|
const AssetLoad_gen_1 = require("./AssetLoad.gen");
|
|
21
21
|
const AssetLoadLoadingState_gen_1 = require("./AssetLoadLoadingState.gen");
|
|
22
|
-
const AudioAnalysis_gen_1 = require("./AudioAnalysis.gen");
|
|
23
22
|
const AudioEvent_gen_1 = require("./AudioEvent.gen");
|
|
24
23
|
const AudioSource_gen_1 = require("./AudioSource.gen");
|
|
25
24
|
const AudioStream_gen_1 = require("./AudioStream.gen");
|
|
@@ -27,7 +26,6 @@ const AvatarAttach_gen_1 = require("./AvatarAttach.gen");
|
|
|
27
26
|
const AvatarBase_gen_1 = require("./AvatarBase.gen");
|
|
28
27
|
const AvatarEmoteCommand_gen_1 = require("./AvatarEmoteCommand.gen");
|
|
29
28
|
const AvatarEquippedData_gen_1 = require("./AvatarEquippedData.gen");
|
|
30
|
-
const AvatarLocomotionSettings_gen_1 = require("./AvatarLocomotionSettings.gen");
|
|
31
29
|
const AvatarModifierArea_gen_1 = require("./AvatarModifierArea.gen");
|
|
32
30
|
const AvatarShape_gen_1 = require("./AvatarShape.gen");
|
|
33
31
|
const Billboard_gen_1 = require("./Billboard.gen");
|
|
@@ -77,7 +75,6 @@ const VisibilityComponent_gen_1 = require("./VisibilityComponent.gen");
|
|
|
77
75
|
__exportStar(require("./pb/decentraland/sdk/components/animator.gen"), exports);
|
|
78
76
|
__exportStar(require("./pb/decentraland/sdk/components/asset_load.gen"), exports);
|
|
79
77
|
__exportStar(require("./pb/decentraland/sdk/components/asset_load_loading_state.gen"), exports);
|
|
80
|
-
__exportStar(require("./pb/decentraland/sdk/components/audio_analysis.gen"), exports);
|
|
81
78
|
__exportStar(require("./pb/decentraland/sdk/components/audio_event.gen"), exports);
|
|
82
79
|
__exportStar(require("./pb/decentraland/sdk/components/audio_source.gen"), exports);
|
|
83
80
|
__exportStar(require("./pb/decentraland/sdk/components/audio_stream.gen"), exports);
|
|
@@ -85,7 +82,6 @@ __exportStar(require("./pb/decentraland/sdk/components/avatar_attach.gen"), expo
|
|
|
85
82
|
__exportStar(require("./pb/decentraland/sdk/components/avatar_base.gen"), exports);
|
|
86
83
|
__exportStar(require("./pb/decentraland/sdk/components/avatar_emote_command.gen"), exports);
|
|
87
84
|
__exportStar(require("./pb/decentraland/sdk/components/avatar_equipped_data.gen"), exports);
|
|
88
|
-
__exportStar(require("./pb/decentraland/sdk/components/avatar_locomotion_settings.gen"), exports);
|
|
89
85
|
__exportStar(require("./pb/decentraland/sdk/components/avatar_modifier_area.gen"), exports);
|
|
90
86
|
__exportStar(require("./pb/decentraland/sdk/components/avatar_shape.gen"), exports);
|
|
91
87
|
__exportStar(require("./pb/decentraland/sdk/components/billboard.gen"), exports);
|
|
@@ -143,9 +139,6 @@ exports.AssetLoad = AssetLoad;
|
|
|
143
139
|
maxElements: 100
|
|
144
140
|
});
|
|
145
141
|
exports.AssetLoadLoadingState = AssetLoadLoadingState;
|
|
146
|
-
/** @public */ const AudioAnalysis = engine =>
|
|
147
|
-
/* @__PURE__ */ engine.defineComponentFromSchema("core::AudioAnalysis", AudioAnalysis_gen_1.AudioAnalysisSchema);
|
|
148
|
-
exports.AudioAnalysis = AudioAnalysis;
|
|
149
142
|
/** @public */ const AudioEvent = (engine) => /* @__PURE__ */ engine.defineValueSetComponentFromSchema("core::AudioEvent", AudioEvent_gen_1.AudioEventSchema, {
|
|
150
143
|
timestampFunction: (t) => t.timestamp,
|
|
151
144
|
maxElements: 100
|
|
@@ -171,9 +164,6 @@ exports.AvatarEmoteCommand = AvatarEmoteCommand;
|
|
|
171
164
|
/** @public */ const AvatarEquippedData = engine =>
|
|
172
165
|
/* @__PURE__ */ engine.defineComponentFromSchema("core::AvatarEquippedData", AvatarEquippedData_gen_1.AvatarEquippedDataSchema);
|
|
173
166
|
exports.AvatarEquippedData = AvatarEquippedData;
|
|
174
|
-
/** @public */ const AvatarLocomotionSettings = engine =>
|
|
175
|
-
/* @__PURE__ */ engine.defineComponentFromSchema("core::AvatarLocomotionSettings", AvatarLocomotionSettings_gen_1.AvatarLocomotionSettingsSchema);
|
|
176
|
-
exports.AvatarLocomotionSettings = AvatarLocomotionSettings;
|
|
177
167
|
/** @public */ const AvatarModifierArea = engine =>
|
|
178
168
|
/* @__PURE__ */ engine.defineComponentFromSchema("core::AvatarModifierArea", AvatarModifierArea_gen_1.AvatarModifierAreaSchema);
|
|
179
169
|
exports.AvatarModifierArea = AvatarModifierArea;
|
|
@@ -323,7 +313,6 @@ exports.componentDefinitionByName = {
|
|
|
323
313
|
"core::Animator": exports.Animator,
|
|
324
314
|
"core::AssetLoad": exports.AssetLoad,
|
|
325
315
|
"core::AssetLoadLoadingState": exports.AssetLoadLoadingState,
|
|
326
|
-
"core::AudioAnalysis": exports.AudioAnalysis,
|
|
327
316
|
"core::AudioEvent": exports.AudioEvent,
|
|
328
317
|
"core::AudioSource": exports.AudioSource,
|
|
329
318
|
"core::AudioStream": exports.AudioStream,
|
|
@@ -331,7 +320,6 @@ exports.componentDefinitionByName = {
|
|
|
331
320
|
"core::AvatarBase": exports.AvatarBase,
|
|
332
321
|
"core::AvatarEmoteCommand": exports.AvatarEmoteCommand,
|
|
333
322
|
"core::AvatarEquippedData": exports.AvatarEquippedData,
|
|
334
|
-
"core::AvatarLocomotionSettings": exports.AvatarLocomotionSettings,
|
|
335
323
|
"core::AvatarModifierArea": exports.AvatarModifierArea,
|
|
336
324
|
"core::AvatarShape": exports.AvatarShape,
|
|
337
325
|
"core::Billboard": exports.Billboard,
|
package/dist-cjs/components/generated/pb/decentraland/sdk/components/common/input_action.gen.js
CHANGED
|
@@ -22,7 +22,6 @@ var InputAction;
|
|
|
22
22
|
InputAction[InputAction["IA_ACTION_4"] = 11] = "IA_ACTION_4";
|
|
23
23
|
InputAction[InputAction["IA_ACTION_5"] = 12] = "IA_ACTION_5";
|
|
24
24
|
InputAction[InputAction["IA_ACTION_6"] = 13] = "IA_ACTION_6";
|
|
25
|
-
InputAction[InputAction["IA_MODIFIER"] = 14] = "IA_MODIFIER";
|
|
26
25
|
})(InputAction = exports.InputAction || (exports.InputAction = {}));
|
|
27
26
|
/** PointerEventType is a kind of interaction that can be detected. */
|
|
28
27
|
/**
|
package/dist-cjs/components/generated/pb/decentraland/sdk/components/virtual_camera.gen.d.ts
CHANGED
|
@@ -6,7 +6,6 @@ import { CameraTransition } from "./common/camera_transition.gen";
|
|
|
6
6
|
* an 'instant' transition (like using speed/time = 0)
|
|
7
7
|
* * The lookAtEntity defines to which entity the Camera has to look at constantly (independent from
|
|
8
8
|
* the holding entity transform).
|
|
9
|
-
* * The fov defines the Field of View of the virtual camera
|
|
10
9
|
*/
|
|
11
10
|
/**
|
|
12
11
|
* @public
|
|
@@ -14,8 +13,6 @@ import { CameraTransition } from "./common/camera_transition.gen";
|
|
|
14
13
|
export interface PBVirtualCamera {
|
|
15
14
|
defaultTransition?: CameraTransition | undefined;
|
|
16
15
|
lookAtEntity?: number | undefined;
|
|
17
|
-
/** default: 60 */
|
|
18
|
-
fov?: number | undefined;
|
|
19
16
|
}
|
|
20
17
|
/**
|
|
21
18
|
* @public
|