@dcl/ecs 7.14.1-19678724586.commit-33186ef → 7.14.1-19707837499.commit-31fb204

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.
Files changed (27) hide show
  1. package/dist/components/generated/component-names.gen.js +0 -1
  2. package/dist/components/generated/global.gen.d.ts +0 -2
  3. package/dist/components/generated/global.gen.js +0 -1
  4. package/dist/components/generated/index.gen.d.ts +0 -4
  5. package/dist/components/generated/index.gen.js +0 -5
  6. package/dist/components/generated/pb/decentraland/sdk/components/common/input_action.gen.d.ts +1 -2
  7. package/dist/components/generated/pb/decentraland/sdk/components/common/input_action.gen.js +0 -1
  8. package/dist/components/generated/pb/decentraland/sdk/components/virtual_camera.gen.d.ts +0 -3
  9. package/dist/components/generated/pb/decentraland/sdk/components/virtual_camera.gen.js +1 -10
  10. package/dist-cjs/components/generated/component-names.gen.js +0 -1
  11. package/dist-cjs/components/generated/global.gen.d.ts +0 -2
  12. package/dist-cjs/components/generated/global.gen.js +1 -2
  13. package/dist-cjs/components/generated/index.gen.d.ts +0 -4
  14. package/dist-cjs/components/generated/index.gen.js +2 -8
  15. package/dist-cjs/components/generated/pb/decentraland/sdk/components/common/input_action.gen.d.ts +1 -2
  16. package/dist-cjs/components/generated/pb/decentraland/sdk/components/common/input_action.gen.js +0 -1
  17. package/dist-cjs/components/generated/pb/decentraland/sdk/components/virtual_camera.gen.d.ts +0 -3
  18. package/dist-cjs/components/generated/pb/decentraland/sdk/components/virtual_camera.gen.js +1 -10
  19. package/package.json +2 -2
  20. package/dist/components/generated/AvatarLocomotionSettings.gen.d.ts +0 -1
  21. package/dist/components/generated/AvatarLocomotionSettings.gen.js +0 -25
  22. package/dist/components/generated/pb/decentraland/sdk/components/avatar_locomotion_settings.gen.d.ts +0 -29
  23. package/dist/components/generated/pb/decentraland/sdk/components/avatar_locomotion_settings.gen.js +0 -93
  24. package/dist-cjs/components/generated/AvatarLocomotionSettings.gen.d.ts +0 -1
  25. package/dist-cjs/components/generated/AvatarLocomotionSettings.gen.js +0 -28
  26. package/dist-cjs/components/generated/pb/decentraland/sdk/components/avatar_locomotion_settings.gen.d.ts +0 -29
  27. package/dist-cjs/components/generated/pb/decentraland/sdk/components/avatar_locomotion_settings.gen.js +0 -99
