@dcl/ecs 7.5.6 → 7.5.7-9960158359.commit-c851663
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 +1 -0
- package/dist/components/generated/pb/decentraland/sdk/components/avatar_attach.gen.js +1 -0
- package/dist-cjs/components/generated/pb/decentraland/sdk/components/avatar_attach.gen.d.ts +1 -0
- package/dist-cjs/components/generated/pb/decentraland/sdk/components/avatar_attach.gen.js +1 -0
- package/package.json +2 -2
|
@@ -4,6 +4,7 @@ import _m0 from "protobufjs/minimal";
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const enum AvatarAnchorPointType {
|
|
7
|
+
/** AAPT_POSITION - @deprecated consider parenting to `engine.PlayerEntity`, this will attach to player position with an arbitrary offset */
|
|
7
8
|
AAPT_POSITION = 0,
|
|
8
9
|
AAPT_NAME_TAG = 1,
|
|
9
10
|
AAPT_HEAD = 4,
|
|
@@ -7,6 +7,7 @@ const protobufPackageSarasa = "decentraland.sdk.components";
|
|
|
7
7
|
*/
|
|
8
8
|
export var AvatarAnchorPointType;
|
|
9
9
|
(function (AvatarAnchorPointType) {
|
|
10
|
+
/** AAPT_POSITION - @deprecated consider parenting to `engine.PlayerEntity`, this will attach to player position with an arbitrary offset */
|
|
10
11
|
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_POSITION"] = 0] = "AAPT_POSITION";
|
|
11
12
|
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_NAME_TAG"] = 1] = "AAPT_NAME_TAG";
|
|
12
13
|
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_HEAD"] = 4] = "AAPT_HEAD";
|
|
@@ -4,6 +4,7 @@ import _m0 from "protobufjs/minimal";
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const enum AvatarAnchorPointType {
|
|
7
|
+
/** AAPT_POSITION - @deprecated consider parenting to `engine.PlayerEntity`, this will attach to player position with an arbitrary offset */
|
|
7
8
|
AAPT_POSITION = 0,
|
|
8
9
|
AAPT_NAME_TAG = 1,
|
|
9
10
|
AAPT_HEAD = 4,
|
|
@@ -13,6 +13,7 @@ const protobufPackageSarasa = "decentraland.sdk.components";
|
|
|
13
13
|
*/
|
|
14
14
|
var AvatarAnchorPointType;
|
|
15
15
|
(function (AvatarAnchorPointType) {
|
|
16
|
+
/** AAPT_POSITION - @deprecated consider parenting to `engine.PlayerEntity`, this will attach to player position with an arbitrary offset */
|
|
16
17
|
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_POSITION"] = 0] = "AAPT_POSITION";
|
|
17
18
|
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_NAME_TAG"] = 1] = "AAPT_NAME_TAG";
|
|
18
19
|
AvatarAnchorPointType[AvatarAnchorPointType["AAPT_HEAD"] = 4] = "AAPT_HEAD";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/ecs",
|
|
3
3
|
"description": "Decentraland ECS",
|
|
4
|
-
"version": "7.5.
|
|
4
|
+
"version": "7.5.7-9960158359.commit-c851663",
|
|
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": "c85166361c282a667a2f0a9cb3cfceca872dba7a"
|
|
37
37
|
}
|