@dcl/protocol 1.0.0-4747376947.commit-d770e0d → 1.0.0-4786533111.commit-32cf19f
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/out-js/decentraland/sdk/components/mesh_collider.gen.d.ts +2 -2
- package/out-js/decentraland/sdk/components/mesh_renderer.gen.d.ts +2 -2
- package/out-js/decentraland/social/friendships/friendships.gen.d.ts +1178 -1448
- package/out-js/decentraland/social/friendships/friendships.gen.js +11 -37
- package/out-js/decentraland/social/friendships/friendships.gen.js.map +1 -1
- package/out-ts/decentraland/sdk/components/mesh_collider.gen.ts +2 -2
- package/out-ts/decentraland/sdk/components/mesh_renderer.gen.ts +2 -2
- package/out-ts/decentraland/social/friendships/friendships.gen.ts +12 -36
- package/package.json +2 -2
- package/proto/decentraland/sdk/components/mesh_collider.proto +2 -2
- package/proto/decentraland/sdk/components/mesh_renderer.proto +2 -2
- package/proto/decentraland/social/friendships/friendships.proto +1 -6
|
@@ -58,9 +58,9 @@ export interface PBMeshCollider_BoxMesh {
|
|
|
58
58
|
}
|
|
59
59
|
/** CylinderMesh is a truncated cone shape that contains the Entity. */
|
|
60
60
|
export interface PBMeshCollider_CylinderMesh {
|
|
61
|
-
/** (default
|
|
61
|
+
/** (default 0.5) */
|
|
62
62
|
radiusTop?: number | undefined;
|
|
63
|
-
/** (default
|
|
63
|
+
/** (default 0.5) */
|
|
64
64
|
radiusBottom?: number | undefined;
|
|
65
65
|
}
|
|
66
66
|
/** PlaneMesh is a 2D rectangle described by the Entity's Transform. */
|
|
@@ -32,9 +32,9 @@ export interface PBMeshRenderer_BoxMesh {
|
|
|
32
32
|
}
|
|
33
33
|
/** CylinderMesh renders a truncated cone shape. */
|
|
34
34
|
export interface PBMeshRenderer_CylinderMesh {
|
|
35
|
-
/** (default
|
|
35
|
+
/** (default 0.5) */
|
|
36
36
|
radiusTop?: number | undefined;
|
|
37
|
-
/** (default
|
|
37
|
+
/** (default 0.5) */
|
|
38
38
|
radiusBottom?: number | undefined;
|
|
39
39
|
}
|
|
40
40
|
/** PlaneMesh renders a 2D rectangular shape. */
|