@dcl/ecs 7.4.22-9096597062.commit-4d8b462 → 7.4.22-9129040248.commit-e3dda7a
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/pb/decentraland/sdk/components/avatar_attach.gen.d.ts +23 -1
- package/dist/components/generated/pb/decentraland/sdk/components/avatar_attach.gen.js +22 -0
- package/dist-cjs/components/generated/pb/decentraland/sdk/components/avatar_attach.gen.d.ts +23 -1
- package/dist-cjs/components/generated/pb/decentraland/sdk/components/avatar_attach.gen.js +22 -0
- package/package.json +2 -2
|
@@ -6,8 +6,30 @@ import _m0 from "protobufjs/minimal";
|
|
|
6
6
|
export declare const enum AvatarAnchorPointType {
|
|
7
7
|
AAPT_POSITION = 0,
|
|
8
8
|
AAPT_NAME_TAG = 1,
|
|
9
|
+
AAPT_HEAD = 4,
|
|
10
|
+
AAPT_NECK = 5,
|
|
11
|
+
AAPT_SPINE = 6,
|
|
12
|
+
AAPT_SPINE1 = 7,
|
|
13
|
+
AAPT_SPINE2 = 8,
|
|
14
|
+
AAPT_HIP = 9,
|
|
15
|
+
AAPT_LEFT_SHOULDER = 10,
|
|
16
|
+
AAPT_LEFT_ARM = 11,
|
|
17
|
+
AAPT_LEFT_FOREARM = 12,
|
|
9
18
|
AAPT_LEFT_HAND = 2,
|
|
10
|
-
|
|
19
|
+
AAPT_LEFT_HAND_INDEX = 13,
|
|
20
|
+
AAPT_RIGHT_SHOULDER = 14,
|
|
21
|
+
AAPT_RIGHT_ARM = 15,
|
|
22
|
+
AAPT_RIGHT_FOREARM = 16,
|
|
23
|
+
AAPT_RIGHT_HAND = 3,
|
|
24
|
+
AAPT_RIGHT_HAND_INDEX = 17,
|
|
25
|
+
AAPT_LEFT_UP_LEG = 18,
|
|
26
|
+
AAPT_LEFT_LEG = 19,
|
|
27
|
+
AAPT_LEFT_FOOT = 20,
|
|
28
|
+
AAPT_LEFT_TOE_BASE = 21,
|
|
29
|
+
AAPT_RIGHT_UP_LEG = 22,
|
|
30
|
+
AAPT_RIGHT_LEG = 23,
|
|
31
|
+
AAPT_RIGHT_FOOT = 24,
|
|
32
|
+
AAPT_RIGHT_TOE_BASE = 25
|
|
11
33
|
}
|
|
12
34
|
/**
|
|
13
35
|
* The AvatarAttach component automatically repositions an Entity to maintain the same position and
|
|
@@ -9,8 +9,30 @@ export var AvatarAnchorPointType;
|
|
|
9
9
|
(function (AvatarAnchorPointType) {
|
|
10
10
|
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_POSITION"] = 0] = "AAPT_POSITION";
|
|
11
11
|
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_NAME_TAG"] = 1] = "AAPT_NAME_TAG";
|
|
12
|
+
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_HEAD"] = 4] = "AAPT_HEAD";
|
|
13
|
+
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_NECK"] = 5] = "AAPT_NECK";
|
|
14
|
+
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_SPINE"] = 6] = "AAPT_SPINE";
|
|
15
|
+
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_SPINE1"] = 7] = "AAPT_SPINE1";
|
|
16
|
+
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_SPINE2"] = 8] = "AAPT_SPINE2";
|
|
17
|
+
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_HIP"] = 9] = "AAPT_HIP";
|
|
18
|
+
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_LEFT_SHOULDER"] = 10] = "AAPT_LEFT_SHOULDER";
|
|
19
|
+
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_LEFT_ARM"] = 11] = "AAPT_LEFT_ARM";
|
|
20
|
+
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_LEFT_FOREARM"] = 12] = "AAPT_LEFT_FOREARM";
|
|
12
21
|
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_LEFT_HAND"] = 2] = "AAPT_LEFT_HAND";
|
|
22
|
+
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_LEFT_HAND_INDEX"] = 13] = "AAPT_LEFT_HAND_INDEX";
|
|
23
|
+
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_RIGHT_SHOULDER"] = 14] = "AAPT_RIGHT_SHOULDER";
|
|
24
|
+
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_RIGHT_ARM"] = 15] = "AAPT_RIGHT_ARM";
|
|
25
|
+
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_RIGHT_FOREARM"] = 16] = "AAPT_RIGHT_FOREARM";
|
|
13
26
|
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_RIGHT_HAND"] = 3] = "AAPT_RIGHT_HAND";
|
|
27
|
+
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_RIGHT_HAND_INDEX"] = 17] = "AAPT_RIGHT_HAND_INDEX";
|
|
28
|
+
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_LEFT_UP_LEG"] = 18] = "AAPT_LEFT_UP_LEG";
|
|
29
|
+
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_LEFT_LEG"] = 19] = "AAPT_LEFT_LEG";
|
|
30
|
+
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_LEFT_FOOT"] = 20] = "AAPT_LEFT_FOOT";
|
|
31
|
+
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_LEFT_TOE_BASE"] = 21] = "AAPT_LEFT_TOE_BASE";
|
|
32
|
+
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_RIGHT_UP_LEG"] = 22] = "AAPT_RIGHT_UP_LEG";
|
|
33
|
+
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_RIGHT_LEG"] = 23] = "AAPT_RIGHT_LEG";
|
|
34
|
+
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_RIGHT_FOOT"] = 24] = "AAPT_RIGHT_FOOT";
|
|
35
|
+
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_RIGHT_TOE_BASE"] = 25] = "AAPT_RIGHT_TOE_BASE";
|
|
14
36
|
})(AvatarAnchorPointType || (AvatarAnchorPointType = {}));
|
|
15
37
|
function createBasePBAvatarAttach() {
|
|
16
38
|
return { avatarId: undefined, anchorPointId: 0 };
|
|
@@ -6,8 +6,30 @@ import _m0 from "protobufjs/minimal";
|
|
|
6
6
|
export declare const enum AvatarAnchorPointType {
|
|
7
7
|
AAPT_POSITION = 0,
|
|
8
8
|
AAPT_NAME_TAG = 1,
|
|
9
|
+
AAPT_HEAD = 4,
|
|
10
|
+
AAPT_NECK = 5,
|
|
11
|
+
AAPT_SPINE = 6,
|
|
12
|
+
AAPT_SPINE1 = 7,
|
|
13
|
+
AAPT_SPINE2 = 8,
|
|
14
|
+
AAPT_HIP = 9,
|
|
15
|
+
AAPT_LEFT_SHOULDER = 10,
|
|
16
|
+
AAPT_LEFT_ARM = 11,
|
|
17
|
+
AAPT_LEFT_FOREARM = 12,
|
|
9
18
|
AAPT_LEFT_HAND = 2,
|
|
10
|
-
|
|
19
|
+
AAPT_LEFT_HAND_INDEX = 13,
|
|
20
|
+
AAPT_RIGHT_SHOULDER = 14,
|
|
21
|
+
AAPT_RIGHT_ARM = 15,
|
|
22
|
+
AAPT_RIGHT_FOREARM = 16,
|
|
23
|
+
AAPT_RIGHT_HAND = 3,
|
|
24
|
+
AAPT_RIGHT_HAND_INDEX = 17,
|
|
25
|
+
AAPT_LEFT_UP_LEG = 18,
|
|
26
|
+
AAPT_LEFT_LEG = 19,
|
|
27
|
+
AAPT_LEFT_FOOT = 20,
|
|
28
|
+
AAPT_LEFT_TOE_BASE = 21,
|
|
29
|
+
AAPT_RIGHT_UP_LEG = 22,
|
|
30
|
+
AAPT_RIGHT_LEG = 23,
|
|
31
|
+
AAPT_RIGHT_FOOT = 24,
|
|
32
|
+
AAPT_RIGHT_TOE_BASE = 25
|
|
11
33
|
}
|
|
12
34
|
/**
|
|
13
35
|
* The AvatarAttach component automatically repositions an Entity to maintain the same position and
|
|
@@ -15,8 +15,30 @@ var AvatarAnchorPointType;
|
|
|
15
15
|
(function (AvatarAnchorPointType) {
|
|
16
16
|
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_POSITION"] = 0] = "AAPT_POSITION";
|
|
17
17
|
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_NAME_TAG"] = 1] = "AAPT_NAME_TAG";
|
|
18
|
+
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_HEAD"] = 4] = "AAPT_HEAD";
|
|
19
|
+
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_NECK"] = 5] = "AAPT_NECK";
|
|
20
|
+
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_SPINE"] = 6] = "AAPT_SPINE";
|
|
21
|
+
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_SPINE1"] = 7] = "AAPT_SPINE1";
|
|
22
|
+
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_SPINE2"] = 8] = "AAPT_SPINE2";
|
|
23
|
+
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_HIP"] = 9] = "AAPT_HIP";
|
|
24
|
+
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_LEFT_SHOULDER"] = 10] = "AAPT_LEFT_SHOULDER";
|
|
25
|
+
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_LEFT_ARM"] = 11] = "AAPT_LEFT_ARM";
|
|
26
|
+
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_LEFT_FOREARM"] = 12] = "AAPT_LEFT_FOREARM";
|
|
18
27
|
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_LEFT_HAND"] = 2] = "AAPT_LEFT_HAND";
|
|
28
|
+
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_LEFT_HAND_INDEX"] = 13] = "AAPT_LEFT_HAND_INDEX";
|
|
29
|
+
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_RIGHT_SHOULDER"] = 14] = "AAPT_RIGHT_SHOULDER";
|
|
30
|
+
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_RIGHT_ARM"] = 15] = "AAPT_RIGHT_ARM";
|
|
31
|
+
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_RIGHT_FOREARM"] = 16] = "AAPT_RIGHT_FOREARM";
|
|
19
32
|
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_RIGHT_HAND"] = 3] = "AAPT_RIGHT_HAND";
|
|
33
|
+
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_RIGHT_HAND_INDEX"] = 17] = "AAPT_RIGHT_HAND_INDEX";
|
|
34
|
+
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_LEFT_UP_LEG"] = 18] = "AAPT_LEFT_UP_LEG";
|
|
35
|
+
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_LEFT_LEG"] = 19] = "AAPT_LEFT_LEG";
|
|
36
|
+
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_LEFT_FOOT"] = 20] = "AAPT_LEFT_FOOT";
|
|
37
|
+
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_LEFT_TOE_BASE"] = 21] = "AAPT_LEFT_TOE_BASE";
|
|
38
|
+
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_RIGHT_UP_LEG"] = 22] = "AAPT_RIGHT_UP_LEG";
|
|
39
|
+
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_RIGHT_LEG"] = 23] = "AAPT_RIGHT_LEG";
|
|
40
|
+
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_RIGHT_FOOT"] = 24] = "AAPT_RIGHT_FOOT";
|
|
41
|
+
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_RIGHT_TOE_BASE"] = 25] = "AAPT_RIGHT_TOE_BASE";
|
|
20
42
|
})(AvatarAnchorPointType = exports.AvatarAnchorPointType || (exports.AvatarAnchorPointType = {}));
|
|
21
43
|
function createBasePBAvatarAttach() {
|
|
22
44
|
return { avatarId: undefined, anchorPointId: 0 };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/ecs",
|
|
3
3
|
"description": "Decentraland ECS",
|
|
4
|
-
"version": "7.4.22-
|
|
4
|
+
"version": "7.4.22-9129040248.commit-e3dda7a",
|
|
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": "
|
|
36
|
+
"commit": "e3dda7a1f36ae94c353ebe89012353b9e0d7c87b"
|
|
37
37
|
}
|