@@ -11,7 +11,6 @@ export const coreComponentMappings = {
11
11
  "core::AvatarBase": 1087,
12
12
  "core::AvatarEmoteCommand": 1088,
13
13
  "core::AvatarEquippedData": 1091,
14
- "core::AvatarLocomotionSettings": 1211,
15
14
  "core::AvatarModifierArea": 1070,
16
15
  "core::AvatarShape": 1080,
17
16
  "core::Billboard": 1090,
@@ -7,7 +7,6 @@ import { PBAvatarAttach } from './pb/decentraland/sdk/components/avatar_attach.g
7
7
  import { PBAvatarBase } from './pb/decentraland/sdk/components/avatar_base.gen';
8
8
  import { PBAvatarEmoteCommand } from './pb/decentraland/sdk/components/avatar_emote_command.gen';
9
9
  import { PBAvatarEquippedData } from './pb/decentraland/sdk/components/avatar_equipped_data.gen';
10
- import { PBAvatarLocomotionSettings } from './pb/decentraland/sdk/components/avatar_locomotion_settings.gen';
11
10
  import { PBAvatarModifierArea } from './pb/decentraland/sdk/components/avatar_modifier_area.gen';
12
11
  import { PBAvatarShape } from './pb/decentraland/sdk/components/avatar_shape.gen';
13
12
  import { PBBillboard } from './pb/decentraland/sdk/components/billboard.gen';
@@ -54,7 +53,6 @@ import { PBVisibilityComponent } from './pb/decentraland/sdk/components/visibili
54
53
  /** @public */ export declare const AvatarBase: LastWriteWinElementSetComponentDefinition<PBAvatarBase>;
55
54
  /** @public */ export declare const AvatarEmoteCommand: GrowOnlyValueSetComponentDefinition<PBAvatarEmoteCommand>;
56
55
  /** @public */ export declare const AvatarEquippedData: LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>;
57
- /** @public */ export declare const AvatarLocomotionSettings: LastWriteWinElementSetComponentDefinition<PBAvatarLocomotionSettings>;
58
56
  /** @public */ export declare const AvatarModifierArea: LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>;
59
57
  /** @public */ export declare const AvatarShape: LastWriteWinElementSetComponentDefinition<PBAvatarShape>;
60
58
  /** @public */ export declare const Billboard: LastWriteWinElementSetComponentDefinition<PBBillboard>;
@@ -8,7 +8,6 @@ export * from './index.gen';
8
8
  /** @public */ export const AvatarBase = /* @__PURE__ */ components.AvatarBase(engine);
9
9
  /** @public */ export const AvatarEmoteCommand = /* @__PURE__ */ components.AvatarEmoteCommand(engine);
10
10
  /** @public */ export const AvatarEquippedData = /* @__PURE__ */ components.AvatarEquippedData(engine);
11
- /** @public */ export const AvatarLocomotionSettings = /* @__PURE__ */ components.AvatarLocomotionSettings(engine);
12
11
  /** @public */ export const AvatarModifierArea = /* @__PURE__ */ components.AvatarModifierArea(engine);
13
12
  /** @public */ export const AvatarShape = /* @__PURE__ */ components.AvatarShape(engine);
14
13
  /** @public */ export const Billboard = /* @__PURE__ */ components.Billboard(engine);
@@ -8,7 +8,6 @@ import { PBAvatarAttach } from './pb/decentraland/sdk/components/avatar_attach.g
8
8
  import { PBAvatarBase } from './pb/decentraland/sdk/components/avatar_base.gen';
9
9
  import { PBAvatarEmoteCommand } from './pb/decentraland/sdk/components/avatar_emote_command.gen';
10
10
  import { PBAvatarEquippedData } from './pb/decentraland/sdk/components/avatar_equipped_data.gen';
11
- import { PBAvatarLocomotionSettings } from './pb/decentraland/sdk/components/avatar_locomotion_settings.gen';
12
11
  import { PBAvatarModifierArea } from './pb/decentraland/sdk/components/avatar_modifier_area.gen';
13
12
  import { PBAvatarShape } from './pb/decentraland/sdk/components/avatar_shape.gen';
14
13
  import { PBBillboard } from './pb/decentraland/sdk/components/billboard.gen';
@@ -60,7 +59,6 @@ export * from './pb/decentraland/sdk/components/avatar_attach.gen';
60
59
  export * from './pb/decentraland/sdk/components/avatar_base.gen';
61
60
  export * from './pb/decentraland/sdk/components/avatar_emote_command.gen';
62
61
  export * from './pb/decentraland/sdk/components/avatar_equipped_data.gen';
63
- export * from './pb/decentraland/sdk/components/avatar_locomotion_settings.gen';
64
62
  export * from './pb/decentraland/sdk/components/avatar_modifier_area.gen';
65
63
  export * from './pb/decentraland/sdk/components/avatar_shape.gen';
66
64
  export * from './pb/decentraland/sdk/components/billboard.gen';
@@ -114,7 +112,6 @@ export type GSetComponentGetter<T extends GrowOnlyValueSetComponentDefinition<an
114
112
  /** @public */ export declare const AvatarBase: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarBase>>;
115
113
  /** @public */ export declare const AvatarEmoteCommand: GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBAvatarEmoteCommand>>;
116
114
  /** @public */ export declare const AvatarEquippedData: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>>;
117
- /** @public */ export declare const AvatarLocomotionSettings: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarLocomotionSettings>>;
118
115
  /** @public */ export declare const AvatarModifierArea: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>>;
119
116
  /** @public */ export declare const AvatarShape: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarShape>>;
120
117
  /** @public */ export declare const Billboard: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBBillboard>>;
@@ -168,7 +165,6 @@ export declare const componentDefinitionByName: {
168
165
  "core::AvatarBase": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarBase>>;
169
166
  "core::AvatarEmoteCommand": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBAvatarEmoteCommand>>;
170
167
  "core::AvatarEquippedData": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>>;
171
- "core::AvatarLocomotionSettings": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarLocomotionSettings>>;
172
168
  "core::AvatarModifierArea": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>>;
173
169
  "core::AvatarShape": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarShape>>;
174
170
  "core::Billboard": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBBillboard>>;
@@ -6,7 +6,6 @@ import { AvatarAttachSchema } from './AvatarAttach.gen';
6
6
  import { AvatarBaseSchema } from './AvatarBase.gen';
7
7
  import { AvatarEmoteCommandSchema } from './AvatarEmoteCommand.gen';
8
8
  import { AvatarEquippedDataSchema } from './AvatarEquippedData.gen';
9
- import { AvatarLocomotionSettingsSchema } from './AvatarLocomotionSettings.gen';
10
9
  import { AvatarModifierAreaSchema } from './AvatarModifierArea.gen';
11
10
  import { AvatarShapeSchema } from './AvatarShape.gen';
12
11
  import { BillboardSchema } from './Billboard.gen';
@@ -58,7 +57,6 @@ export * from './pb/decentraland/sdk/components/avatar_attach.gen';
58
57
  export * from './pb/decentraland/sdk/components/avatar_base.gen';
59
58
  export * from './pb/decentraland/sdk/components/avatar_emote_command.gen';
60
59
  export * from './pb/decentraland/sdk/components/avatar_equipped_data.gen';
61
- export * from './pb/decentraland/sdk/components/avatar_locomotion_settings.gen';
62
60
  export * from './pb/decentraland/sdk/components/avatar_modifier_area.gen';
63
61
  export * from './pb/decentraland/sdk/components/avatar_shape.gen';
64
62
  export * from './pb/decentraland/sdk/components/billboard.gen';
@@ -122,8 +120,6 @@ export * from './pb/decentraland/sdk/components/visibility_component.gen';
122
120
  });
