We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af5095 commit 9d648bbCopy full SHA for 9d648bb
proto/decentraland/sdk/components/map_pin.proto
@@ -5,10 +5,12 @@ import "decentraland/sdk/components/common/id.proto";
5
import "decentraland/common/texture.proto";
6
option (common.ecs_component_id) = 1097;
7
8
+// @deprecated
9
+// Used internally for the game orchestrator PX, not exposed in the SDK
10
message PBMapPin {
11
decentraland.common.Vector2 position = 1;
12
optional decentraland.common.TextureUnion texture = 2;
13
float icon_size = 3;
14
string title = 4;
15
string description = 5;
-}
16
+}
0 commit comments