123
121
  /** @public */ export const AvatarEquippedData = engine =>
124
122
  /* @__PURE__ */ engine.defineComponentFromSchema("core::AvatarEquippedData", AvatarEquippedDataSchema);
125
- /** @public */ export const AvatarLocomotionSettings = engine =>
126
- /* @__PURE__ */ engine.defineComponentFromSchema("core::AvatarLocomotionSettings", AvatarLocomotionSettingsSchema);
127
123
  /** @public */ export const AvatarModifierArea = engine =>
128
124
  /* @__PURE__ */ engine.defineComponentFromSchema("core::AvatarModifierArea", AvatarModifierAreaSchema);
129
125
  /** @public */ export const AvatarShape = engine =>
@@ -226,7 +222,6 @@ export const componentDefinitionByName = /* @__PURE__ */ {
226
222
  "core::AvatarBase": AvatarBase,
227
223
  "core::AvatarEmoteCommand": AvatarEmoteCommand,
228
224
  "core::AvatarEquippedData": AvatarEquippedData,
229
- "core::AvatarLocomotionSettings": AvatarLocomotionSettings,
230
225
  "core::AvatarModifierArea": AvatarModifierArea,
231
226
  "core::AvatarShape": AvatarShape,
232
227
  "core::Billboard": Billboard,
@@ -15,8 +15,7 @@ export declare const enum InputAction {
15
15
  IA_ACTION_3 = 10,
16
16
  IA_ACTION_4 = 11,
17
17
  IA_ACTION_5 = 12,
18
- IA_ACTION_6 = 13,
19
- IA_MODIFIER = 14
18
+ IA_ACTION_6 = 13
20
19
  }
21
20
  /** PointerEventType is a kind of interaction that can be detected. */
22
21
  /**
@@ -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, fov: 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;
@@ -14,7 +14,6 @@ exports.coreComponentMappings = {
14
14
  "core::AvatarBase": 1087,
15
15
  "core::AvatarEmoteCommand": 1088,
16
16
  "core::AvatarEquippedData": 1091,
17
- "core::AvatarLocomotionSettings": 1211,
18
17
  "core::AvatarModifierArea": 1070,
19
18
  "core::AvatarShape": 1080,
20
19
  "core::Billboard": 1090,
@@ -7,7 +7,6 @@ import { PBAvatarAttach } from './pb/decentraland/sdk/components/avatar_attach.g
7
7
  import { PBAvatarBase } from './pb/decentraland/sdk/components/avatar_base.gen';
8
8
  import { PBAvatarEmoteCommand } from './pb/decentraland/sdk/components/avatar_emote_command.gen';
9
9
  import { PBAvatarEquippedData } from './pb/decentraland/sdk/components/avatar_equipped_data.gen';
10
- import { PBAvatarLocomotionSettings } from './pb/decentraland/sdk/components/avatar_locomotion_settings.gen';
11
10
  import { PBAvatarModifierArea } from './pb/decentraland/sdk/components/avatar_modifier_area.gen';
12
11
  import { PBAvatarShape } from './pb/decentraland/sdk/components/avatar_shape.gen';
13
12
  import { PBBillboard } from './pb/decentraland/sdk/components/billboard.gen';
@@ -54,7 +53,6 @@ import { PBVisibilityComponent } from './pb/decentraland/sdk/components/visibili
54
53
  /** @public */ export declare const AvatarBase: LastWriteWinElementSetComponentDefinition<PBAvatarBase>;
55
54
  /** @public */ export declare const AvatarEmoteCommand: GrowOnlyValueSetComponentDefinition<PBAvatarEmoteCommand>;
56
55
  /** @public */ export declare const AvatarEquippedData: LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>;
57
- /** @public */ export declare const AvatarLocomotionSettings: LastWriteWinElementSetComponentDefinition<PBAvatarLocomotionSettings>;
58
56
  /** @public */ export declare const AvatarModifierArea: LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>;
59
57
  /** @public */ export declare const AvatarShape: LastWriteWinElementSetComponentDefinition<PBAvatarShape>;
60
58
  /** @public */ export declare const Billboard: LastWriteWinElementSetComponentDefinition<PBBillboard>;
@@ -26,7 +26,7 @@ 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.VisibilityComponent = 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.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.AvatarLocomotionSettings = exports.AvatarEquippedData = exports.AvatarEmoteCommand = exports.AvatarBase = exports.AvatarAttach = exports.AudioStream = exports.AudioSource = exports.AudioEvent = void 0;
29
+ exports.VisibilityComponent = 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.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 = void 0;
30
30
  const initialization_1 = require("../../runtime/initialization");
31
31
  const components = __importStar(require("./index.gen"));
32
32
  __exportStar(require("./index.gen"), exports);
@@ -37,7 +37,6 @@ __exportStar(require("./index.gen"), exports);
37
37
  /** @public */ exports.AvatarBase = components.AvatarBase(initialization_1.engine);
38
38
  /** @public */ exports.AvatarEmoteCommand = components.AvatarEmoteCommand(initialization_1.engine);
39
39
  /** @public */ exports.AvatarEquippedData = components.AvatarEquippedData(initialization_1.engine);
40
- /** @public */ exports.AvatarLocomotionSettings = components.AvatarLocomotionSettings(initialization_1.engine);
41
40
  /** @public */ exports.AvatarModifierArea = components.AvatarModifierArea(initialization_1.engine);
42
41
  /** @public */ exports.AvatarShape = components.AvatarShape(initialization_1.engine);
43
42
  /** @public */ exports.Billboard = components.Billboard(initialization_1.engine);
@@ -8,7 +8,6 @@ import { PBAvatarAttach } from './pb/decentraland/sdk/components/avatar_attach.g
8
8
  import { PBAvatarBase } from './pb/decentraland/sdk/components/avatar_base.gen';
9
9
  import { PBAvatarEmoteCommand } from './pb/decentraland/sdk/components/avatar_emote_command.gen';
10
10
  import { PBAvatarEquippedData } from './pb/decentraland/sdk/components/avatar_equipped_data.gen';
11
- import { PBAvatarLocomotionSettings } from './pb/decentraland/sdk/components/avatar_locomotion_settings.gen';
12
11
  import { PBAvatarModifierArea } from './pb/decentraland/sdk/components/avatar_modifier_area.gen';
13
12
  import { PBAvatarShape } from './pb/decentraland/sdk/components/avatar_shape.gen';
14
13
  import { PBBillboard } from './pb/decentraland/sdk/components/billboard.gen';
@@ -60,7 +59,6 @@ export * from './pb/decentraland/sdk/components/avatar_attach.gen';
60
59
  export * from './pb/decentraland/sdk/components/avatar_base.gen';
61
60
  export * from './pb/decentraland/sdk/components/avatar_emote_command.gen';
62
61
  export * from './pb/decentraland/sdk/components/avatar_equipped_data.gen';
63
- export * from './pb/decentraland/sdk/components/avatar_locomotion_settings.gen';
64
62
  export * from './pb/decentraland/sdk/components/avatar_modifier_area.gen';
65
63
  export * from './pb/decentraland/sdk/components/avatar_shape.gen';
66
64
  export * from './pb/decentraland/sdk/components/billboard.gen';
@@ -114,7 +112,6 @@ export type GSetComponentGetter<T extends GrowOnlyValueSetComponentDefinition<an
114
112
  /** @public */ export declare const AvatarBase: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarBase>>;
115
113
  /** @public */ export declare const AvatarEmoteCommand: GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBAvatarEmoteCommand>>;
116
114
  /** @public */ export declare const AvatarEquippedData: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>>;
117
- /** @public */ export declare const AvatarLocomotionSettings: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarLocomotionSettings>>;
118
115
  /** @public */ export declare const AvatarModifierArea: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>>;
119
116
  /** @public */ export declare const AvatarShape: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarShape>>;
120
117
  /** @public */ export declare const Billboard: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBBillboard>>;
@@ -168,7 +165,6 @@ export declare const componentDefinitionByName: {
168
165
  "core::AvatarBase": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarBase>>;
169
166
  "core::AvatarEmoteCommand": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBAvatarEmoteCommand>>;
170
167
  "core::AvatarEquippedData": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>>;
171
- "core::AvatarLocomotionSettings": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarLocomotionSettings>>;
172
168
  "core::AvatarModifierArea": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>>;
173
169
  "core::AvatarShape": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarShape>>;
174
170
  "core::Billboard": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBBillboard>>;
@@ -14,8 +14,8 @@ 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.VideoPlayer = exports.VideoEvent = exports.UiTransform = exports.UiText = 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.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.AvatarLocomotionSettings = exports.AvatarEquippedData = exports.AvatarEmoteCommand = exports.AvatarBase = exports.AvatarAttach = exports.AudioStream = exports.AudioSource = exports.AudioEvent = exports.Animator = void 0;
18
- exports.componentDefinitionByName = exports.VisibilityComponent = exports.VirtualCamera = void 0;
17
+ 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.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.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.Animator = void 0;
18
+ exports.componentDefinitionByName = exports.VisibilityComponent = void 0;
19
19
  const Animator_gen_1 = require("./Animator.gen");
20
20
  const AudioEvent_gen_1 = require("./AudioEvent.gen");
21
21
  const AudioSource_gen_1 = require("./AudioSource.gen");
@@ -24,7 +24,6 @@ const AvatarAttach_gen_1 = require("./AvatarAttach.gen");
24
24
  const AvatarBase_gen_1 = require("./AvatarBase.gen");
25
25
  const AvatarEmoteCommand_gen_1 = require("./AvatarEmoteCommand.gen");
26
26
  const AvatarEquippedData_gen_1 = require("./AvatarEquippedData.gen");
27
- const AvatarLocomotionSettings_gen_1 = require("./AvatarLocomotionSettings.gen");
28
27
  const AvatarModifierArea_gen_1 = require("./AvatarModifierArea.gen");
29
28
  const AvatarShape_gen_1 = require("./AvatarShape.gen");
30
29
  const Billboard_gen_1 = require("./Billboard.gen");
@@ -76,7 +75,6 @@ __exportStar(require("./pb/decentraland/sdk/components/avatar_attach.gen"), expo
76
75
  __exportStar(require("./pb/decentraland/sdk/components/avatar_base.gen"), exports);
77
76
  __exportStar(require("./pb/decentraland/sdk/components/avatar_emote_command.gen"), exports);
78
77
  __exportStar(require("./pb/decentraland/sdk/components/avatar_equipped_data.gen"), exports);
79
- __exportStar(require("./pb/decentraland/sdk/components/avatar_locomotion_settings.gen"), exports);
80
78
  __exportStar(require("./pb/decentraland/sdk/components/avatar_modifier_area.gen"), exports);
81
79
  __exportStar(require("./pb/decentraland/sdk/components/avatar_shape.gen"), exports);
82
80
  __exportStar(require("./pb/decentraland/sdk/components/billboard.gen"), exports);
@@ -148,9 +146,6 @@ exports.AvatarEmoteCommand = AvatarEmoteCommand;
148
146
  /** @public */ const AvatarEquippedData = engine =>
149
147
  /* @__PURE__ */ engine.defineComponentFromSchema("core::AvatarEquippedData", AvatarEquippedData_gen_1.AvatarEquippedDataSchema);
150
148
  exports.AvatarEquippedData = AvatarEquippedData;
151
- /** @public */ const AvatarLocomotionSettings = engine =>
152
- /* @__PURE__ */ engine.defineComponentFromSchema("core::AvatarLocomotionSettings", AvatarLocomotionSettings_gen_1.AvatarLocomotionSettingsSchema);
153
- exports.AvatarLocomotionSettings = AvatarLocomotionSettings;
154
149
  /** @public */ const AvatarModifierArea = engine =>
155
150
  /* @__PURE__ */ engine.defineComponentFromSchema("core::AvatarModifierArea", AvatarModifierArea_gen_1.AvatarModifierAreaSchema);
156
151
  exports.AvatarModifierArea = AvatarModifierArea;
@@ -296,7 +291,6 @@ exports.componentDefinitionByName = {
296
291
  "core::AvatarBase": exports.AvatarBase,
297
292
  "core::AvatarEmoteCommand": exports.AvatarEmoteCommand,
298
293
  "core::AvatarEquippedData": exports.AvatarEquippedData,
299
- "core::AvatarLocomotionSettings": exports.AvatarLocomotionSettings,
300
294
  "core::AvatarModifierArea": exports.AvatarModifierArea,
301
295
  "core::AvatarShape": exports.AvatarShape,
302
296
  "core::Billboard": exports.Billboard,
@@ -15,8 +15,7 @@ export declare const enum InputAction {
15
15
  IA_ACTION_3 = 10,
16
16
  IA_ACTION_4 = 11,
17
17
  IA_ACTION_5 = 12,
18
- IA_ACTION_6 = 13,
19
- IA_MODIFIER = 14
18
+ IA_ACTION_6 = 13
20
19
  }
21
20
  /** PointerEventType is a kind of interaction that can be detected. */
22
21
  /**
@@ -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
  /**
@@ -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
@@ -9,7 +9,7 @@ const minimal_1 = __importDefault(require("protobufjs/minimal"));
9
9
  const camera_transition_gen_1 = require("./common/camera_transition.gen");
10
10
  const protobufPackageSarasa = "decentraland.sdk.components";
11
11
  function createBasePBVirtualCamera() {
12
- return { defaultTransition: undefined, lookAtEntity: undefined, fov: undefined };
12
+ return { defaultTransition: undefined, lookAtEntity: undefined };
13
13
  }
14
14
  /**
15
15
  * @public
@@ -23,9 +23,6 @@ var PBVirtualCamera;
23
23
  if (message.lookAtEntity !== undefined) {
24
24
  writer.uint32(16).uint32(message.lookAtEntity);
25
25
  }
26
- if (message.fov !== undefined) {
27
- writer.uint32(29).float(message.fov);
28
- }
29
26
  return writer;
30
27
  }
31
28
  PBVirtualCamera.encode = encode;
@@ -48,12 +45,6 @@ var PBVirtualCamera;
48
45
  }
49
46
  message.lookAtEntity = reader.uint32();
50
47
  continue;
51
- case 3:
52
- if (tag !== 29) {
53
- break;
54
- }
55
- message.fov = reader.float();
56
- continue;
57
48
  }
58
49
  if ((tag & 7) === 4 || tag === 0) {
59
50
  break;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dcl/ecs",
3
3
  "description": "Decentraland ECS",
4
- "version": "7.14.1-19678724586.commit-33186ef",
4
+ "version": "7.14.1-19707837499.commit-31fb204",
5
5
  "author": "DCL",
6
6
  "bugs": "https://github.com/decentraland/ecs/issues",
7
7
  "files": [
@@ -33,5 +33,5 @@
33
33
  },
34
34
  "types": "./dist/index.d.ts",
35
35
  "typings": "./dist/index.d.ts",
36
- "commit": "33186efbcd48f65eea8fa06e1de23168f7f06a8b"
36
+ "commit": "31fb204a4192d11aa8a4e32669114883d7ce9732"
37
37
  }
@@ -1,25 +0,0 @@
1
- import { PBAvatarLocomotionSettings } from './pb/decentraland/sdk/components/avatar_locomotion_settings.gen';
2
- /**
3
- * @internal
4
- */
5
- export const AvatarLocomotionSettingsSchema = {
6
- COMPONENT_ID: 1211,
7
- serialize(value, builder) {
8
- const writer = PBAvatarLocomotionSettings.encode(value);
9
- const buffer = new Uint8Array(writer.finish(), 0, writer.len);
10
- builder.writeBuffer(buffer, false);
11
- },
12
- deserialize(reader) {
13
- return PBAvatarLocomotionSettings.decode(reader.buffer(), reader.remainingBytes());
14
- },
15
- create() {
16
- // TODO: this is a hack.
17
- return PBAvatarLocomotionSettings.decode(new Uint8Array());
18
- },
19
- jsonSchema: {
20
- type: "object",
21
- properties: {},
22
- serializationType: "protocol-buffer",
23
- protocolBuffer: "PBAvatarLocomotionSettings"
24
- }
25
- };
@@ -1,29 +0,0 @@
1
- import _m0 from "protobufjs/minimal";
2
- /**
3
- * The PBAvatarLocomotionSettings component allows scenes to modify locomotion settings defining things such
4
- * as the avatar movement speed, jump height etc.
5
- */
6
- /**
7
- * @public
8
- */
9
- export interface PBAvatarLocomotionSettings {
10
- /** Maximum speed when walking (in meters per second) */
11
- walkSpeed?: number | undefined;
12
- /** Maximum speed when jogging (in meters per second) */
13
- jogSpeed?: number | undefined;
14
- /** Maximum speed when running (in meters per second) */
15
- runSpeed?: number | undefined;
16
- /** Height of a regular jump (in meters) */
17
- jumpHeight?: number | undefined;
18
- /** Height of a jump while running (in meters) */
19
- runJumpHeight?: number | undefined;
20
- /** Cooldown time after a hard landing before the avatar can move again (in seconds) */
21
- hardLandingCooldown?: number | undefined;
22
- }
23
- /**
24
- * @public
25
- */
26
- export declare namespace PBAvatarLocomotionSettings {
27
- function encode(message: PBAvatarLocomotionSettings, writer?: _m0.Writer): _m0.Writer;
28
- function decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarLocomotionSettings;
29
- }
@@ -1,93 +0,0 @@
1
- /* eslint-disable */
2
- import _m0 from "protobufjs/minimal";
3
- const protobufPackageSarasa = "decentraland.sdk.components";
4
- function createBasePBAvatarLocomotionSettings() {
5
- return {
6
- walkSpeed: undefined,
7
- jogSpeed: undefined,
8
- runSpeed: undefined,
9
- jumpHeight: undefined,
10
- runJumpHeight: undefined,
11
- hardLandingCooldown: undefined,
12
- };
13
- }
14
- /**
15
- * @public
16
- */
17
- export var PBAvatarLocomotionSettings;
18
- (function (PBAvatarLocomotionSettings) {
19
- function encode(message, writer = _m0.Writer.create()) {
20
- if (message.walkSpeed !== undefined) {
21
- writer.uint32(13).float(message.walkSpeed);
22
- }
23
- if (message.jogSpeed !== undefined) {
24
- writer.uint32(21).float(message.jogSpeed);
25
- }
26
- if (message.runSpeed !== undefined) {
27
- writer.uint32(29).float(message.runSpeed);
28
- }
29
- if (message.jumpHeight !== undefined) {
30
- writer.uint32(37).float(message.jumpHeight);
31
- }
32
- if (message.runJumpHeight !== undefined) {
33
- writer.uint32(45).float(message.runJumpHeight);
34
- }
35
- if (message.hardLandingCooldown !== undefined) {
36
- writer.uint32(53).float(message.hardLandingCooldown);
37
- }
38
- return writer;
39
- }
40
- PBAvatarLocomotionSettings.encode = encode;
41
- function decode(input, length) {
42
- const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
43
- let end = length === undefined ? reader.len : reader.pos + length;
44
- const message = createBasePBAvatarLocomotionSettings();
45
- while (reader.pos < end) {
46
- const tag = reader.uint32();
47
- switch (tag >>> 3) {
48
- case 1:
49
- if (tag !== 13) {
50
- break;
51
- }
52
- message.walkSpeed = reader.float();
53
- continue;
54
- case 2:
55
- if (tag !== 21) {
56
- break;
57
- }
58
- message.jogSpeed = reader.float();
59
- continue;
60
- case 3:
61
- if (tag !== 29) {
62
- break;
63
- }
64
- message.runSpeed = reader.float();
65
- continue;
66
- case 4:
67
- if (tag !== 37) {
68
- break;
69
- }
70
- message.jumpHeight = reader.float();
71
- continue;
72
- case 5:
73
- if (tag !== 45) {
74
- break;
75
- }
76
- message.runJumpHeight = reader.float();
77
- continue;
78
- case 6:
79
- if (tag !== 53) {
80
- break;
81
- }
82
- message.hardLandingCooldown = reader.float();
83
- continue;
84
- }
85
- if ((tag & 7) === 4 || tag === 0) {
86
- break;
87
- }
88
- reader.skipType(tag & 7);
89
- }
90
- return message;
91
- }
92
- PBAvatarLocomotionSettings.decode = decode;
93
- })(PBAvatarLocomotionSettings || (PBAvatarLocomotionSettings = {}));
@@ -1,28 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AvatarLocomotionSettingsSchema = void 0;
4
- const avatar_locomotion_settings_gen_1 = require("./pb/decentraland/sdk/components/avatar_locomotion_settings.gen");
5
- /**
6
- * @internal
7
- */
8
- exports.AvatarLocomotionSettingsSchema = {
9
- COMPONENT_ID: 1211,
10
- serialize(value, builder) {
11
- const writer = avatar_locomotion_settings_gen_1.PBAvatarLocomotionSettings.encode(value);
12
- const buffer = new Uint8Array(writer.finish(), 0, writer.len);
13
- builder.writeBuffer(buffer, false);
14
- },
15
- deserialize(reader) {
16
- return avatar_locomotion_settings_gen_1.PBAvatarLocomotionSettings.decode(reader.buffer(), reader.remainingBytes());
17
- },
18
- create() {
19
- // TODO: this is a hack.
20
- return avatar_locomotion_settings_gen_1.PBAvatarLocomotionSettings.decode(new Uint8Array());
21
- },
22
- jsonSchema: {
23
- type: "object",
24
- properties: {},
25
- serializationType: "protocol-buffer",
26
- protocolBuffer: "PBAvatarLocomotionSettings"
27
- }
28
- };
@@ -1,29 +0,0 @@
1
- import _m0 from "protobufjs/minimal";
2
- /**
3
- * The PBAvatarLocomotionSettings component allows scenes to modify locomotion settings defining things such
4
- * as the avatar movement speed, jump height etc.
5
- */
6
- /**
7
- * @public
8
- */
9
- export interface PBAvatarLocomotionSettings {
10
- /** Maximum speed when walking (in meters per second) */
11
- walkSpeed?: number | undefined;
12
- /** Maximum speed when jogging (in meters per second) */
13
- jogSpeed?: number | undefined;
14
- /** Maximum speed when running (in meters per second) */
15
- runSpeed?: number | undefined;
16
- /** Height of a regular jump (in meters) */
17
- jumpHeight?: number | undefined;
18
- /** Height of a jump while running (in meters) */
19
- runJumpHeight?: number | undefined;
20
- /** Cooldown time after a hard landing before the avatar can move again (in seconds) */
21
- hardLandingCooldown?: number | undefined;
22
- }
23
- /**
24
- * @public
25
- */
26
- export declare namespace PBAvatarLocomotionSettings {
27
- function encode(message: PBAvatarLocomotionSettings, writer?: _m0.Writer): _m0.Writer;
28
- function decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarLocomotionSettings;
29
- }
@@ -1,99 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.PBAvatarLocomotionSettings = void 0;
7
- /* eslint-disable */
8
- const minimal_1 = __importDefault(require("protobufjs/minimal"));
9
- const protobufPackageSarasa = "decentraland.sdk.components";
10
- function createBasePBAvatarLocomotionSettings() {
11
- return {
12
- walkSpeed: undefined,
13
- jogSpeed: undefined,
14
- runSpeed: undefined,
15
- jumpHeight: undefined,
16
- runJumpHeight: undefined,
17
- hardLandingCooldown: undefined,
18
- };
19
- }
20
- /**
21
- * @public
22
- */
23
- var PBAvatarLocomotionSettings;
24
- (function (PBAvatarLocomotionSettings) {
25
- function encode(message, writer = minimal_1.default.Writer.create()) {
26
- if (message.walkSpeed !== undefined) {
27
- writer.uint32(13).float(message.walkSpeed);
28
- }
29
- if (message.jogSpeed !== undefined) {
30
- writer.uint32(21).float(message.jogSpeed);
31
- }
32
- if (message.runSpeed !== undefined) {
33
- writer.uint32(29).float(message.runSpeed);
34
- }
35
- if (message.jumpHeight !== undefined) {
36
- writer.uint32(37).float(message.jumpHeight);
37
- }
38
- if (message.runJumpHeight !== undefined) {
39
- writer.uint32(45).float(message.runJumpHeight);
40
- }
41
- if (message.hardLandingCooldown !== undefined) {
42
- writer.uint32(53).float(message.hardLandingCooldown);
43
- }
44
- return writer;
45
- }
46
- PBAvatarLocomotionSettings.encode = encode;
47
- function decode(input, length) {
48
- const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
49
- let end = length === undefined ? reader.len : reader.pos + length;
50
- const message = createBasePBAvatarLocomotionSettings();
51
- while (reader.pos < end) {
52
- const tag = reader.uint32();
53
- switch (tag >>> 3) {
54
- case 1:
55
- if (tag !== 13) {
56
- break;
57
- }
58
- message.walkSpeed = reader.float();
59
- continue;
60
- case 2:
61
- if (tag !== 21) {
62
- break;
63
- }
64
- message.jogSpeed = reader.float();
65
- continue;
66
- case 3:
67
- if (tag !== 29) {
68
- break;
69
- }
70
- message.runSpeed = reader.float();
71
- continue;
72
- case 4:
73
- if (tag !== 37) {
74
- break;
75
- }
76
- message.jumpHeight = reader.float();
77
- continue;
78
- case 5:
79
- if (tag !== 45) {
80
- break;
81
- }
82
- message.runJumpHeight = reader.float();
83
- continue;
84
- case 6:
85
- if (tag !== 53) {
86
- break;
87
- }
88
- message.hardLandingCooldown = reader.float();
89
- continue;
90
- }
91
- if ((tag & 7) === 4 || tag === 0) {
92
- break;
93
- }
94
- reader.skipType(tag & 7);
95
- }
96
- return message;
97
- }
98
- PBAvatarLocomotionSettings.decode = decode;
99
- })(PBAvatarLocomotionSettings = exports.PBAvatarLocomotionSettings || (exports.PBAvatarLocomotionSettings = {}));